POST api/Candidate/Resolve
Request Information
URI Parameters
None.
Body Parameters
CandidateResolutionDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| CandidateId | Collection of integer |
None. |
|
| ResolutionType | integer |
None. |
|
| Comments | string |
None. |
|
| SavedForAssociateId | integer |
None. |
|
| SavedByResumeAssistant | boolean |
None. |
|
| IsDisposition | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CandidateId": [
1,
2
],
"ResolutionType": 1,
"Comments": "sample string 1",
"SavedForAssociateId": 1,
"SavedByResumeAssistant": true,
"IsDisposition": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true