GET api/Terceros/Contrato?Documento={Documento}&Contrato={Contrato}&Agno={Agno}
A partir de un numero de documento (cedula o NIT) determina si es tiene contrato vigente en la entidad
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Documento |
Numero del documento de idnetificacin |
integer |
Required |
| Contrato |
Numero de contrato consultado |
string |
Required |
| Agno |
Año del contrato consultado |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
JsonResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | string |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.