POST Api/UsuarioCliente/CambiarPassword
Request Information
URI Parameters
None.
Body Parameters
CambioPasswordName | 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
ApiResponseName | Description | Type | Additional information |
---|---|---|---|
CodResult | integer |
None. |
|
Message | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "CodResult": 1, "Message": "sample string 2", "Data": {} }