---
title: "Create Work Location"
method: POST
path: "/workLocations"
---

# Create Work Location

`POST /workLocations`

Creates a Work Location for a company within Zeal.

## Request body

- object
  - `companyID` string, required — The ID of an existing Company Object
  - `taxableLocationID` string, required — The ID of an existing Taxable Locations Object
  - `name` string — A name for the new Work Location
  - `work_site_id` string — Optional custom Work Site ID for your own reporting purposes

## Response `200`

200

- object
  - `success` boolean
  - `data` object
    - `companyID` string
    - `workLocationID` string
    - `taxableLocationID` string
    - `name` string
    - `work_site_id` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zeal/apis/zeal-api.md) · [All operations](https://skmtc.net/zeal/apis/zeal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeal/zeal-api/versions/01346dceb27d/schema)
