Create department
POST {{baseUrl}}/v2/departments
This endpoint creates a new department
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Idempotency-Key
|
string | ||
Content-Type
|
string |
RESPONSES
status OK
{
"id": "in dolore laboris proident",
"name": "et aliquip exercitation dolore",
"description": "dolor occaecat id eiusmod"
} |
ENDPOINTS