GET Corretora/ListarContratos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ContratosName | Description | Type | Additional information |
---|---|---|---|
IdContrato | integer |
None. |
|
NContrato | string |
None. |
|
IdCliente | integer |
None. |
|
EncerradoSN | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "IdContrato": 1, "NContrato": "sample string 2", "IdCliente": 1, "EncerradoSN": true }, { "IdContrato": 1, "NContrato": "sample string 2", "IdCliente": 1, "EncerradoSN": true } ]