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