v1
latestOpenAPI 3.1.02026-07-24398280.9 KBOrganization management
Create a new business entity
This endpoint creates a new business entity.
post/v1/organization/business_entities
Request body
Example request
{
"name": "New Business Entity",
"description": "Description of the new business entity."
}Response
Business entity successfully created
Example response
{
"name": "Manufacturing plant",
"description": "The building where things are manufactured"
}