Designations
Create Designation
Create a new designation for a company
POST
Create a new designation within a company. This endpoint requires Super Admin or HR Manager role.
Path Parameters
string
required
The unique identifier of the company
Request Body
string
required
The name of the designation (2-255 characters)
string
A description of the designation
string
UUID of the associated level
string
UUID of the associated department
string
required
Status of the designation. Must be either
active or inactiveResponse
boolean
Indicates if the request was successful
object
The created designation object