POST api/Customer/ResetPasswordViaMobileApps

Documentation for 'ResetPasswordViaMobileApps'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CustomerID": "1ece0fb5-d0c5-490b-bae2-c1c530fef893",
  "Access_Token": "b48d9072-5d61-4703-be2a-07a8b2887737",
  "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>1ece0fb5-d0c5-490b-bae2-c1c530fef893</CustomerID>
  <Access_Token>b48d9072-5d61-4703-be2a-07a8b2887737</Access_Token>
  <NewPassword>sample string 3</NewPassword>
</ResetPasswordModel>