Create Department

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Request format

In order to create a department you must send a JSON:API spec JSON object representing a department.

Required attributes

As a bare minimum, name, must be supplied.

Examples

{
  "data": {
    "type": "departments",
    "attributes": {
      "name": "Software Development"
    }
  }
}
Body Params
data
object
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.api+json