POST api/recuperarContrasena
Request Information
URI Parameters
None.
Body Parameters
LoginRQT| Name | Description | Type | Additional information |
|---|---|---|---|
| User | string |
None. |
|
| Password | string |
None. |
|
| Ip | string |
None. |
|
| Hostname | string |
None. |
|
| App | string |
None. |
|
| TipEnvio | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"User": "sample string 1",
"Password": "sample string 2",
"Ip": "sample string 3",
"Hostname": "sample string 4",
"App": "sample string 5",
"TipEnvio": "sample string 6"
}
text/xml
Sample:
<LoginRQT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContransAPI.Models"> <App>sample string 5</App> <Hostname>sample string 4</Hostname> <Ip>sample string 3</Ip> <Password>sample string 2</Password> <TipEnvio>sample string 6</TipEnvio> <User>sample string 1</User> </LoginRQT>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
MsjRPS| Name | Description | Type | Additional information |
|---|---|---|---|
| Cod | integer |
None. |
|
| Msj | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Cod": 1,
"Msj": "sample string 2"
}
text/xml
Sample:
<MsjRPS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContransAPI.Models"> <Cod>1</Cod> <Msj>sample string 2</Msj> </MsjRPS>