GET loc_contadministradora/listaconvenios?CODIGO_CONTA={CODIGO_CONTA}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CODIGO_CONTA | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ListLOC_CONVENIOContract| Name | Description | Type | Additional information |
|---|---|---|---|
| totalPages | integer |
None. |
|
| page | integer |
None. |
|
| totalRecords | integer |
None. |
|
| rows | Collection of LOC_CONVENIOContract |
None. |
Response Formats
application/json, text/json
Sample:
{
"totalPages": 1,
"page": 2,
"totalRecords": 3,
"rows": [
{
"CODIGO_CONTA": "sample string 1",
"IDLOC_ACAO_CONVENIO": 2,
"COBRA_PAG": "sample string 3",
"CODMODELO_ARQUIVOs": "sample string 4",
"NUMERO_CONVENIO": "sample string 5",
"PROXIMO_SEQ": 1,
"CODMODELO_ARQUIVO": "sample string 6"
},
{
"CODIGO_CONTA": "sample string 1",
"IDLOC_ACAO_CONVENIO": 2,
"COBRA_PAG": "sample string 3",
"CODMODELO_ARQUIVOs": "sample string 4",
"NUMERO_CONVENIO": "sample string 5",
"PROXIMO_SEQ": 1,
"CODMODELO_ARQUIVO": "sample string 6"
}
]
}