POST tramitex-web-client/api/{domain}/contactos/recover-question
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
domain | string |
Required |
Body Parameters
ContactIdentificationName | Description | Type | Additional information |
---|---|---|---|
IdTipoIdentificacion | byte |
None. |
|
Identificacion | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "IdTipoIdentificacion": 64, "Identificacion": "sample string 2" }
application/xml, text/xml
Sample:
<ContactIdentification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TramitexWebClient"> <IdTipoIdentificacion>64</IdTipoIdentificacion> <Identificacion>sample string 2</Identificacion> </ContactIdentification>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>