Skip to main content
Skip table of contents

HR CV Education

URL

Verbs

Function

HRPersonCVEducation/<employee>

GET

Query all education for an employee

HRPersonCVEducation/<employee>

POST

Add a new education record for employee

HRPersonCVEducation/<employee>/<oid>

GET

Query a single education record for an employee

HRPersonCVEducation/<employee>/<oid>

POST

Update an education 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 MaintenanceHR

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<HRPersonCVEducations collection='true' count='1'>
    <HRPersonCVEducation>
        <Edition>3</Edition>
        <OidString>6615.1</OidString>
        <Details/>
        <Notes/>
        <Reference>Local High School</Reference>
        <Type>High School</Type>
        <Level>Year 12</Level>
        <FromDate>1973-01-01</FromDate>
        <ObtainedDate>1973-12-31</ObtainedDate>
        <ToDate>1973-12-31</ToDate>
    </HRPersonCVEducation>
</HRPersonCVEducations>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.