POST api/Candidate/PrintWithAppointments

Request Information

URI Parameters

None.

Body Parameters

BulkPrintDTO
NameDescriptionTypeAdditional information
CandidtaeIds

Collection of integer

None.

appointmentIds

Collection of integer

None.

IncludeAppointments

boolean

None.

selectedAgent

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CandidtaeIds": [
    1,
    2
  ],
  "appointmentIds": [
    1,
    2
  ],
  "IncludeAppointments": true,
  "selectedAgent": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of byte

Response Formats

application/json, text/json

Sample:
"QEA="