Skip to main content
Skip table of contents

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 MaintenanceHR

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>
JavaScript errors detected

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

If this problem persists, please contact our support.