Skip to main content
POST
Create a location
Create a reusable Commenda OS location for a customer’s business entity. Use this endpoint when an incorporation requires a partner-provided registered office address and the customer does not already have the location in Commenda OS.

Authorizations

x-api-key
string
header
required

Path Parameters

customerId
integer
required

Commenda customer identifier.

businessEntityId
integer
required

Commenda business-entity identifier for the specified customer.

Body

application/json

Create a reusable Commenda OS location for a business entity. The businessEntityId is taken from the URL path.

locationTypes
string[]
required
Example:
address
object
required
locationName
string

Optional display name. Required by some location types such as registered office and mailing address.

Example:

"Singapore registered office"

startDate
string<date>
Example:

"2026-04-27"

employeeCount
integer

Employee count for employee work locations.

Example:

12

Response

Location created successfully

location
object
required