Skip to main content
POST
Create a business entity
Create a reusable Commenda OS business entity for one of your customers. For incorporation flows, use the returned businessEntity.id as resource.resourceId when registering a corporate participant with resource.resourceType: "BUSINESS_ENTITY".

Authorizations

x-api-key
string
header
required

Path Parameters

customerId
integer
required

Commenda customer identifier.

Body

application/json

Create a reusable Commenda OS business entity for one of your customers. Use the returned businessEntity.id as a BUSINESS_ENTITY resource id when registering corporate incorporation participants.

incorporationCountry
string
required

ISO country code for the entity's incorporation country.

Example:

"SG"

Required string length: 1 - 1024
Example:

"Acme Holdings Pte. Ltd."

jurisdiction
string
required

Commenda jurisdiction enum for the entity. Singapore private limited companies use JUR_SG__GENERAL.

Example:

"JUR_SG__GENERAL"

corporationType
string
required

Commenda corporation type enum for the entity.

Example:

"PteLtd"

formationDate
string<date>

Entity formation date when already known.

Example:

"2020-03-15"

isIncorporationInProgress
boolean

Whether this entity is still being incorporated in Commenda.

Example:

false

Response

Business entity created successfully

businessEntity
object
required