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": "6be46083-8cc4-4001-87f9-41c202ce68c3",
  "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>6be46083-8cc4-4001-87f9-41c202ce68c3</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.