GET api/candidate/clienttypes/preferences
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CandidateClientTypePreferenceDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| CandidateId | string |
None. |
|
| ClientTypePreferences | Collection of CandidateClientTypePreferenceOpt |
None. |
Response Formats
application/json, text/json
Sample:
{
"CandidateId": "sample string 1",
"ClientTypePreferences": [
{
"ClientTypeGroupId": 1,
"ClientTypeGroupName": "sample string 2",
"Include": true
},
{
"ClientTypeGroupId": 1,
"ClientTypeGroupName": "sample string 2",
"Include": true
}
]
}