POST api/v1/accounts/ResetPassword
Request Information
URI Parameters
None.
Body Parameters
ResetPasswordDto| Name | Description | Type | Additional information |
|---|---|---|---|
| OrganizationCode | string |
None. |
|
| CustomerId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"organizationCode": "sample string 1",
"customerId": "a07e72f4-6ac6-40cf-b8b5-75f862da0d8f"
}
application/xml, text/xml
Sample:
<ResetPasswordDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.Services.Dtos"> <CustomerId>a07e72f4-6ac6-40cf-b8b5-75f862da0d8f</CustomerId> <OrganizationCode>sample string 1</OrganizationCode> </ResetPasswordDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.