Skip to main content
Skip table of contents

HR Position

URL

Verbs

Function

/HRPosition

GET

Query a list of all HR Positions

/HRPosition/<code>

GET

Query a single HR Position

Supported modifiers

Query String

Definition

Sample
treeName and treeBranchReturn a list of HR Positions assigned to a nominated branch of a nominated treetreeName=Colour-AUS&treeBranch=Blue
statusReturn a list of HR Positions that match the statusstatus=Active
typeReturn a list of HR Positions that match the position typetype=Full Time
gradeReturn a list of HR Positions that match the gradegrade=High

Security Linked Menu

Menu Item
Located
Position MaintenanceHR / Human Resources Management

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<HRPosition>
  <Edition>12</Edition>
  <OidString>7558.1</OidString>
  <Code>1000</Code>
  <ConditionDetail>Ford Falcon</ConditionDetail>
  <Description>Accountant</Description>
  <JobDescription>Accountant / Office Manager</JobDescription>
  <Notes>SUPER 21/6/2005, 16:05:28 - Reports to Manager Amanda Algar.</Notes>
  <NumberAvailable>1</NumberAvailable>
  <ResponsibilityDetail>Financial accounting/monthly reporting, control of work in progress and monthly billings, payroll, fixed assets management, computer management plus leadership and management of office personnel.</ResponsibilityDetail>
  <SalaryFrom>35000.00</SalaryFrom>
  <SalaryTo>60000.00</SalaryTo>
  <Grade>High</Grade>
  <Status>Active</Status>
  <Type>Administration</Type>
  <AssignedUser>SUPER</AssignedUser>
  <UserDefinedFields collection="true" count="4">
    <UserDefinedField>
      <Name>Casual</Name>
      <Type>Boolean</Type>
      <Value>false</Value>
    </UserDefinedField>
    <UserDefinedField>
      <Name>Contract</Name>
      <Type>Boolean</Type>
      <Value>false</Value>
    </UserDefinedField>
    <UserDefinedField>
      <Name>Full Time</Name>
      <Type>Boolean</Type>
      <Value>true</Value>
    </UserDefinedField>
    <UserDefinedField>
      <Name>Part Time</Name>
      <Type>Boolean</Type>
      <Value>false</Value>
    </UserDefinedField>
  </UserDefinedFields>
  <Trees collection="true" count="1">
    <Tree>
      <Name>Function Location</Name>
      <IsMandatory>false</IsMandatory>
      <Value>Head Office</Value>
      <Path>Head Office</Path>
      <ShortCode>HO</ShortCode>
    </Tree>
  </Trees>
</HRPosition>
JavaScript errors detected

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

If this problem persists, please contact our support.