Create Employee File Category

Creates one or more employee file categories. Accepts a JSON array of category name strings or an equivalent XML document. An empty payload returns 200 without creating anything. Returns 400 if a name is empty or already exists, and 403 if the caller lacks permission.

Body Params
New Employee File Category
Responses
200

The request was processed but no categories were created (empty payload).

201

All specified categories were created successfully.

400

The request body contains malformed JSON or XML, an empty category name, or a category name that already exists.

403

The API user does not have permission to create employee file categories.

500

An internal server error occurred.

Language
Credentials
:
URL
Response
Click Try It! to start a request and see the response here!