Skip to main content
POST
Create a location
A physical or logical location used to organize service offerings and personnel.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

The name of the location. Max 255 characters.

isActive
boolean

Whether the location is active. Defaults to true if not provided.

Response

200

id
string

The unique identifier for the object.

name
string

The name of the location.

isActive
boolean

Whether the location is active.

createdAt
string<date-time>

The timestamp when the object was created.