POST api/ListasRestrictivas/v{version}/Consultar
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
ConsultaDocumentoModelName | 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:
Sample not available.
Response Information
Resource Description
EstadoProcesoValidacionListasName | 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" }