POST api/ValidaCorreoCliente
Request Information
URI Parameters
None.
Body Parameters
ParamValidaCorreoCliente| Name | Description | Type | Additional information |
|---|---|---|---|
| Correo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Correo": "sample string 1"
}
application/xml, text/xml
Sample:
<ParamValidaCorreoCliente xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hub_API.Models.Request"> <Correo>sample string 1</Correo> </ParamValidaCorreoCliente>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseValidaCorreoCliente| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ValidaCorreoClienteModel |
None. |
|
| Data | Object |
None. |
|
| IsSuccess | boolean |
None. |
|
| UserMessage | string |
None. |
|
| TechMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"existe": true,
"idCliente": "sample string 2",
"nombreCliente": "sample string 3"
},
"IsSuccess": true,
"UserMessage": "sample string 3",
"TechMessage": "sample string 4"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.