The Zeal object representing Work Locations.
The Work Location Object represents a Taxable Location Object with some extra metadata for reporting.
attribute | type | description |
---|---|---|
workLocationID | string | ID representing this Work Location |
companyID | string | Unique identifier representing the company |
taxableLocationID | string | ID representing this address that was generated from the Resolve Taxable Location endpoint |
name | string | Name of Work Location |
work_site_id | string | Custom Work Site ID for your own reporting purposes |
{
"workLocationID": "531fece70b6d0b5d29c9f352",
"companyID": "1234567890",
"taxableLocationID": "609ffdf81a5f9c4c10b0c443",
"name": "Head Quarters",
"work_site_id": "HQ"
}