Create organization
POST/api/organisation/v1
Creates an organization. If no UUID is passed, one will be created. If no name is passed, the UUID will be used.
All entities and transactions belong to one organization. The system supports the creation of as many organizations as is needed.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
Created
Bad Request
Unauthorized
Forbidden
Entity Not Found
Internal error