Skip to main content
Skip table of contents

HR Education Type

URL

Verbs

Function

HREducationType

GET

Query a list of HR Education Types

HREducationType/<description>

GET

Get a specific HR Education Type

Security Linked Menu

Menu Item
Located
Maintain LookupsHR / System / Utilities

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<HREducationType>
    <OidString>6582.4</OidString>
    <Edition>1</Edition>
    <IsClosed>false</IsClosed>
    <Description>Apprentice</Description>
    <Levels collection='true' count='4'>
        <HRLookupLevel>
            <Edition>1</Edition>
            <OidString>6611.69</OidString>
            <Name>Year 4</Name>
            <Order>1</Order>
        </HRLookupLevel>
        <HRLookupLevel>
            <Edition>1</Edition>
            <OidString>6611.70</OidString>
            <Name>Year 3</Name>
            <Order>2</Order>
        </HRLookupLevel>
        <HRLookupLevel>
            <Edition>1</Edition>
            <OidString>6611.71</OidString>
            <Name>Year 2</Name>
            <Order>3</Order>
        </HRLookupLevel>
        <HRLookupLevel>
            <Edition>1</Edition>
            <OidString>6611.72</OidString>
            <Name>Year 1</Name>
            <Order>4</Order>
        </HRLookupLevel>
    </Levels>
</HREducationType>
JavaScript errors detected

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

If this problem persists, please contact our support.