Create Organisation

Creates the specified organisation. ID must not be specified, neither in query String, nor in JSON payload. You can provide following fields with this request: * `name` (String required) * `class` (Object required) * `type` (Object required) * `country` (Object required) * `relation` (Object required) see /api/v1/organisation/relation/type for a lookup * `status` (Object optional) * `currency` (Object required) * `verification_type` (Object optional) * `verification` (String optional) * `monthly_cost_limit` (Integer optional) * `ext_reference` (String optional) **Notes** * If the status field is not set at creation time, the default imposed by server is ENABLED.

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the POST request to /api/v1/authenticate.

Request

This endpoint expects an object.
namestringRequired
classobjectRequired
typeobjectRequired
countryobjectRequired
statusobjectRequired
relationobjectRequired
currencyobjectRequired
verification_typeobjectRequired
verificationstringRequired
ext_referencestringRequired
monthly_cost_limitintegerRequired

Response