GET api/LpPublic/GetIsoByIp

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

IsoCountry
NameDescriptionTypeAdditional information
PhoneCode

integer

None.

CountryName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "PhoneCode": 1,
  "CountryName": "sample string 2"
}

application/xml, text/xml

Sample:
<IsoCountry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LpApi.ModelEntities">
  <CountryName>sample string 2</CountryName>
  <PhoneCode>1</PhoneCode>
</IsoCountry>