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

HR CV Training

URL

Verbs

Function

HRPersonCVTraining/<employee>

GET

Query all skill records for an employee

HRPersonCVTraining/<employee>

POST

Add a new skill record for employee

HRPersonCVTraining/<employee>/<oid>

GET

Query a single skill record for an employee

HRPersonCVTraining/<employee>/<oid>

POST

Update a skill 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"?>
<HRPersonCVTrainings collection='true' count='2'>
<HRPersonCVTraining>
<Edition>3</Edition>
<OidString>6619.2</OidString>
<Details/>
<Notes/>
<Reference/>
<Type>First Aid</Type>
<Level>Basic</Level>
<FromDate>2011-05-12</FromDate>
<ObtainedDate>2011-05-12</ObtainedDate>
<ToDate>2011-05-12</ToDate>
</HRPersonCVTraining>
<HRPersonCVTraining>
<Edition>3</Edition>
<OidString>6619.1</OidString>
<Details/>
<Notes/>
<Reference>In house</Reference>
<Type>Greentree Software</Type>
<Level>Intermediate</Level>
<FromDate>2011-06-01</FromDate>
<ObtainedDate>2011-06-07</ObtainedDate>
<ToDate>2011-06-07</ToDate>
</HRPersonCVTraining>
</HRPersonCVTrainings>