POST Api/Candidates/DownloadDocuments

Eksportuje dokumenty z wybranego etapu rekrutacyjnego do pliku PDF (pomija stronicowanie)

Request Information

URI Parameters

None.

Body Parameters

DownloadCandidateDoc
NameDescriptionTypeAdditional information
RecruitmentStageId

integer

None.

CandidateIds

Collection of integer

None.

RegenerateAll

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "recruitmentStageId": 1,
  "candidateIds": [
    1,
    2
  ],
  "regenerateAll": true
}

multipart/form-data

Sample:
{"recruitmentStageId":1,"candidateIds":[1,2],"regenerateAll":true}

application/xml, text/xml

Sample:
<DownloadCandidateDoc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <RecruitmentStageId>1</RecruitmentStageId>
  <CandidateIds>
    <int>1</int>
    <int>2</int>
  </CandidateIds>
  <RegenerateAll>true</RegenerateAll>
</DownloadCandidateDoc>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

wygenerowany plik PDF z danymi

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.