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 : EmployeeJobCodesGetRequestBody
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 associated job codes of a particular employee in an organization.
Body ()
Root Schema : EmployeeJobCode
Type: object
Model for an Employee Job Code Object
Show Source
Nested Schema : JobCodeNameTranslatedString
Type: object
A string that contains translations of employee job code name into multiple languages
Example:
{
    "en-US":"Job Code",
    "es-MX":"C??digo de Trabajo"
}
Nested Schema : HierUnitNameTranslatedString
Type: object
A string that contains translations of hierarchy unit name into multiple languages
Example:
{
    "en-US":"Property",
    "de-DE":"Eigentum",
    "es-MX":"Propiedad"
}

400 Response

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