Multiposter


Click here for a complete list of operations.

GetApplicationsPaged

Paged version of GetApplications. Provides a mechanism to search for applications by job, job board or time on the database and return some basic information along with the ability to include source documents and parsed data.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
sCultureID:
sAPIKey:
sUsername:
sUserIdentifier:
sStartOrganisation:
sAdvertIdentifier:
sAdvertReference:
sAdvertID:
DestinationsAsCSV:
sApplicationStartDateTime:
sApplicationEndDateTime:
RankingAsCSV:
ProgressIDAsCSV:
AdvertCandidateIDAsCSV:
boolIncludeEmailBody:
boolIncludeAttachment:
boolIncludeParsed:
boolIncludeEmail:
sLastScoreDate:
sLastProgressDate:
CurrentPage:
RowsPerPage:
OrderBy:

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 /soap/multiposter.asmx HTTP/1.1
Host: api.logicmelon.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://api.logicmelon.com/GetApplicationsPaged"

<?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>
    <GetApplicationsPaged xmlns="http://api.logicmelon.com/">
      <sCultureID>string</sCultureID>
      <sAPIKey>string</sAPIKey>
      <sUsername>string</sUsername>
      <sUserIdentifier>string</sUserIdentifier>
      <sStartOrganisation>string</sStartOrganisation>
      <sAdvertIdentifier>string</sAdvertIdentifier>
      <sAdvertReference>string</sAdvertReference>
      <sAdvertID>string</sAdvertID>
      <DestinationsAsCSV>string</DestinationsAsCSV>
      <sApplicationStartDateTime>string</sApplicationStartDateTime>
      <sApplicationEndDateTime>string</sApplicationEndDateTime>
      <RankingAsCSV>string</RankingAsCSV>
      <ProgressIDAsCSV>string</ProgressIDAsCSV>
      <AdvertCandidateIDAsCSV>string</AdvertCandidateIDAsCSV>
      <boolIncludeEmailBody>string</boolIncludeEmailBody>
      <boolIncludeAttachment>string</boolIncludeAttachment>
      <boolIncludeParsed>string</boolIncludeParsed>
      <boolIncludeEmail>string</boolIncludeEmail>
      <sLastScoreDate>string</sLastScoreDate>
      <sLastProgressDate>string</sLastProgressDate>
      <CurrentPage>int</CurrentPage>
      <RowsPerPage>int</RowsPerPage>
      <OrderBy>string</OrderBy>
    </GetApplicationsPaged>
  </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>
    <GetApplicationsPagedResponse xmlns="http://api.logicmelon.com/">
      <ApplicationPaged>
        <PageCount>int</PageCount>
        <PageIndex>int</PageIndex>
        <TotalItemCount>int</TotalItemCount>
        <Applications>
          <APIApplication>
            <SchemaIdentifier>string</SchemaIdentifier>
            <AdvertCandidateID>int</AdvertCandidateID>
            <AdvertID>int</AdvertID>
            <AdvertIdentifier>string</AdvertIdentifier>
            <AdvertReference>string</AdvertReference>
            <AdvertTitle>string</AdvertTitle>
            <PostingID>int</PostingID>
            <FeedID>int</FeedID>
            <FeedName>string</FeedName>
            <CandidateID>int</CandidateID>
            <ApplicationDate>dateTime</ApplicationDate>
            <EmailAddress>string</EmailAddress>
            <LastName>string</LastName>
            <FirstName>string</FirstName>
            <HomePhone>string</HomePhone>
            <WorkPhone>string</WorkPhone>
            <MobilePhone>string</MobilePhone>
            <Address>string</Address>
            <Viewed>boolean</Viewed>
            <Score>short</Score>
            <Ranking>string</Ranking>
            <ProgressID>int</ProgressID>
            <Progress>string</Progress>
            <UserID>int</UserID>
            <OrganisationID>int</OrganisationID>
            <OrganisationName>string</OrganisationName>
            <Archived>boolean</Archived>
            <Favourite>boolean</Favourite>
            <EmailBody xsi:nil="true" />
            <EmailFirstAttachment xsi:nil="true" />
            <Parsed xsi:nil="true" />
            <Email xsi:nil="true" />
            <APIProcessingMessages>string</APIProcessingMessages>
            <LastScoreDate>dateTime</LastScoreDate>
            <LastProgressDate>dateTime</LastProgressDate>
            <LastNoteDate>dateTime</LastNoteDate>
            <sApplicationDate>string</sApplicationDate>
            <sLastNoteDate>string</sLastNoteDate>
            <sLastScoreDate>string</sLastScoreDate>
            <sLastProgressDate>string</sLastProgressDate>
          </APIApplication>
          <APIApplication>
            <SchemaIdentifier>string</SchemaIdentifier>
            <AdvertCandidateID>int</AdvertCandidateID>
            <AdvertID>int</AdvertID>
            <AdvertIdentifier>string</AdvertIdentifier>
            <AdvertReference>string</AdvertReference>
            <AdvertTitle>string</AdvertTitle>
            <PostingID>int</PostingID>
            <FeedID>int</FeedID>
            <FeedName>string</FeedName>
            <CandidateID>int</CandidateID>
            <ApplicationDate>dateTime</ApplicationDate>
            <EmailAddress>string</EmailAddress>
            <LastName>string</LastName>
            <FirstName>string</FirstName>
            <HomePhone>string</HomePhone>
            <WorkPhone>string</WorkPhone>
            <MobilePhone>string</MobilePhone>
            <Address>string</Address>
            <Viewed>boolean</Viewed>
            <Score>short</Score>
            <Ranking>string</Ranking>
            <ProgressID>int</ProgressID>
            <Progress>string</Progress>
            <UserID>int</UserID>
            <OrganisationID>int</OrganisationID>
            <OrganisationName>string</OrganisationName>
            <Archived>boolean</Archived>
            <Favourite>boolean</Favourite>
            <EmailBody xsi:nil="true" />
            <EmailFirstAttachment xsi:nil="true" />
            <Parsed xsi:nil="true" />
            <Email xsi:nil="true" />
            <APIProcessingMessages>string</APIProcessingMessages>
            <LastScoreDate>dateTime</LastScoreDate>
            <LastProgressDate>dateTime</LastProgressDate>
            <LastNoteDate>dateTime</LastNoteDate>
            <sApplicationDate>string</sApplicationDate>
            <sLastNoteDate>string</sLastNoteDate>
            <sLastScoreDate>string</sLastScoreDate>
            <sLastProgressDate>string</sLastProgressDate>
          </APIApplication>
        </Applications>
      </ApplicationPaged>
    </GetApplicationsPagedResponse>
  </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 /soap/multiposter.asmx HTTP/1.1
