---
title: "Locations > Location > Creates"
method: POST
path: "Webhooks > Locations > Location > Creates"
tags: ["Webhooks"]
---

# Locations > Location > Creates

`POST Webhooks > Locations > Location > Creates` (webhook)

Subscription_type: `locations/location/create`

## Payload

- LocationsLocation
  - `id` string, required — identifier of the location
  - `company_id` string, required — company identifier
  - `name` string, required — name of the location
  - `timezone` string — timezone of the location
  - `country` string — country code of the location
  - `state` string — State of the location
  - `city` string — City of the location
  - `address_line_1` string — Address line 1 of the location
  - `address_line_2` string — Address line 2 of the location
  - `postal_code` string — Postal code of the location
  - `phone_number` string — phone number of the location
  - `main` boolean, required — whether the location is the main one
  - `latitude` number — latitude of the location
  - `longitude` number — longitude of the location
  - `radius` number — radius of the location
  - `siret` string — siret of the location (only for France)

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/revisions/1a6bffb20f7d/schema)
