Work Location Object

The Zeal object representing Work Locations.

The Work Location Object represents a Taxable Location Object with some extra metadata for reporting.

attributetypedescription
workLocationIDstringID representing this Work Location
companyIDstringUnique identifier representing the company
taxableLocationIDstringID representing this address that was generated from the Resolve Taxable Location endpoint
namestringName of Work Location
work_site_idstringCustom Work Site ID for your own reporting purposes
{
  "workLocationID": "531fece70b6d0b5d29c9f352",
  "companyID": "1234567890",
  "taxableLocationID": "609ffdf81a5f9c4c10b0c443",
  "name": "Head Quarters",
  "work_site_id": "HQ"
}