Skip to content
  • There are no suggestions because the search field is empty.

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 Lookups HR / 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>