Add Employee Classes

post

/config/sim/v1/employees/classes

Add the Employee class object to a specified hierarchy unit .

Request

Supported Media Types
Header Parameters
Body ()
Request body
Root Schema : EmployeeClassCUDRequestBody
Type: object
Show Source
Nested Schema : EmployeeClassNameTranslatedString
Type: object
A string that contains translations of Employee class name into multiple languages
Example:
{
    "en-US":"Employee class",
    "de-DE":"Mitarbeiterklasse",
    "es-MX":"Clase de empleado"
}
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