HR CV Certification
|
URL |
Verbs |
Function |
|---|---|---|
|
HRPersonCVCertification/<employee> |
GET |
Query all certifications for an employee |
|
HRPersonCVCertification/<employee> |
POST |
Add a new Certification for employee |
|
HRPersonCVCertification/<employee>/<oid> |
GET |
Query a single Certification for an employee |
|
HRPersonCVCertification/<employee>/<oid> |
POST |
Update a Certification 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"?>
<HRPersonCVCertifications collection='true' count='2'>
<HRPersonCVCertification>
<Edition>9</Edition>
<OidString>6614.2</OidString>
<Details>Some details</Details>
<Notes>And some notes</Notes>
<Reference>Qualification in doing things</Reference>
<Type>Accounting</Type>
<Level>Clerical</Level>
<ExpiryDate>2013-10-01</ExpiryDate>
<ObtainedDate>2012-05-01</ObtainedDate>
<IsExpired>true</IsExpired>
</HRPersonCVCertification>
<HRPersonCVCertification>
<Edition>2</Edition>
<OidString>6614.1</OidString>
<Details/>
<Notes/>
<Reference/>
<Type>MS Office</Type>
<Level>Intermediate</Level>
<ExpiryDate/>
<ObtainedDate>2006-01-01</ObtainedDate>
<IsExpired>false</IsExpired>
</HRPersonCVCertification>
</HRPersonCVCertifications>