Skip to main content
Skip table of contents

HR Certification Type

URL

Verbs

Function

HRCertificationType

GET

Query a list of HR Certification Types

HRCertificationType/<description>

GET

Get a specific HR Certification Type

Security Linked Menu

Menu Item
Located
Maintain LookupsHR / System / Utilities

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<HRCertificationType>
    <OidString>6574.1</OidString>
    <Edition>5</Edition>
    <IsClosed>false</IsClosed>
    <Description>Accounting</Description>
    <Levels collection='true' count='3'>
        <HRLookupLevel>
            <Edition>5</Edition>
            <OidString>6611.1</OidString>
            <Name>Qualified</Name>
            <Order>1</Order>
        </HRLookupLevel>
        <HRLookupLevel>
            <Edition>3</Edition>
            <OidString>6611.2</OidString>
            <Name>Post Grad</Name>
            <Order>2</Order>
        </HRLookupLevel>
        <HRLookupLevel>
            <Edition>3</Edition>
            <OidString>6611.3</OidString>
            <Name>Clerical</Name>
            <Order>3</Order>
        </HRLookupLevel>
    </Levels>
</HRCertificationType>
JavaScript errors detected

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

If this problem persists, please contact our support.