HR CV Skill
|
URL |
Verbs |
Function |
|---|---|---|
|
HRPersonCVSkill /<employee> |
POST |
Add a new skill record for employee |
|
HRPersonCVSkill /<employee>/<oid> |
GET |
Query a single skill record for an employee |
|
HRPersonCVSkill/<employee> |
GET |
Query all skill records for an employee |
|
HRPersonCVSkill/<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"?>
<HRPersonCVSkills collection='true' count='3'>
<HRPersonCVSkill>
<Edition>1</Edition>
<OidString>6618.3</OidString>
<Details/>
<Notes/>
<Reference/>
<Type>Customer Interaction</Type>
</HRPersonCVSkill>
<HRPersonCVSkill>
<Edition>1</Edition>
<OidString>6618.2</OidString>
<Details/>
<Notes/>
<Reference/>
<Type>Computer Literacy</Type>
<Level>Beginner</Level>
</HRPersonCVSkill>
<HRPersonCVSkill>
<Edition>1</Edition>
<OidString>6618.1</OidString>
<Details/>
<Notes/>
<Reference/>
<Type>Data Entry</Type>
<Level>Intermediate</Level>
</HRPersonCVSkill>
</HRPersonCVSkills>