Attribute | Type | Description |
---|---|---|
name | string | Name of the location. |
address | string | Address of the physical location. |
uid | string | Podium unique identifier for location. |
archived | boolean | If the location has been archived. |
organizationUid | string | Podium unique identifier for organization. |
createdAt | string | When the location was created. |
updatedAt | string | When the location was updated. |
phoneNumber | string | Phone number of the location. |
addressDetails.unit | string | Unit of the location's address. |
addressDetails.state | string | State of the location's address. |
addressDetails.road | string | Road of the location's address. |
addressDetails.country | string | Country of the location's address. |
addressDetails.city | string | City of the location's address. |
addressDetails.postalCode | string | Postal code of the location's address. |
addressDetails.countryLongName | string | Long country name of the location's address. |
addressDetails.houseNumber | string | House number of the location's address. |
addressDetails.stateLongName | string | Long state name of the location's address. |
archivedAt | string | When the location was archived. |
displayName | string | Name of the location that is displayed in the user interface. |
podiumPhoneNumber | string | Podium phone number of the location. |
This is the number that customer's will see on their phone's when receiving a message from this location. |
{
"name": "",
"address": "1650 Digital Dr, Lehi, UT 84043",
"uid": "00000000-0000-0000-0000-000000000000",
"archived": false,
"organizationUid": "00000000-0000-0000-0000-000000000000",
"createdAt": "2015-01-23T23:50:07Z",
"updatedAt": "2015-01-23T23:50:07Z",
"phoneNumber": "+18017580580",
"addressDetails": {
"unit": "",
"state": "",
"road": "",
"country": "",
"city": "",
"postalCode": "",
"countryLongName": "",
"houseNumber": "",
"stateLongName": ""
},
"archivedAt": "2015-01-23T23:50:07Z",
"displayName": "Podium, Inc.",
"podiumPhoneNumber": "+18017580580"
}