POST api/customer/reset-password
Request Information
URI Parameters
None.
Body Parameters
CreatePasswordInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | globally unique identifier |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "4213e34c-e375-4743-bd75-fb16e15ede84",
"Password": "sample string 2"
}
application/xml, text/xml
Sample:
<CreatePasswordInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCMSAPI.Models"> <CustomerId>4213e34c-e375-4743-bd75-fb16e15ede84</CustomerId> <Password>sample string 2</Password> </CreatePasswordInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Object |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.