GET gerenciadoc/Listadocumentopagar/{id}?pagina={pagina}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Default value is |
|
| pagina | integer |
Default value is 1 |
Body Parameters
None.
Response Information
Resource Description
resultado| Name | Description | Type | Additional information |
|---|---|---|---|
| Pagina | integer |
None. |
|
| TotalPagina | integer |
None. |
|
| documentos | Collection of appteste |
None. |
Response Formats
application/json, text/json
Sample:
{
"Pagina": 1,
"TotalPagina": 2,
"documentos": [
{
"NUNLANCTO": 1,
"CODBARRA": "sample string 2",
"VALOR": "sample string 3",
"CAMINHOANEXO": "sample string 4",
"VENCIMENTO": "sample string 5",
"DTLANCAMENTO": "sample string 6"
},
{
"NUNLANCTO": 1,
"CODBARRA": "sample string 2",
"VALOR": "sample string 3",
"CAMINHOANEXO": "sample string 4",
"VENCIMENTO": "sample string 5",
"DTLANCAMENTO": "sample string 6"
}
]
}