HROfficeCoreService
Click here for a complete list of operations.
SetApplicationByIdV2
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/SetApplicationByIdV2"
<?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>
<SetApplicationByIdV2 xmlns="http://api.hroffice.nl/">
<portalId>int</portalId>
<developerKey>string</developerKey>
<vacancyId>int</vacancyId>
<result>
<QuestionsAnswersTextList>
<QuestionAnswerText>
<QuestionId>int</QuestionId>
<AnswerText>string</AnswerText>
</QuestionAnswerText>
<QuestionAnswerText>
<QuestionId>int</QuestionId>
<AnswerText>string</AnswerText>
</QuestionAnswerText>
</QuestionsAnswersTextList>
<LivingProvinceId>int</LivingProvinceId>
<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>
</SetApplicationByIdV2>
</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>
<SetApplicationByIdV2Response xmlns="http://api.hroffice.nl/">
<SetApplicationByIdV2Result>
<CandidateSid>string</CandidateSid>
<Errors>
<AvError>
<Code>int</Code>
<Message>string</Message>
</AvError>
<AvError>
<Code>int</Code>
<Message>string</Message>
</AvError>
</Errors>
</SetApplicationByIdV2Result>
</SetApplicationByIdV2Response>
</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>
<SetApplicationByIdV2 xmlns="http://api.hroffice.nl/">
<portalId>int</portalId>
<developerKey>string</developerKey>
<vacancyId>int</vacancyId>
<result>
<QuestionsAnswersTextList>
<QuestionAnswerText>
<QuestionId>int</QuestionId>
<AnswerText>string</AnswerText>
</QuestionAnswerText>
<QuestionAnswerText>
<QuestionId>int</QuestionId>
<AnswerText>string</AnswerText>
</QuestionAnswerText>
</QuestionsAnswersTextList>
<LivingProvinceId>int</LivingProvinceId>
<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>
</SetApplicationByIdV2>
</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>
<SetApplicationByIdV2Response xmlns="http://api.hroffice.nl/">
<SetApplicationByIdV2Result>
<CandidateSid>string</CandidateSid>
<Errors>
<AvError>
<Code>int</Code>
<Message>string</Message>
</AvError>
<AvError>
<Code>int</Code>
<Message>string</Message>
</AvError>
</Errors>
</SetApplicationByIdV2Result>
</SetApplicationByIdV2Response>
</soap12:Body>
</soap12:Envelope>