POST api/AppDefaultOnEntry/GetCountryByIP
AppGetCountryByIP
Request Information
URI Parameters
None.
Body Parameters
GetCountryByIP_request| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceID | string |
None. |
|
| APIIP | string |
None. |
|
| DeviceIP | string |
None. |
|
| VersionSDK | integer |
None. |
|
| DeviceName | string |
None. |
|
| DeviceLocalIP | string |
None. |
|
| VersionApp | string |
None. |
|
| FingerPrint | string |
None. |
|
| DeviceTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeviceID": "sample string 1",
"APIIP": "sample string 2",
"DeviceIP": "sample string 3",
"VersionSDK": 1,
"DeviceName": "sample string 4",
"DeviceLocalIP": "sample string 5",
"VersionApp": "sample string 6",
"FingerPrint": "sample string 7",
"DeviceTime": "2026-03-21T23:36:25.6855897+02:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetCountryByIP_response| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryID | integer |
None. |
|
| CountryNameEnglish | string |
None. |
|
| LanguageID | integer |
None. |
|
| LanguageCode | string |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CountryID": 1,
"CountryNameEnglish": "sample string 1",
"LanguageID": 1,
"LanguageCode": "sample string 2",
"PhotoUUID": "981274fd-fb41-4075-8079-d7d111ec547c",
"UserUUIDCur": "2c28662d-3fd2-4e57-b6ba-c8f3b2c5c88a"
},
{
"CountryID": 1,
"CountryNameEnglish": "sample string 1",
"LanguageID": 1,
"LanguageCode": "sample string 2",
"PhotoUUID": "981274fd-fb41-4075-8079-d7d111ec547c",
"UserUUIDCur": "2c28662d-3fd2-4e57-b6ba-c8f3b2c5c88a"
}
]