Get Employee Job Codes

post

/config/sim/v1/employees/properties/getJobCodes

Gets all the job codes assigned to the given employee at the specified property

Request

Supported Media Types
Body ()
A request body
Root Schema : EmployeeJobCodesGetRequestBodyv1
Type: object
The input Body model that needs to be given.
Show Source
Back to Top

Response

Supported Media Types

200 Response

A Collection of Employee Job Codes.
Body ()
Root Schema : EmployeeJobCodeGetResponsev1
Type: object
Show Source
Nested Schema : items
Type: array
Array of Employee Job Code objects of the organization.
Show Source
Nested Schema : EmployeeJobCodev1
Type: object
Model for an Employee Job Code Object
Show Source
Nested Schema : jobCodeName
Type: object
Job Code Name
Example:
{
    "en-US":"Job Code",
    "es-MX":"C??digo de Trabajo"
}
Nested Schema : propertyName
Type: object
Property Name.
Example:
{
    "en-US":"Property",
    "de-DE":"Eigentum",
    "es-MX":"Propiedad"
}
Back to Top