POST api/CandidateV2/RecoverCandidate
Request Information
URI Parameters
None.
Body Parameters
RecoverReassignCandidateDTOName | 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
integerResponse Formats
application/json, text/json
Sample:
1