Update Organisation

You can update the following fields of your child organisations: * `name` (String optional) * `class` (Object optional) * `type` (Object optional) * `country` (Object optional) * `status` (Object optional) - Status deleted cannot be set by PATCH. * `monthly_cost_limit` (Integer optional) * `currency` (Object optional) * `verification_type` (Object optional) * `verification` (String optional) * `ext_reference` (String optional)

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.

Path parameters

org_idstringRequired

Request

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

Response

The server has successfully fulfilled the request and that there is no additional content to send in the response payload body