GET api/inder/formulario/validarporcedula/{numeroDocumento}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| numeroDocumento | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseData| Name | Description | Type | Additional information |
|---|---|---|---|
| CodeError | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"CodeError": 1,
"Message": "sample string 2",
"Data": {}
}
application/xml, text/xml
Sample:
<ResponseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebServiceInder.ModelData"> <CodeError>1</CodeError> <Data /> <Message>sample string 2</Message> </ResponseData>