POST api/forb2c/change-password
Request Information
URI Parameters
None.
Body Parameters
changePassword| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | string |
None. |
|
| Password | string |
Matching regular expression pattern: ^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&]).+$ String length: inclusive between 8 and 100 |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "sample string 1",
"Password": "sample string 2"
}
application/xml, text/xml
Sample:
<changePassword xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/fonofy_api.Model"> <CustomerId>sample string 1</CustomerId> <Password>sample string 2</Password> </changePassword>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |