POST api/Candidate/ReAssignCandidate

Request Information

URI Parameters

None.

Body Parameters

RecoverReassignFilterDTO
NameDescriptionTypeAdditional 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

boolean

Response Formats

application/json, text/json

Sample:
true