POST api/Candidate/ReAssignCandidate
Request Information
URI Parameters
None.
Body Parameters
RecoverReassignFilterDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| CandidateIds | Collection of integer |
None. |
|
| ManagerFromContractId | integer |
None. |
|
| ManagerToContractId | integer |
None. |
|
| OfficeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CandidateIds": [
1,
2
],
"ManagerFromContractId": 1,
"ManagerToContractId": 1,
"OfficeId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true