Host: api.logicmelon.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:Body>
    <GetApplicationsPaged xmlns="http://api.logicmelon.com/">
      <sCultureID>string</sCultureID>
      <sAPIKey>string</sAPIKey>
      <sUsername>string</sUsername>
      <sUserIdentifier>string</sUserIdentifier>
      <sStartOrganisation>string</sStartOrganisation>
      <sAdvertIdentifier>string</sAdvertIdentifier>
      <sAdvertReference>string</sAdvertReference>
      <sAdvertID>string</sAdvertID>
      <DestinationsAsCSV>string</DestinationsAsCSV>
      <sApplicationStartDateTime>string</sApplicationStartDateTime>
      <sApplicationEndDateTime>string</sApplicationEndDateTime>
      <RankingAsCSV>string</RankingAsCSV>
      <ProgressIDAsCSV>string</ProgressIDAsCSV>
      <AdvertCandidateIDAsCSV>string</AdvertCandidateIDAsCSV>
      <boolIncludeEmailBody>string</boolIncludeEmailBody>
      <boolIncludeAttachment>string</boolIncludeAttachment>
      <boolIncludeParsed>string</boolIncludeParsed>
      <boolIncludeEmail>string</boolIncludeEmail>
      <sLastScoreDate>string</sLastScoreDate>
      <sLastProgressDate>string</sLastProgressDate>
      <CurrentPage>int</CurrentPage>
      <RowsPerPage>int</RowsPerPage>
      <OrderBy>string</OrderBy>
    </GetApplicationsPaged>
  </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>
    <GetApplicationsPagedResponse xmlns="http://api.logicmelon.com/">
      <ApplicationPaged>
        <PageCount>int</PageCount>
        <PageIndex>int</PageIndex>
        <TotalItemCount>int</TotalItemCount>
        <Applications>
          <APIApplication>
            <SchemaIdentifier>string</SchemaIdentifier>
            <AdvertCandidateID>int</AdvertCandidateID>
            <AdvertID>int</AdvertID>
            <AdvertIdentifier>string</AdvertIdentifier>
            <AdvertReference>string</AdvertReference>
            <AdvertTitle>string</AdvertTitle>
            <PostingID>int</PostingID>
            <FeedID>int</FeedID>
            <FeedName>string</FeedName>
            <CandidateID>int</CandidateID>
            <ApplicationDate>dateTime</ApplicationDate>
            <EmailAddress>string</EmailAddress>
            <LastName>string</LastName>
            <FirstName>string</FirstName>
            <HomePhone>string</HomePhone>
            <WorkPhone>string</WorkPhone>
            <MobilePhone>string</MobilePhone>
            <Address>string</Address>
            <Viewed>boolean</Viewed>
            <Score>short</Score>
            <Ranking>string</Ranking>
            <ProgressID>int</ProgressID>
            <Progress>string</Progress>
            <UserID>int</UserID>
            <OrganisationID>int</OrganisationID>
            <OrganisationName>string</OrganisationName>
            <Archived>boolean</Archived>
            <Favourite>boolean</Favourite>
            <EmailBody xsi:nil="true" />
            <EmailFirstAttachment xsi:nil="true" />
            <Parsed xsi:nil="true" />
            <Email xsi:nil="true" />
            <APIProcessingMessages>string</APIProcessingMessages>
            <LastScoreDate>dateTime</LastScoreDate>
            <LastProgressDate>dateTime</LastProgressDate>
            <LastNoteDate>dateTime</LastNoteDate>
            <sApplicationDate>string</sApplicationDate>
            <sLastNoteDate>string</sLastNoteDate>
            <sLastScoreDate>string</sLastScoreDate>
            <sLastProgressDate>string</sLastProgressDate>
          </APIApplication>
          <APIApplication>
            <SchemaIdentifier>string</SchemaIdentifier>
            <AdvertCandidateID>int</AdvertCandidateID>
            <AdvertID>int</AdvertID>
            <AdvertIdentifier>string</AdvertIdentifier>
            <AdvertReference>string</AdvertReference>
            <AdvertTitle>string</AdvertTitle>
            <PostingID>int</PostingID>
            <FeedID>int</FeedID>
            <FeedName>string</FeedName>
            <CandidateID>int</CandidateID>
            <ApplicationDate>dateTime</ApplicationDate>
            <EmailAddress>string</EmailAddress>
            <LastName>string</LastName>
            <FirstName>string</FirstName>
            <HomePhone>string</HomePhone>
            <WorkPhone>string</WorkPhone>
            <MobilePhone>string</MobilePhone>
            <Address>string</Address>
            <Viewed>boolean</Viewed>
            <Score>short</Score>
            <Ranking>string</Ranking>
            <ProgressID>int</ProgressID>
            <Progress>string</Progress>
            <UserID>int</UserID>
            <OrganisationID>int</OrganisationID>
            <OrganisationName>string</OrganisationName>
            <Archived>boolean</Archived>
            <Favourite>boolean</Favourite>
            <EmailBody xsi:nil="true" />
            <EmailFirstAttachment xsi:nil="true" />
            <Parsed xsi:nil="true" />
            <Email xsi:nil="true" />
            <APIProcessingMessages>string</APIProcessingMessages>
            <LastScoreDate>dateTime</LastScoreDate>
            <LastProgressDate>dateTime</LastProgressDate>
            <LastNoteDate>dateTime</LastNoteDate>
            <sApplicationDate>string</sApplicationDate>
            <sLastNoteDate>string</sLastNoteDate>
            <sLastScoreDate>string</sLastScoreDate>
            <sLastProgressDate>string</sLastProgressDate>
          </APIApplication>
        </Applications>
      </ApplicationPaged>
    </GetApplicationsPagedResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /soap/multiposter.asmx/GetApplicationsPaged?sCultureID=string&sAPIKey=string&sUsername=string&sUserIdentifier=string&sStartOrganisation=string&sAdvertIdentifier=string&sAdvertReference=string&sAdvertID=string&DestinationsAsCSV=string&sApplicationStartDateTime=string&sApplicationEndDateTime=string&RankingAsCSV=string&ProgressIDAsCSV=string&AdvertCandidateIDAsCSV=string&boolIncludeEmailBody=string&boolIncludeAttachment=string&boolIncludeParsed=string&boolIncludeEmail=string&sLastScoreDate=string&sLastProgressDate=string&CurrentPage=string&RowsPerPage=string&OrderBy=string HTTP/1.1
