POST api/AppCountry/GetCountryByPhonenumber
AppGetCountryByPhoneNumber
Request Information
URI Parameters
None.
Body Parameters
GetCountryByPhoneNumber_Model| Name | Description | Type | Additional information |
|---|---|---|---|
| Phone | string |
None. |
|
| DeviceID | string |
None. |
|
| APIIP | string |
None. |
|
| DeviceIP | string |
None. |
|
| VersionSDK | string |
None. |
|
| DeviceName | string |
None. |
|
| DeviceLocalIP | string |
None. |
|
| VersionApp | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Phone": "sample string 1",
"DeviceID": "sample string 2",
"APIIP": "sample string 3",
"DeviceIP": "sample string 4",
"VersionSDK": "sample string 5",
"DeviceName": "sample string 6",
"DeviceLocalIP": "sample string 7",
"VersionApp": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetCountryByPhoneNumber_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryID | integer |
None. |
|
| CountryNameEnglish | string |
None. |
|
| Alert | string |
None. |
|
| LanguageID | integer |
None. |
|
| PhoneCodeLength | string |
None. |
|
| PhoneCode | string |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"CountryID": 1,
"CountryNameEnglish": "sample string 1",
"Alert": "sample string 2",
"LanguageID": 1,
"PhoneCodeLength": "sample string 3",
"PhoneCode": "sample string 4",
"PhotoUUID": "70e3a905-d9e4-468a-b07b-5dbb78fc9462"
}