GET Corretora/ListarContratos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Contratos| Name | 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
}