POST api/ListasRestrictivas/v{version}/Consultar
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
ConsultaDocumentoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| cod_tipo_doc | integer |
None. |
|
| nro_doc | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"cod_tipo_doc": 1,
"nro_doc": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
EstadoProcesoValidacionListas| Name | Description | Type | Additional information |
|---|---|---|---|
| existe_en_listas | boolean |
None. |
|
| bloquea_proceso | boolean |
None. |
|
| mensaje_proceso | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"existe_en_listas": true,
"bloquea_proceso": true,
"mensaje_proceso": "sample string 3"
}