Skip to main content
Skip table of contents

HR Applicant

URL

Verbs

Function

/HRApplicant

GET

Query a list of all HRApplicants

/HRApplicant/<code>

GET

Query a single HR Applicant by its code

/HRApplicantPOSTAdd a new HR Applicant
/HRApplicant/<code>POSTUpdate an existing HR Applicant

Supported modifiers

Query String

Definition

Sample
modifiedSinceReturn HR Applicants modified since a particular date and timemodifiedSince=2013-02-28T16:45:00
treeName and treeBranchReturn a list of HR Applicants assigned to a nominated branch of a nominated treetreeName=Colour-AUS&treeBranch=Blue
emailFilterReturn a list of HR Applicants that match an email addressemailFilter=brightc@company.com.au

Security Linked Menu

Menu Item
Located
ApplicantsHR / Recruitment

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<HRApplicant>
    <Edition>15</Edition>
    <OidString>7531.1</OidString>
    <EntryTimeStamp>2009-06-24T16:41:27</EntryTimeStamp>
    <EntryUser>SUPER</EntryUser>
    <ModifiedTimeStamp>2009-12-12T09:58:12</ModifiedTimeStamp>
    <ModifiedUser>SUPER</ModifiedUser>
    <Code>A1000</Code>
    <BirthDate>1974-06-12</BirthDate>
    <Salutation/>
    <Title>Mr</Title>
    <Firstname>CHARLES</Firstname>
    <UsualName>CHARLES</UsualName>
    <Surname>BRIGHT</Surname>
    <IsMale>true</IsMale>
    <IsPostalAddressSameAsStreet>false</IsPostalAddressSameAsStreet>
    <IsVerified>false</IsVerified>
    <AssignedUser>SUPER</AssignedUser>
    <ApplicantStatus/>
    <NextOfKinName>Peter Bright</NextOfKinName>
    <NextOfKinRelationship>Father</NextOfKinRelationship>
    <Notes>SUPER 28/6/2005, 12:30:43 - Well trained for clerical / accounting type position.</Notes>
    <StreetAddress>
        <Contact/>
        <Address1>101 Watson Street</Address1>
        <Address2/>
        <Address3/>
        <Suburb>Mountain Gate</Suburb>
        <Postcode>3156</Postcode>
        <State>VIC</State>
        <Country>AUS</Country>
        <TZone>+10:00</TZone>
        <PhoneBH>(00) 3395 6945</PhoneBH>
        <PhoneAH>(00) 3395 3664</PhoneAH>
        <Fax>(00) 3395 6958</Fax>
        <Email>brightc@company.com.au</Email>
        <Web/>
        <Mobile>0414 325 147</Mobile>
    </StreetAddress>
    <PostalAddress>
        <Contact/>
        <Address1>P.O. Box 23</Address1>
        <Address2>Mountain Gate Shopping Plaza</Address2>
        <Address3/>
        <Suburb>Mountain Gate</Suburb>
        <Postcode>3156</Postcode>
        <State>VIC</State>
        <Country>AUS</Country>
        <TZone>+10:00</TZone>
        <PhoneBH/>
        <PhoneAH/>
        <Fax/>
        <Email/>
        <Web/>
        <Mobile/>
    </PostalAddress>
    <NextOfKinAddress>
        <Contact/>
        <Address1>190 View Street</Address1>
        <Address2/>
        <Address3>Glen Waverley</Address3>
        <Suburb/>
        <Postcode>3150</Postcode>
        <State>VIC</State>
        <Country>AUS</Country>
        <TZone>+10:00</TZone>
        <PhoneBH>(00) 9561 4857</PhoneBH>
        <PhoneAH>(00) 9561 7240</PhoneAH>
        <Fax/>
        <Email/>
        <Web/>
        <Mobile>0410 157 159</Mobile>
    </NextOfKinAddress>
    <UserDefinedFields collection='true' count='1'>
        <UserDefinedField>
            <Name>Marital Status</Name>
            <Type>String</Type>
            <Value>Married</Value>
        </UserDefinedField>
    </UserDefinedFields>
    <Trees collection='true' count='0'/>
</HRApplicant>
JavaScript errors detected

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

If this problem persists, please contact our support.