POST api/access/geo
Request Information
URI Parameters
None.
Body Parameters
GeoCheckingRequestName | Description | Type | Additional information |
---|---|---|---|
latitude | decimal number |
None. |
|
longitude | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "latitude": 1.1, "longitude": 2.1 }
application/xml, text/xml
Sample:
<GeoCheckingRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cash_Bet_Digitalization.Models"> <Latitude>1.1</Latitude> <Longitude>2.1</Longitude> </GeoCheckingRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.