Skip to content
  • There are no suggestions because the search field is empty.

HR CV Employment

URL

Verbs

Function

HRPersonCVEmployment/<employee>

GET

Query all employment records for an employee

HRPersonCVEmployment/<employee>

POST

Add a new employment record for employee

HRPersonCVEmployment/<employee>/<oid>

GET

Query a single employment record for an employee

HRPersonCVEmployment/<employee>/<oid>

POST

Update an employment detail  for an employee

Supported modifiers

Query String

Definition

Sample

isApplicant

In the above queries, indicates that <employee> is actually a HRApplicant code

isApplicant=true

Security Linked Menu

Menu Item
Located
Employee Maintenance HR

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<HRPersonCVEmployments collection='true' count='1'>
    <HRPersonCVEmployment>
        <Edition>3</Edition>
        <OidString>6616.1</OidString>
        <Details/>
        <Notes/>
        <Reference>ABC Computers</Reference>
        <Type>Employee</Type>
        <Level>Casual</Level>
        <CommencedDate>2006-05-07</CommencedDate>
        <CeasedDate>2007-09-02</CeasedDate>
        <SalaryOnLeaving>20000</SalaryOnLeaving>
    </HRPersonCVEmployment>
</HRPersonCVEmployments>