Create Organization
POST/api/v1/organizations
Create a new Organization (factory or partner) identified by an externally-assigned id. Returns 400 ("Organization already exists") if an organization with that id already exists; use Update Organization to modify it instead.
Request​
Responses​
- 201
- 400
- 401
- 422
- 500
Created
Bad request
Unauthorized
Validation Error
Internal Error