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": "0489cde2-a28e-43bf-ade4-27451725dc0d"
}
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>0489cde2-a28e-43bf-ade4-27451725dc0d</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.