The location object

AttributeTypeDescription
namestringName of the location.
addressstringAddress of the physical location.
uidstringPodium unique identifier for location.
archivedbooleanIf the location has been archived.
organizationUidstringPodium unique identifier for organization.
createdAtstringWhen the location was created.
updatedAtstringWhen the location was updated.
phoneNumberstringPhone number of the location.
addressDetails.unitstringUnit of the location's address.
addressDetails.statestringState of the location's address.
addressDetails.roadstringRoad of the location's address.
addressDetails.countrystringCountry of the location's address.
addressDetails.citystringCity of the location's address.
addressDetails.postalCodestringPostal code of the location's address.
addressDetails.countryLongNamestringLong country name of the location's address.
addressDetails.houseNumberstringHouse number of the location's address.
addressDetails.stateLongNamestringLong state name of the location's address.
archivedAtstringWhen the location was archived.
displayNamestringName of the location that is displayed in the user interface.
podiumPhoneNumberstringPodium 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"
}