Skip to main content
POST
Creates a new corporation entity in your organization. A corporation represents a distinct legal entity or business.
Legal name of the entity, including the type suffix (e.g., “Inc.”, “LLC”).
string
required
The ISO 3166 2-alpha country code where the business entity is registered.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request body for creating a new corporation.

The legal name of the corporation.

Example:

"Acme Corporation"

Response

Sales tax registration response

data
object

A corporation registered with Commenda.

message
string
Example:

"Successfully created corporation."