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 treeBranch | Return a list of HR Positions assigned to a nominated branch of a nominated tree | treeName=Colour-AUS&treeBranch=Blue |
| status | Return a list of HR Positions that match the status | status=Active |
| type | Return a list of HR Positions that match the position type | type=Full Time |
| grade | Return a list of HR Positions that match the grade | grade=High |
Security Linked Menu
|
Menu Item
|
Located
|
|---|---|
| Position Maintenance | HR / 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>