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
- application/json
- multipart/form-data
A request body
Root Schema : EmployeeJobCodesGetRequestBodyv1
Type:
object
The input Body model that needs to be given.
Show Source
-
include:
string
Objects included in response
-
includeAll:
string
This can take 2 values: basic or detailed. If 'basic' is specified, The response contains all the properties of the object except
Ext values. If 'detailed' is specified, The response contains all the properties of the object. Example:detailed
-
languages:
string
If specified, limits translated strings returnedExample:
en-US, es-ES, es-MX
-
limit:
integer
If using paging, number of results returned in this page.Example:
100
-
objectNum(required):
integer
Object number of the employeeExample:
2
-
offset:
integer
Starting resource record index. Not required if paging parameters are not supportedExample:
0
-
propertyHierUnitId(required):
integer
Unique reference of the hierarchy unit associated with the propertyExample:
2
-
searchCriteria:
string
Search criteria to filter results based on field value
Response
Supported Media Types
- application/json
200 Response
A Collection of Employee Job Codes.
Root Schema : EmployeeJobCodeGetResponsev1
Type:
Show Source
object
-
count:
integer
Current response record count.Example:
9
-
hasMore:
boolean
Flag indicating if there are more objects to fetch.Example:
true
-
items:
array items
Array of Employee Job Code objects of the organization.
-
limit:
integer
Server page sizeExample:
10
-
offset:
integer
Starting resource record indexExample:
0
-
totalResults:
integer
Total number of rows (excluding the paging parameters)Example:
100
Nested Schema : items
Type:
array
Array of Employee Job Code objects of the organization.
Show Source
-
Array of:
object EmployeeJobCodev1
Model for an Employee Job Code Object
Nested Schema : EmployeeJobCodev1
Type:
object
Model for an Employee Job Code Object
Show Source
-
jobCodeName:
object jobCodeName
Job Code Name
-
jobCodeObjNum:
integer
The object number of the employee job codeExample:
1
-
objectNum:
integer
Unique reference of the employee in the system.Example:
1
-
otPayRate:
number
Overtime pay rate for the employee in the specified job codeExample:
20.5
-
propertyHierUnitId:
integer
Unique reference of the hierarchy unit associated with the propertyExample:
3599
-
propertyName:
object propertyName
Property Name.
-
propertyObjNum:
integer
Object number of the hierarchy unit associated with the propertyExample:
5
-
regularPayRate:
number
Regular pay rate for the employee in the specified job codeExample:
10.75
-
reportGroup:
integer
Object number of the Report Group.Example:
1
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"
}