v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
companies

Creates a new company.

<Check title="Required Permissions" icon="key">The user must be an admin or have company-master-data:write permissions.</Check>

post/companies

Headers

Authorizationstring required

Bearer authentication

Request body

namestring required

The company name.

descriptionstring nullable

The company description.

industrystring nullable

The company's industry.

Response

OK

namestring required

The company name.

descriptionstring nullable

The company description.

industrystring nullable

The company's industry.

idstring uuid

The id of the company.

hasImageboolean

Whether the company has an image.

createdOnstring date-time

The date this entity was created.

createdBystring uuid

The id of the user who created this entity.

updatedOnstring date-time

The date this entity was last modified.

updatedBystring uuid

The id of the user who last modified this entity.

resourceVersioninteger

The version of the entity, updated on every modification, to the ticks in UTC. Not identical to UpdatedOn.

projectsCountinteger

The number of all projects related to the company.

projectsInProgressCountinteger

The number of all projects in status 'progress' related to the company.

isExternalboolean

True if this entity is coming from an external workspace (awork Connect).