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