POST api/Customer/ResetPassword
Documentation for 'ResetPassword'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CustomerID": "4ce7293e-9345-4cd7-a199-1c996a979a71",
"Access_Token": "3362a2a2-d9dc-427a-b648-57d1aef1b9e6",
"NewPassword": "sample string 3"
}
application/xml, text/xml
Sample:
<ResetPasswordModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CustomerID>4ce7293e-9345-4cd7-a199-1c996a979a71</CustomerID> <Access_Token>3362a2a2-d9dc-427a-b648-57d1aef1b9e6</Access_Token> <NewPassword>sample string 3</NewPassword> </ResetPasswordModel>