Organisations
Create an organisation.
POST
/api/v1/organisations
Request Body
application/json
RequiredorganisationName
Requiredstring
Minimum length:
3
Maximum length: 30
organisationType
Requiredstring
Value in:
"BUSINESS" | "ENTERPRISE" | "INDIVIDUAL" | "TRIAL"
vatNumber
string
Minimum length:
0
Maximum length: 255
companyName
string
Minimum length:
0
Maximum length: 255
companyAddress
string
Minimum length:
0
Maximum length: 255
acceptedAgreements
Requiredarray<object>
contactEmail
Requiredobject
Request was successfully processed. The response body contains the requested data.