> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Work Location Object

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

The Work Location Object represents a [Taxable Location Object](/reference/taxable-locations/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](/reference/taxable-locations/resolve-taxable-location) endpoint |
| `name`              | string | Name of Work Location                                                                                                                               |
| `work_site_id`      | string | Custom Work Site ID for your own reporting purposes                                                                                                 |

```json theme={null}
{
  "workLocationID": "531fece70b6d0b5d29c9f352",
  "companyID": "1234567890",
  "taxableLocationID": "609ffdf81a5f9c4c10b0c443",
  "name": "Head Quarters",
  "work_site_id": "HQ"
}
```
