POST api/customer/reset-password

Request Information

URI Parameters

None.

Body Parameters

CreatePasswordInfo
NameDescriptionTypeAdditional information
CustomerId

globally unique identifier

None.

Password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "754dd405-7810-43c8-983c-4fd461699ff3",
  "Password": "sample string 2"
}

application/xml, text/xml

Sample:
<CreatePasswordInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCMSAPI.Models">
  <CustomerId>754dd405-7810-43c8-983c-4fd461699ff3</CustomerId>
  <Password>sample string 2</Password>
</CreatePasswordInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfObject
NameDescriptionTypeAdditional information
Content

Object

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.