POST Authentication/Password

Request Information

URI Parameters

None.

Body Parameters

PasswordPhoneGetOtp
NameDescriptionTypeAdditional information
Country

string

None.

DialCode

string

None.

Phone

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Country": "sample string 1",
  "DialCode": "sample string 2",
  "Phone": "sample string 3"
}

application/xml, text/xml

Sample:
<PasswordPhoneGetOtp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChargeCloudAPI.Models">
  <Country>sample string 1</Country>
  <DialCode>sample string 2</DialCode>
  <Phone>sample string 3</Phone>
</PasswordPhoneGetOtp>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PasswordPhoneGetOtp'.

Response Information

Resource Description

PasswordRefreshResponse
NameDescriptionTypeAdditional information
ID

string

None.

ResponseCode

string

None.

Success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": "sample string 1",
  "ResponseCode": "sample string 2",
  "Success": true
}

application/xml, text/xml

Sample:
<PasswordRefreshResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChargeCloudAPI.Models">
  <ID>sample string 1</ID>
  <ResponseCode>sample string 2</ResponseCode>
  <Success>true</Success>
</PasswordRefreshResponse>