LocationData
The location within the site.
Properties
Parameter | Type | Description |
---|---|---|
Key | int | |
Name | string | |
Address | AddressData |
JSON Example
{
"Key": 214,
"Name": "Room 1",
"Address": {
"Address1": "2 Clifton Park Ave",
"Address2": "",
"Address3": "",
"City": "London",
"County": "",
"PostCode": "SW20 8BD",
"Country": "United Kingdom"
}
}