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
Header Parameters
-
Simphony-OrgShortName: string(string)
Org Identifier
A request body
Root Schema : EmployeeJobCodesGetRequestBody
Type:
objectThe input Body model that needs to be given.
Show Source
-
hierUnitId:
integer
Unique reference of the hierarchy.
-
include(optional):
string
Objects included in response
-
languages(optional):
string
If specified, limits translated strings returned
-
limit(optional):
integer
If using paging, number of results returned in this page.
-
objectNum:
integer
Object number of the employee
-
offset(optional):
integer
Starting resource record index. Not required if paging parameters are not supported
-
searchCriteria(optional):
string
Search criteria to filter results based on field value
Response
Supported Media Types
- application/json
200 Response
A collection of associated job codes of a particular employee in an organization.
Root Schema : EmployeeJobCode
Type:
objectModel for an Employee Job Code Object
Show Source
-
jobCodeName(optional):
object JobCodeNameTranslatedString
A string that contains translations of employee job code name into multiple languages
-
jobCodeObjNum(optional):
integer
The object number of the employee job codeExample:
1 -
objectNum(optional):
integer
Unique reference of the employee in the system.Example:
1 -
otPayRate(optional):
number
Overtime pay rate for the employee in the specified job codeExample:
20.5 -
propertyHierUnitId(optional):
integer
Unique reference of the hierarchy unit associated with the propertyExample:
3599 -
propertyName(optional):
object HierUnitNameTranslatedString
A string that contains translations of hierarchy unit name into multiple languages
-
propertyObjNum(optional):
integer
Object number of the hierarchy unit associated with the propertyExample:
5 -
regularPayRate(optional):
number
Regular pay rate for the employee in the specified job codeExample:
10.75
Nested Schema : JobCodeNameTranslatedString
Type:
objectA string that contains translations of employee job code name into multiple languages
Example:
{
"en-US":"job code1",
"ar-AR":"?????? ??????????????"
}Nested Schema : HierUnitNameTranslatedString
Type:
objectA string that contains translations of hierarchy unit name into multiple languages
Example:
{
"en-US":"Property",
"de-DE":"Eigentum",
"ar-AR":"??????????"
}400 Response
400 Bad Request
Root Schema : ErrorDetails
Type:
objectResponse body when the request returns an error.
Show Source
-
detail(optional):
string
A short, human-readable summary of the problem.Example:
Specified Data is invalid -
errorDetails(optional):
string
A human-readable explanation specific to this occurrence of the problem.Example:
Entity Does Not Exist -
o:errorCode(optional):
integer
Error code of the problemExample:
55223 -
status(optional):
integer
HTTP status code.Example:
400 -
title(optional):
string
A short, human-readable summary of the problem type.Example:
VALIDATION ERROR -
type(optional):
string
A URI reference that identifies the problem type. When this member is not present, its value is assumed to be "about:blank".Example:
http://www.abc.org/xyz.html