POST registerPhoneConsumer
Request Information
URI Parameters
None.
Body Parameters
RegisterPhoneReqBody| Name | Description | Type | Additional information |
|---|---|---|---|
| phone | string |
None. |
|
| countryID | string |
None. |
|
| deviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"phone": "sample string 1",
"countryID": "sample string 2",
"deviceID": "sample string 3"
}
application/xml, text/xml
Sample:
<RegisterPhoneReqBody xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YoVendoRecargaAPI.WebAPI.Models"> <countryID>sample string 2</countryID> <deviceID>sample string 3</deviceID> <phone>sample string 1</phone> </RegisterPhoneReqBody>
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. |