Skip to main content
POST

Authorization

Requires authentication with a Bearer token. Only users with the following roles can create levels:
  • Super Admin
  • HR Manager

Path Parameters

string
required
The unique identifier of the company

Request Body

string
required
Name of the level (2-255 characters)
integer
required
Hierarchy level number (minimum 1). Used for ordering levels within the organization.
number
Minimum salary for this level (must be non-negative)
number
Maximum salary for this level (must be non-negative)
string
Description of the level

Response

boolean
Indicates if the request was successful
object
The created level object

Error Responses