Creates a new company.
Creates a new company.
Required Permissions
The user must be an admin or havecompany-master-data:write
permissions.Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
The company name.
description
The company description.
industry
The company's industry.
Response
OK
name
The company name.
description
The company description.
industry
The company's industry.
id
The id of the company.
hasImage
Whether the company has an image.
companyContactInfos
The company infos assigned to this company.
createdOn
The date this entity was created.
createdBy
The id of the user who created this entity.
updatedOn
The date this entity was last modified.
updatedBy
The id of the user who last modified this entity.
resourceVersion
The version of the entity, updated on every modification, to the ticks in UTC.
Not identical to UpdatedOn.
projectsCount
The number of all projects related to the company.
projectsInProgressCount
The number of all projects in status 'progress' related to the company.
isExternal
True if this entity is coming from an external workspace (awork Connect).