curl --location --request GET 'https://hotelmapping.vervotech.com/api/Location/getLocationById?locationId' \
--header 'apikey: 056ec4c3-be6b-4c36-a4cc-a403ce9592a1' \
--header 'accountId: DemoAccount'
{
"Location": {
"Shape": "Polygon",
"Boundaries": [
[
{
"Lat": 70.76491,
"Long": -22.948914
}
]
],
"DataSource": "OpenStreetMap",
"CityCode": "CNP",
"PostalCode": null,
"LocationId": "100",
"Name": "Jameson Land",
"Code": "CNP",
"FullName": "Jameson Land, Sermersooq, Greenland",
"Type": "City",
"City": "Jameson Land",
"State": "Sermersooq",
"Country": "GL",
"Coordinates": {
"Lat": 70.68355,
"Long": -22.737888
}
},
"Status": true,
"Message": "Success",
"StatusCode": 2000
}