GET IsAllowedWithCountryUsingGeoLocation/{affiliateId}/geoLocation?latitude={latitude}&longitude={longitude}
Checks if geo location should be blocked
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
affiliateId |
Affiliate id |
integer |
Required |
latitude |
Latitude |
string |
Required |
longitude |
Longitude |
string |
Required |
v |
The requested API version |
string |
Default value is 2.0 |
Body Parameters
None.
Response Information
Resource Description
Checks if geo location should be blocked
FilmFlex.Platform.Common.API.Contracts.V2.GeoIpIsAllowedDTOName | Description | Type | Additional information |
---|---|---|---|
Country |
Country name |
string |
None. |
CountryIsoCode |
Country Iso-Code |
string |
None. |
IsAllowed |
Is given IP allowed |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Country": "sample string 1", "CountryIsoCode": "sample string 2", "IsAllowed": true }