compras_contrato_cronograma
Retrieves the financial schedule of a public contract by its ID, listing monthly installments with client-side pagination for contracts with over 200 entries. Use it to track planned payments and budget execution.
Instructions
Lista cronograma financeiro (/api/contrato/{id}/cronograma).
Paginação client-side — alguns contratos têm 200+ entradas mensais. Cache 15 min.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pagina | No | Página de resultados (1-based). Padrão 1. | |
| id_contrato | Yes | ID do contrato no Comprasnet. | |
| tamanho_pagina | No | Quantidade de registros por página. Padrão 50, máximo 500. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||