Create a new company
Create a new company
Rate Limit: 300 Max attempts within 1 minute.
Request body
requiredParameter | Details |
---|---|
id
| integer Example: 1 |
name
| string Example: My Company |
Responses
201
Company was successfully created.
application/json
Success
id
integer
Example:
1
namerequired
string
Example:
My Company
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
POST
Request samples
Response samples
201Company:
Content type: application/json