POST Companies

Create a new Company
The id assigned to the company must not already exist.
The maximum length of the id is 100 characters. The id must not begin with an underscore character '_'.

Request Information

URI Parameters

None.

Body Parameters

The information for the new Company.

NewCompanyRequest
NameDescriptionTypeAdditional information
id

The id for the new Company, which must be unique among all Companies by case insensitive comparison.
The id provided will be trimmed of leading and trailing whitespace.
The trimmed value must be from 1 to 100 characters in length and may not start with an underscore character '_'.

string

Required

String length: inclusive between 1 and 100

Response Information

Create a new Company
The id assigned to the company must not already exist.
The maximum length of the id is 100 characters. The id must not begin with an underscore character '_'.

NewCompanyResponse
NameDescriptionTypeAdditional information
key

The key assigned to the new Company.

integer

Required

id

The id of the new Company, which is trimmed of leading and trailing whitespace.

string

Required

errors

If null the request was processed without error. If not null errors occurred while processing the request. The array contains the error messages.

Collection of string

None.