Host: api.logicmelon.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ApplicationPaged xmlns="http://api.logicmelon.com/">
  <PageCount>int</PageCount>
  <PageIndex>int</PageIndex>
  <TotalItemCount>int</TotalItemCount>
  <Applications>
    <APIApplication>
      <SchemaIdentifier>string</SchemaIdentifier>
      <AdvertCandidateID>int</AdvertCandidateID>
      <AdvertID>int</AdvertID>
      <AdvertIdentifier>string</AdvertIdentifier>
      <AdvertReference>string</AdvertReference>
      <AdvertTitle>string</AdvertTitle>
      <PostingID>int</PostingID>
      <FeedID>int</FeedID>
      <FeedName>string</FeedName>
      <CandidateID>int</CandidateID>
      <ApplicationDate>dateTime</ApplicationDate>
      <EmailAddress>string</EmailAddress>
      <LastName>string</LastName>
      <FirstName>string</FirstName>
      <HomePhone>string</HomePhone>
      <WorkPhone>string</WorkPhone>
      <MobilePhone>string</MobilePhone>
      <Address>string</Address>
      <Viewed>boolean</Viewed>
      <Score>short</Score>
      <Ranking>string</Ranking>
      <ProgressID>int</ProgressID>
      <Progress>string</Progress>
      <UserID>int</UserID>
      <OrganisationID>int</OrganisationID>
      <OrganisationName>string</OrganisationName>
      <Archived>boolean</Archived>
      <Favourite>boolean</Favourite>
      <EmailBody FileName="string" DocumentType="string" EncodingType="string" DocumentSource="string" DocumentFormat="string">
        <Document>string</Document>
        <DocumentBytes>base64Binary</DocumentBytes>
      </EmailBody>
      <EmailFirstAttachment FileName="string" DocumentType="string" EncodingType="string" DocumentSource="string" DocumentFormat="string">
        <Document>string</Document>
        <DocumentBytes>base64Binary</DocumentBytes>
      </EmailFirstAttachment>
      <Parsed FileName="string" DocumentType="string" EncodingType="string" DocumentSource="string" DocumentFormat="string">
        <Document>string</Document>
        <DocumentBytes>base64Binary</DocumentBytes>
      </Parsed>
      <Email FileName="string" DocumentType="string" EncodingType="string" DocumentSource="string" DocumentFormat="string">
        <Document>string</Document>
        <DocumentBytes>base64Binary</DocumentBytes>
      </Email>
      <APIProcessingMessages>string</APIProcessingMessages>
      <LastScoreDate>dateTime</LastScoreDate>
      <LastProgressDate>dateTime</LastProgressDate>
      <LastNoteDate>dateTime</LastNoteDate>
      <sApplicationDate>string</sApplicationDate>
      <sLastNoteDate>string</sLastNoteDate>
      <sLastScoreDate>string</sLastScoreDate>
      <sLastProgressDate>string</sLastProgressDate>
    </APIApplication>
    <APIApplication>
      <SchemaIdentifier>string</SchemaIdentifier>
      <AdvertCandidateID>int</AdvertCandidateID>
      <AdvertID>int</AdvertID>
      <AdvertIdentifier>string</AdvertIdentifier>
      <AdvertReference>string</AdvertReference>
      <AdvertTitle>string</AdvertTitle>
      <PostingID>int</PostingID>
      <FeedID>int</FeedID>
      <FeedName>string</FeedName>
      <CandidateID>int</CandidateID>
      <ApplicationDate>dateTime</ApplicationDate>
      <EmailAddress>string</EmailAddress>
      <LastName>string</LastName>
      <FirstName>string</FirstName>
      <HomePhone>string</HomePhone>
      <WorkPhone>string</WorkPhone>
      <MobilePhone>string</MobilePhone>
      <Address>string</Address>
      <Viewed>boolean</Viewed>
      <Score>short</Score>
      <Ranking>string</Ranking>
      <ProgressID>int</ProgressID>
      <Progress>string</Progress>
      <UserID>int</UserID>
      <OrganisationID>int</OrganisationID>
      <OrganisationName>string</OrganisationName>
      <Archived>boolean</Archived>
      <Favourite>boolean</Favourite>
      <EmailBody FileName="string" DocumentType="string" EncodingType="string" DocumentSource="string" DocumentFormat="string">
        <Document>string</Document>
        <DocumentBytes>base64Binary</DocumentBytes>
      </EmailBody>
      <EmailFirstAttachment FileName="string" DocumentType="string" EncodingType="string" DocumentSource="string" DocumentFormat="string">
        <Document>string</Document>
        <DocumentBytes>base64Binary</DocumentBytes>
      </EmailFirstAttachment>
      <Parsed FileName="string" DocumentType="string" EncodingType="string" DocumentSource="string" DocumentFormat="string">
        <Document>string</Document>
        <DocumentBytes>base64Binary</DocumentBytes>
      </Parsed>
      <Email FileName="string" DocumentType="string" EncodingType="string" DocumentSource="string" DocumentFormat="string">
        <Document>string</Document>
        <DocumentBytes>base64Binary</DocumentBytes>
      </Email>
      <APIProcessingMessages>string</APIProcessingMessages>
      <LastScoreDate>dateTime</LastScoreDate>
      <LastProgressDate>dateTime</LastProgressDate>
      <LastNoteDate>dateTime</LastNoteDate>
      <sApplicationDate>string</sApplicationDate>
      <sLastNoteDate>string</sLastNoteDate>
      <sLastScoreDate>string</sLastScoreDate>
      <sLastProgressDate>string</sLastProgressDate>
    </APIApplication>
  </Applications>
