Create an organization
Create an organization
Request Body — REQUIRED | ||||
---|---|---|---|---|
address object
| ||||
email email — REQUIREDPossible values: 3 ≤ length ≤ 64 Required when creating an organization, optional when updating an organization. | ||||
logo stringPossible values: length ≤ 50000 A base64 encoded image, must start with 'data' followed by a mimetype. | ||||
name string — REQUIREDPossible values: 3 ≤ length ≤ 50 Required when creating an organization, optional when updating an organization. | ||||
registrationNumber stringPossible values: length ≤ 90 Registration number of the company | ||||
provider booleanWhether the new organization should be a provider or consumer. |
Responses | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
201 Organization successfully created
| |||||||||||||||||||||||
400 Bad Request (e.g. element not found or resource conflict).
| |||||||||||||||||||||||
403 Missing permission
| |||||||||||||||||||||||
500 Internal server error (Internal service communication or process error).
|