HROfficeCoreService


Click here for a complete list of operations.

SetApplicationById

[Warning / Obsolete] Set postulate page result

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 /HROfficeCoreService.asmx HTTP/1.1
Host: api.hroffice.nl
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://api.hroffice.nl/SetApplicationById"

<?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>
    <SetApplicationById xmlns="http://api.hroffice.nl/">
      <portalId>int</portalId>
      <developerKey>string</developerKey>
      <vacancyId>int</vacancyId>
      <result>
        <CvFileName>string</CvFileName>
        <SecondCvFileName>string</SecondCvFileName>
        <PictureFileName>string</PictureFileName>
        <Cv>base64Binary</Cv>
        <SecondCv>base64Binary</SecondCv>
        <Attachment3>base64Binary</Attachment3>
        <Attachment3FileName>string</Attachment3FileName>
        <Attachment4>base64Binary</Attachment4>
        <Attachment4FileName>string</Attachment4FileName>
        <Attachment5>base64Binary</Attachment5>
        <Attachment5FileName>string</Attachment5FileName>
        <Attachment6>base64Binary</Attachment6>
        <Attachment6FileName>string</Attachment6FileName>
        <Picture>base64Binary</Picture>
        <CandidatesBranches>
          <int>int</int>
          <int>int</int>
        </CandidatesBranches>
        <CandidatesContractTimes>
          <int>int</int>
          <int>int</int>
        </CandidatesContractTimes>
        <CandidatesContractTypes>
          <int>int</int>
          <int>int</int>
        </CandidatesContractTypes>
        <CandidatesFunctions>
          <int>int</int>
          <int>int</int>
        </CandidatesFunctions>
        <CandidatesLanguages>
          <ArrayOfInt>
            <int>int</int>
            <int>int</int>
          </ArrayOfInt>
          <ArrayOfInt>
            <int>int</int>
            <int>int</int>
          </ArrayOfInt>
        </CandidatesLanguages>
        <CandidatesProvinces>
          <int>int</int>
          <int>int</int>
        </CandidatesProvinces>
        <ReferrerUrlName>string</ReferrerUrlName>
        <AnswersQuestionsList>
          <int>int</int>
          <int>int</int>
        </AnswersQuestionsList>
        <ReactionsFieldsResults>
          <AvReactionFieldsResult>
            <FieldName>string</FieldName>
            <FieldText>string</FieldText>
            <FieldType>int</FieldType>
            <FieldFile xsi:nil="true" />
          </AvReactionFieldsResult>
          <AvReactionFieldsResult>
            <FieldName>string</FieldName>
            <FieldText>string</FieldText>
            <FieldType>int</FieldType>
            <FieldFile xsi:nil="true" />
          </AvReactionFieldsResult>
        </ReactionsFieldsResults>
        <MailingLanguageId>int</MailingLanguageId>
        <SourceByCustomer>string</SourceByCustomer>
        <CandidateCustomFieldValues>
          <AvCandidateCustomFieldValue>
            <Code>string</Code>
          </AvCandidateCustomFieldValue>
          <AvCandidateCustomFieldValue>
            <Code>string</Code>
          </AvCandidateCustomFieldValue>
        </CandidateCustomFieldValues>
      </result>
    </SetApplicationById>
  </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>
    <SetApplicationByIdResponse xmlns="http://api.hroffice.nl/">
      <SetApplicationByIdResult>
        <CandidateSid>string</CandidateSid>
        <Errors>
          <AvError>
            <Code>int</Code>
            <Message>string</Message>
          </AvError>
          <AvError>
            <Code>int</Code>
            <Message>string</Message>
          </AvError>
        </Errors>
      </SetApplicationByIdResult>
    </SetApplicationByIdResponse>
  </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 /HROfficeCoreService.asmx HTTP/1.1
Host: api.hroffice.nl
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>
    <SetApplicationById xmlns="http://api.hroffice.nl/">
      <portalId>int</portalId>
      <developerKey>string</developerKey>
      <vacancyId>int</vacancyId>
      <result>
        <CvFileName>string</CvFileName>
        <SecondCvFileName>string</SecondCvFileName>
        <PictureFileName>string</PictureFileName>
        <Cv>base64Binary</Cv>
        <SecondCv>base64Binary</SecondCv>
        <Attachment3>base64Binary</Attachment3>
        <Attachment3FileName>string</Attachment3FileName>
        <Attachment4>base64Binary</Attachment4>
        <Attachment4FileName>string</Attachment4FileName>
        <Attachment5>base64Binary</Attachment5>
        <Attachment5FileName>string</Attachment5FileName>
        <Attachment6>base64Binary</Attachment6>
        <Attachment6FileName>string</Attachment6FileName>
        <Picture>base64Binary</Picture>
        <CandidatesBranches>
          <int>int</int>
          <int>int</int>
        </CandidatesBranches>
        <CandidatesContractTimes>
          <int>int</int>
          <int>int</int>
        </CandidatesContractTimes>
        <CandidatesContractTypes>
          <int>int</int>
          <int>int</int>
        </CandidatesContractTypes>
        <CandidatesFunctions>
          <int>int</int>
          <int>int</int>
        </CandidatesFunctions>
        <CandidatesLanguages>
          <ArrayOfInt>
            <int>int</int>
            <int>int</int>
          </ArrayOfInt>
          <ArrayOfInt>
            <int>int</int>
            <int>int</int>
          </ArrayOfInt>
        </CandidatesLanguages>
        <CandidatesProvinces>
          <int>int</int>
          <int>int</int>
        </CandidatesProvinces>
        <ReferrerUrlName>string</ReferrerUrlName>
        <AnswersQuestionsList>
          <int>int</int>
          <int>int</int>
        </AnswersQuestionsList>
        <ReactionsFieldsResults>
          <AvReactionFieldsResult>
            <FieldName>string</FieldName>
            <FieldText>string</FieldText>
            <FieldType>int</FieldType>
            <FieldFile xsi:nil="true" />
          </AvReactionFieldsResult>
          <AvReactionFieldsResult>
            <FieldName>string</FieldName>
            <FieldText>string</FieldText>
            <FieldType>int</FieldType>
            <FieldFile xsi:nil="true" />
          </AvReactionFieldsResult>
        </ReactionsFieldsResults>
        <MailingLanguageId>int</MailingLanguageId>
        <SourceByCustomer>string</SourceByCustomer>
        <CandidateCustomFieldValues>
          <AvCandidateCustomFieldValue>
            <Code>string</Code>
          </AvCandidateCustomFieldValue>
          <AvCandidateCustomFieldValue>
            <Code>string</Code>
          </AvCandidateCustomFieldValue>
        </CandidateCustomFieldValues>
      </result>
    </SetApplicationById>
  </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>
    <SetApplicationByIdResponse xmlns="http://api.hroffice.nl/">
      <SetApplicationByIdResult>
        <CandidateSid>string</CandidateSid>
        <Errors>
          <AvError>
            <Code>int</Code>
            <Message>string</Message>
          </AvError>
          <AvError>
            <Code>int</Code>
            <Message>string</Message>
          </AvError>
        </Errors>
      </SetApplicationByIdResult>
    </SetApplicationByIdResponse>
  </soap12:Body>
</soap12:Envelope>