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": "2025-11-17T10:17:51.9565846+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": "c22e13a9-7c11-49c6-8541-40d0eb7ab3ff",
"UserUUIDCur": "a1bf54e8-fc27-4a36-808b-8ad1b4089f1a"
},
{
"CountryID": 1,
"CountryNameEnglish": "sample string 1",
"LanguageID": 1,
"LanguageCode": "sample string 2",
"PhotoUUID": "c22e13a9-7c11-49c6-8541-40d0eb7ab3ff",
"UserUUIDCur": "a1bf54e8-fc27-4a36-808b-8ad1b4089f1a"
}
]