</ApplicationPaged>

HTTP POST

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

POST /soap/multiposter.asmx/GetApplicationsPaged HTTP/1.1
Host: api.logicmelon.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

sCultureID=string&sAPIKey=string&sUsername=string&sUserIdentifier=string&sStartOrganisation=string&sAdvertIdentifier=string&sAdvertReference=string&sAdvertID=string&DestinationsAsCSV=string&sApplicationStartDateTime=string&sApplicationEndDateTime=string&RankingAsCSV=string&ProgressIDAsCSV=string&AdvertCandidateIDAsCSV=string&boolIncludeEmailBody=string&boolIncludeAttachment=string&boolIncludeParsed=string&boolIncludeEmail=string&sLastScoreDate=string&sLastProgressDate=string&CurrentPage=string&RowsPerPage=string&OrderBy=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ApplicationPaged xmlns="http://api.logicmelon.com/">
  <PageCount>int</PageCount>
  <PageIndex>int</PageIndex>
  <TotalItemCount>int</TotalItemCount>
  <Applications>
    <APIApplication>
      <SchemaIdentifier>string</SchemaIdentifier>
      <AdvertCandidateID>int</AdvertCandidateID>
      <AdvertID>int</AdvertID>
      <AdvertIdentifier>string</AdvertIdentifier>
      <AdvertReference>string</AdvertReference>
      <AdvertTitle>string</AdvertTitle>
      <PostingID>int</PostingID>
      <FeedID>int</FeedID>
      <FeedName>string</FeedName>
      <CandidateID>int</CandidateID>
      <ApplicationDate>dateTime</ApplicationDate>
      <EmailAddress>string</EmailAddress>
      <LastName>string</LastName>
      <FirstName>string</FirstName>
      <HomePhone>string</HomePhone>
      <WorkPhone>string</WorkPhone>
      <MobilePhone>string</MobilePhone>
      <Address>string</Address>
      <Viewed>boolean</Viewed>
      <Score>short</Score>
      <Ranking>string</Ranking>
      <ProgressID>int</ProgressID>
      <Progress>string</Progress>
      <UserID>int</UserID>
      <OrganisationID>int</OrganisationID>
      <OrganisationName>string</OrganisationName>
      <Archived>boolean</Archived>
      <Favourite>boolean</Favourite>
      <EmailBody FileName="string" DocumentType="string" EncodingType="string" DocumentSource="string" DocumentFormat="string">
        <Document>string</Document>
        <DocumentBytes>base64Binary</DocumentBytes>
      </EmailBody>
      <EmailFirstAttachment FileName="string" DocumentType="string" EncodingType="string" DocumentSource="string" DocumentFormat="string">
        <Document>string</Document>
        <DocumentBytes>base64Binary</DocumentBytes>
      </EmailFirstAttachment>
      <Parsed FileName="string" DocumentType="string" EncodingType="string" DocumentSource="string" DocumentFormat="string">
        <Document>string</Document>
        <DocumentBytes>base64Binary</DocumentBytes>
      </Parsed>
      <Email FileName="string" DocumentType="string" EncodingType="string" DocumentSource="string" DocumentFormat="string">
        <Document>string</Document>
        <DocumentBytes>base64Binary</DocumentBytes>
      </Email>
      <APIProcessingMessages>string</APIProcessingMessages>
      <LastScoreDate>dateTime</LastScoreDate>
      <LastProgressDate>dateTime</LastProgressDate>
      <LastNoteDate>dateTime</LastNoteDate>
      <sApplicationDate>string</sApplicationDate>
      <sLastNoteDate>string</sLastNoteDate>
      <sLastScoreDate>string</sLastScoreDate>
      <sLastProgressDate>string</sLastProgressDate>
    </APIApplication>
    <APIApplication>
      <SchemaIdentifier>string</SchemaIdentifier>
      <AdvertCandidateID>int</AdvertCandidateID>
      <AdvertID>int</AdvertID>
      <AdvertIdentifier>string</AdvertIdentifier>
      <AdvertReference>string</AdvertReference>
      <AdvertTitle>string</AdvertTitle>
      <PostingID>int</PostingID>
      <FeedID>int</FeedID>
      <FeedName>string</FeedName>
      <CandidateID>int</CandidateID>
      <ApplicationDate>dateTime</ApplicationDate>
      <EmailAddress>string</EmailAddress>
      <LastName>string</LastName>
      <FirstName>string</FirstName>
      <HomePhone>string</HomePhone>
      <WorkPhone>string</WorkPhone>
      <MobilePhone>string</MobilePhone>
      <Address>string</Address>
      <Viewed>boolean</Viewed>
      <Score>short</Score>
      <Ranking>string</Ranking>
      <ProgressID>int</ProgressID>
      <Progress>string</Progress>
      <UserID>int</UserID>
      <OrganisationID>int</OrganisationID>
      <OrganisationName>string</OrganisationName>
      <Archived>boolean</Archived>
      <Favourite>boolean</Favourite>
      <EmailBody FileName="string" DocumentType="string" EncodingType="string" DocumentSource="string" DocumentFormat="string">
        <Document>string</Document>
        <DocumentBytes>base64Binary</DocumentBytes>
      </EmailBody>
      <EmailFirstAttachment FileName="string" DocumentType="string" EncodingType="string" DocumentSource="string" DocumentFormat="string">
        <Document>string</Document>
        <DocumentBytes>base64Binary</DocumentBytes>
      </EmailFirstAttachment>
      <Parsed FileName="string" DocumentType="string" EncodingType="string" DocumentSource="string" DocumentFormat="string">
        <Document>string</Document>
        <DocumentBytes>base64Binary</DocumentBytes>
      </Parsed>
      <Email FileName="string" DocumentType="string" EncodingType="string" DocumentSource="string" DocumentFormat="string">
        <Document>string</Document>
        <DocumentBytes>base64Binary</DocumentBytes>
      </Email>
      <APIProcessingMessages>string</APIProcessingMessages>
      <LastScoreDate>dateTime</LastScoreDate>
      <LastProgressDate>dateTime</LastProgressDate>
      <LastNoteDate>dateTime</LastNoteDate>
      <sApplicationDate>string</sApplicationDate>
      <sLastNoteDate>string</sLastNoteDate>
      <sLastScoreDate>string</sLastScoreDate>
      <sLastProgressDate>string</sLastProgressDate>
    </APIApplication>
  </Applications>
</ApplicationPaged>