Skip to main content
PATCH
/
core
/
companies
/
{company_id}
Update Company
curl --request PATCH \
  --url https://api.integrations.commenda.io/v4/core/companies/{company_id} \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api-key>' \
  --data '
{
  "name": "Test tewtwe"
}
'
{
  "request_id": "ca61fc64-d8a6-40e1-a627-943fcc7014b3"
}

Documentation Index

Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt

Use this file to discover all available pages before exploring further.

Update mutable company fields. Currently supports updating the display name only.

Path Parameters

ParameterTypeDescription
company_idintegerCompany ID (rootfi_id).

Request Body

FieldTypeRequiredDescription
namestringNoUpdated company display name. Must be non-empty when provided.
Sync configuration is managed separately via Update Company Sync Config.

Response

Returns { request_id } on success.

Authorizations

api_key
string
header
required

Path Parameters

company_id
integer
required

Commenda company ID (rootfi_id).

Body

application/json
name
string

Updated company display name.

Response

Company updated.

request_id
string
required