GET api/auth/GetLocationByIPAddress
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
IPLookUpResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryId | integer |
None. |
|
| CountryName | string |
None. |
|
| CountryCode | string |
None. |
|
| ISOCode | string |
None. |
|
| IPAddress | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CountryId": 1,
"CountryName": "sample string 2",
"CountryCode": "sample string 3",
"ISOCode": "sample string 4",
"IPAddress": "sample string 5"
}
application/xml, text/xml
Sample:
<IPLookUpResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Raza.Web.Api.Models.Customer.Response"> <CountryCode>sample string 3</CountryCode> <CountryId>1</CountryId> <CountryName>sample string 2</CountryName> <IPAddress>sample string 5</IPAddress> <ISOCode>sample string 4</ISOCode> </IPLookUpResponseModel>