GET api/candidate/clienttypes/preferences

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

CandidateClientTypePreferenceDTO
NameDescriptionTypeAdditional 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
    }
  ]
}