POST api/candidate/clienttypes/preference
Request Information
URI Parameters
None.
Body Parameters
CandidateClientTypePreferenceOpt| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientTypeGroupId | integer |
None. |
|
| ClientTypeGroupName | string |
None. |
|
| Include | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientTypeGroupId": 1,
"ClientTypeGroupName": "sample string 2",
"Include": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.