POST Api/UsuarioCliente/CambiarPassword
Request Information
URI Parameters
None.
Body Parameters
CambioPassword| Name | Description | Type | Additional information |
|---|---|---|---|
| CONTRASENIA_OLD | string |
None. |
|
| CONTRASENIA_NEW | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CONTRASENIA_OLD": "sample string 1",
"CONTRASENIA_NEW": "sample string 2"
}
Response Information
Resource Description
ApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| CodResult | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
|
| DataExtra | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"CodResult": 1,
"Message": "sample string 2",
"Data": {},
"DataExtra": {}
}