POST api/v1/accounts/ResetPassword

Request Information

URI Parameters

None.

Body Parameters

ResetPasswordDto
NameDescriptionTypeAdditional information
OrganizationCode

string

None.

CustomerId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "organizationCode": "sample string 1",
  "customerId": "08cf44b4-0ed5-425b-8866-51bf9b1de306"
}

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>08cf44b4-0ed5-425b-8866-51bf9b1de306</CustomerId>
  <OrganizationCode>sample string 1</OrganizationCode>
</ResetPasswordDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.