Create Organization
Create New Organization
POST
https://{server_address}/api/v1/organization/create
Headers
Name | Type | Description |
---|---|---|
Authorization* | Bearer {access_token} | |
Content-Type* | application/json |
Request Body
Name | Type | Description |
---|---|---|
name* | My Organization | New organization's name. Should be from 3 to 100 symbols and can contains only letters, digits, spaces, dots, hyphens and apostrophes. |
description | My friend's organization | New organization's description. Should be up to 1,000 symbols and may cannot contains slashes, back slashes, less than and greater than symbols. |
type* | BUSINESS | Organization type. Could be: |
tz | Europe/Kyiv | Organization's timezone. |
parentId | 1 | Parent organization's identifier. |
phoneNumber | +380123456789 | New organization's phone number. Should be prefixed with |
unitSystem | IMPERIAL | Organization's unit system. Could be |
Request examples:
Last updated