POST api/Candidate/AssignCandidateV2
Request Information
URI Parameters
None.
Body Parameters
CandidateFilterCriteriaDTOName | Description | Type | Additional information |
---|---|---|---|
EntryDate | Collection of string |
None. |
|
ZipCode | Collection of string |
None. |
|
CityName | Collection of string |
None. |
|
ResumeType | Collection of string |
None. |
|
AssignCount | integer |
None. |
|
ContractId | integer |
None. |
|
OfficeId | integer |
None. |
|
isPositiveResponse | boolean |
None. |
|
StateId | integer |
None. |
|
SelectedLocationContext | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "EntryDate": [ "sample string 1", "sample string 2" ], "ZipCode": [ "sample string 1", "sample string 2" ], "CityName": [ "sample string 1", "sample string 2" ], "ResumeType": [ "sample string 1", "sample string 2" ], "AssignCount": 1, "ContractId": 1, "OfficeId": 2, "isPositiveResponse": true, "StateId": 3, "SelectedLocationContext": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1