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| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id for the new Company, which must be unique among all Companies by case insensitive comparison. |
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 '_'.
| Name | Description | Type | Additional 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. |