Skip to main content
PATCH
Update a location
Update a reusable Commenda OS location for a customer’s business entity. Use this endpoint when an incorporation references an existing location that is missing required registered office address details.

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.

locationId
string
required

Commenda location identifier.

Body

application/json

Update a reusable Commenda OS location. Omitted fields are left unchanged by the Partner API client, but locationTypes and address are required by the current location update contract.

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> | null
Example:

"2026-04-27"

employeeCount
integer

Employee count for employee work locations.

Example:

12

Response

Location updated successfully

location
object
required