Add Employee Classes

post

/config/sim/v2/employees/classes

Add the Employee class object to a specified hierarchy unit .

Request

Supported Media Types
Header Parameters
Body ()
Request body
Root Schema : EmployeeClassCUDRequestBodyv2
Type: object
Show Source
Nested Schema : className
Type: object
Employee Class Name
Example:
{
    "1":"Enterprise",
    "2":"Unternehmen",
    "3":"Empresa"
}
Nested Schema : dataExtensions
Type: array
An array of data extensions for Employee Class Revenue Center Operator Options
Show Source
Nested Schema : rvcOperatorOptions
Type: array
An array of revenue center operator options
Show Source
Nested Schema : Employee_dataExtensions
Type: object
Show Source
Nested Schema : EmployeeClass_rvcOperatorOptionsCU
Type: object
Show Source
  • A string value of 0s & 1s of length 32 representing the enablement or disablement of the options associated with the Revenue Center Operator record
    Example: 00000000000000000000000000000000
  • Object number of the revenue center.
    Example: 1
Back to Top

Response

Supported Media Types

200 Response

Response Object
Body ()
Root Schema : EmployeeClassResponse
Type: object
Show Source

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source
Back to Top