POST api/LoginCliente
Request Information
URI Parameters
None.
Body Parameters
ParamLogin| Name | Description | Type | Additional information |
|---|---|---|---|
| Correo | string |
None. |
|
| Clave | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Correo": "sample string 1",
"Clave": "sample string 2"
}
application/xml, text/xml
Sample:
<ParamLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hub_API.Models.Request"> <Clave>sample string 2</Clave> <Correo>sample string 1</Correo> </ParamLogin>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseLoginCliente| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ClienteR |
None. |
|
| Data | Object |
None. |
|
| IsSuccess | boolean |
None. |
|
| UserMessage | string |
None. |
|
| TechMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"Cliente": {
"IdCliente": "sample string 1",
"Nombre": "sample string 2",
"Correo": "sample string 3",
"FotoPerfil": "sample string 4",
"Firma": "sample string 5",
"TipoId": "sample string 6",
"Identificacion": "sample string 7",
"FotoIdFrontal": "sample string 8",
"FotoIdPosterior": "sample string 9",
"IdSocial": "sample string 10",
"RedSocial": "sample string 11",
"TieneCotizacion": true,
"TipoIngreso": "sample string 13",
"IdMonedaIngreso": "sample string 14",
"MontoIngreso": 15
},
"Mensaje": "sample string 1"
},
"IsSuccess": true,
"UserMessage": "sample string 3",
"TechMessage": "sample string 4"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.