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

HR Injury Type

URL

Verbs

Function

Available

HRInjuryType

GET

Query a list of HR Injury Types

Post 2018.3

HRInjuryType/<description>

GET

Get a specific HR Injury Type

Post 2018.3

Security Linked Menu

Menu Item
Located
Maintain Lookups HR / System / Utilities

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<HRInjuryTypes collection='true' count='5'>
<HRInjuryType>
<OidString>6606.1</OidString>
<Edition>2</Edition>
<IsClosed>false</IsClosed>
<Description>Broken / Fractured Bones</Description>
</HRInjuryType>
<HRInjuryType>
<OidString>6606.2</OidString>
<Edition>2</Edition>
<IsClosed>false</IsClosed>
<Description>Cut / Tear</Description>
</HRInjuryType>
<HRInjuryType>
<OidString>6606.3</OidString>
<Edition>1</Edition>
<IsClosed>false</IsClosed>
<Description>Death</Description>
</HRInjuryType>
<HRInjuryType>
<OidString>6606.4</OidString>
<Edition>1</Edition>
<IsClosed>false</IsClosed>
<Description>Dismemberment</Description>
</HRInjuryType>
<HRInjuryType>
<OidString>6606.5</OidString>
<Edition>2</Edition>
<IsClosed>false</IsClosed>
<Description>Other</Description>
</HRInjuryType>
</HRInjuryTypes>