Skip to main content
POST
Add a Company Location

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Use /auth/token to obtain access token. Enter 'Bearer' [space] and then your token in the text input below. Example: 'Bearer eyJhbGci...'

Path Parameters

companyReferenceId
string
required

Body

name
string
streetNumberAndName
string
apartmentNumber
string | null
zipCode
string
city
string
state
string

Response

OK

locationId
string<uuid>
Last modified on July 21, 2026