POST api/Candidate/PrintResumeBullk
Request Information
URI Parameters
None.
Body Parameters
BulkPrintDTO| Name | Description | Type | Additional 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 byteResponse Formats
application/json, text/json
Sample:
"QEA="