PageUpPeople


Click here for a complete list of operations.

GetApplicant

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /pageuppeoplews/pageuppeople.asmx HTTP/1.1
Host: webservices.dc2.pageuppeople.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://webservices.pageup.com.au/People/PageUpPeople/GetApplicant"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <AuthHeader xmlns="http://webservices.pageup.com.au/People/PageUpPeople/">
      <sUserName>string</sUserName>
      <sPassword>string</sPassword>
    </AuthHeader>
  </soap:Header>
  <soap:Body>
    <GetApplicant xmlns="http://webservices.pageup.com.au/People/PageUpPeople/">
      <intApplicantID>int</intApplicantID>
    </GetApplicant>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetApplicantResponse xmlns="http://webservices.pageup.com.au/People/PageUpPeople/">
      <GetApplicantResult>
        <NonUpdatableFields>string</NonUpdatableFields>
        <ApplicantID>string</ApplicantID>
        <ApplicantNumber>int</ApplicantNumber>
        <BadgeID>string</BadgeID>
        <PersonID>string</PersonID>
        <Title>string</Title>
        <FirstName>string</FirstName>
        <MiddleName>string</MiddleName>
        <LastName>string</LastName>
        <PreferredName>string</PreferredName>
        <Email>string</Email>
        <Gender>string</Gender>
        <PositionID>string</PositionID>
        <PhoneNumber>string</PhoneNumber>
        <MobileNumber>string</MobileNumber>
        <Street1>string</Street1>
        <Street2>string</Street2>
        <Suburb>string</Suburb>
        <State>string</State>
        <Country>string</Country>
        <ApplicantCountry>
          <Name>string</Name>
          <ISO2>string</ISO2>
          <ISO3>string</ISO3>
        </ApplicantCountry>
        <PostCode>string</PostCode>
        <DOB>string</DOB>
        <SocialSecurityNo>string</SocialSecurityNo>
        <Profile>
          <DateProfileUpdated>string</DateProfileUpdated>
          <ProfileEducations>
            <ProfileEducation xsi:nil="true" />
            <ProfileEducation xsi:nil="true" />
          </ProfileEducations>
          <ProfileEmployments>
            <ProfileEmployment xsi:nil="true" />
            <ProfileEmployment xsi:nil="true" />
          </ProfileEmployments>
          <ProfileLanguageProficiencys>
            <ProfileLanguageProficiency xsi:nil="true" />
            <ProfileLanguageProficiency xsi:nil="true" />
          </ProfileLanguageProficiencys>
          <ProfileLicenses>
            <ProfileLicense xsi:nil="true" />
            <ProfileLicense xsi:nil="true" />
          </ProfileLicenses>
          <ProfileWorkTypes>
            <ProfileWorkType xsi:nil="true" />
            <ProfileWorkType xsi:nil="true" />
          </ProfileWorkTypes>
          <ProfileLocationPreferences>
            <ProfileLocationPreference xsi:nil="true" />
            <ProfileLocationPreference xsi:nil="true" />
          </ProfileLocationPreferences>
        </Profile>
        <PUReferenceID>int</PUReferenceID>
        <EmploymentStatus>string</EmploymentStatus>
        <ApplicantType>string</ApplicantType>
        <Other1>string</Other1>
        <ApplicantFlag11>string</ApplicantFlag11>
        <EmploymentDate>string</EmploymentDate>
        <AssessmentResultExpiry11>string</AssessmentResultExpiry11>
        <AssessmentResultExpiry12>string</AssessmentResultExpiry12>
        <AssessmentResultExpiry13>string</AssessmentResultExpiry13>
        <AssessmentResultExpiry14>string</AssessmentResultExpiry14>
        <AssessmentResultExpiry15>string</AssessmentResultExpiry15>
        <TalentPool>string</TalentPool>
        <CRMCandidate>boolean</CRMCandidate>
      </GetApplicantResult>
    </GetApplicantResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /pageuppeoplews/pageuppeople.asmx HTTP/1.1
Host: webservices.dc2.pageuppeople.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <AuthHeader xmlns="http://webservices.pageup.com.au/People/PageUpPeople/">
      <sUserName>string</sUserName>
      <sPassword>string</sPassword>
    </AuthHeader>
  </soap12:Header>
  <soap12:Body>
    <GetApplicant xmlns="http://webservices.pageup.com.au/People/PageUpPeople/">
      <intApplicantID>int</intApplicantID>
    </GetApplicant>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetApplicantResponse xmlns="http://webservices.pageup.com.au/People/PageUpPeople/">
      <GetApplicantResult>
        <NonUpdatableFields>string</NonUpdatableFields>
        <ApplicantID>string</ApplicantID>
        <ApplicantNumber>int</ApplicantNumber>
        <BadgeID>string</BadgeID>
        <PersonID>string</PersonID>
        <Title>string</Title>
        <FirstName>string</FirstName>
        <MiddleName>string</MiddleName>
        <LastName>string</LastName>
        <PreferredName>string</PreferredName>
        <Email>string</Email>
        <Gender>string</Gender>
        <PositionID>string</PositionID>
        <PhoneNumber>string</PhoneNumber>
        <MobileNumber>string</MobileNumber>
        <Street1>string</Street1>
        <Street2>string</Street2>
        <Suburb>string</Suburb>
        <State>string</State>
        <Country>string</Country>
        <ApplicantCountry>
          <Name>string</Name>
          <ISO2>string</ISO2>
          <ISO3>string</ISO3>
        </ApplicantCountry>
        <PostCode>string</PostCode>
        <DOB>string</DOB>
        <SocialSecurityNo>string</SocialSecurityNo>
        <Profile>
          <DateProfileUpdated>string</DateProfileUpdated>
          <ProfileEducations>
            <ProfileEducation xsi:nil="true" />
            <ProfileEducation xsi:nil="true" />
          </ProfileEducations>
          <ProfileEmployments>
            <ProfileEmployment xsi:nil="true" />
            <ProfileEmployment xsi:nil="true" />
          </ProfileEmployments>
          <ProfileLanguageProficiencys>
            <ProfileLanguageProficiency xsi:nil="true" />
            <ProfileLanguageProficiency xsi:nil="true" />
          </ProfileLanguageProficiencys>
          <ProfileLicenses>
            <ProfileLicense xsi:nil="true" />
            <ProfileLicense xsi:nil="true" />
          </ProfileLicenses>
          <ProfileWorkTypes>
            <ProfileWorkType xsi:nil="true" />
            <ProfileWorkType xsi:nil="true" />
          </ProfileWorkTypes>
          <ProfileLocationPreferences>
            <ProfileLocationPreference xsi:nil="true" />
            <ProfileLocationPreference xsi:nil="true" />
          </ProfileLocationPreferences>
        </Profile>
        <PUReferenceID>int</PUReferenceID>
        <EmploymentStatus>string</EmploymentStatus>
        <ApplicantType>string</ApplicantType>
        <Other1>string</Other1>
        <ApplicantFlag11>string</ApplicantFlag11>
        <EmploymentDate>string</EmploymentDate>
        <AssessmentResultExpiry11>string</AssessmentResultExpiry11>
        <AssessmentResultExpiry12>string</AssessmentResultExpiry12>
        <AssessmentResultExpiry13>string</AssessmentResultExpiry13>
        <AssessmentResultExpiry14>string</AssessmentResultExpiry14>
        <AssessmentResultExpiry15>string</AssessmentResultExpiry15>
        <TalentPool>string</TalentPool>
        <CRMCandidate>boolean</CRMCandidate>
      </GetApplicantResult>
    </GetApplicantResponse>
  </soap12:Body>
</soap12:Envelope>