POST Authentication/Password
Request Information
URI Parameters
None.
Body Parameters
PasswordPhoneGetOtp| Name | Description | Type | Additional 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:
Response Information
Resource Description
PasswordRefreshResponse| Name | Description | Type | Additional 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>