POST ValidateTokenPhone
Request Information
URI Parameters
None.
Body Parameters
TokenValidationReq| Name | Description | Type | Additional information |
|---|---|---|---|
| consumerID | integer |
None. |
|
| token | string |
None. |
|
| Phone | string |
None. |
|
| CountryID | integer |
None. |
|
| DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"consumerID": 1,
"token": "sample string 2",
"Phone": "sample string 3",
"CountryID": 4,
"DeviceID": "sample string 5"
}
application/xml, text/xml
Sample:
<TokenValidationReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YoVendoRecargaAPI.WebAPI.Models"> <CountryID>4</CountryID> <DeviceID>sample string 5</DeviceID> <Phone>sample string 3</Phone> <consumerID>1</consumerID> <token>sample string 2</token> </TokenValidationReq>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |