Skip to main content
The incorporation object represents one customer incorporation. Create it after the customer chooses a jurisdiction and incorporation type, then use its id as {incorporationId} for participant, document, intake, status, issue, and submit endpoints.

Attributes

AttributeTypeDescription
idstringUnique incorporation identifier. Use this value as {incorporationId}.
incorporationIdstringStable incorporation identifier. Same value as id.
customerIdintegerCustomer that owns the incorporation. This is not the legal entity being incorporated.
countrystringISO 3166-1 alpha-2 jurisdiction code for the incorporation.
countryOptionsobjectCountry-specific incorporation selections. The shape depends on country; use the jurisdiction catalog to discover supported keys and values.
incorporationStatusstringTop-level lifecycle status for the incorporation.
businessEntityIdinteger or nullTarget Commenda OS business entity id for the entity being incorporated. Corporate shareholder business entity ids are separate participant resource ids.
createdAtstringISO timestamp for when the incorporation was created.
updatedAtstringISO timestamp for when the incorporation was last updated.

Status values

ValueMeaning
awaiting_customer_inputRequired intake information, participant roles, or documents are missing or invalid, or the current state is complete but has not been submitted for review.
submittedThe incorporation was explicitly submitted and currently validates against the incorporation requirements, but workflow work has not started yet.
in_progressCommenda is actively processing the incorporation through the dedicated workflow.
blockedThe incorporation has active partner-visible issues or workflow start/runtime failures.
completedThe incorporation has been completed.
Some endpoints return the incorporation object inside a response wrapper with related data:
FieldDescription
requirementsCurrent incorporation requirements for the selected jurisdiction and options.
incorporationValidationCurrent validation result for the full incorporation.
intakeStateCurrent submitted incorporation-level intake values.
participantsParticipants registered to this incorporation, when requested or available.

Endpoints