POST api/candidate/clienttypes/preference

Request Information

URI Parameters

None.

Body Parameters

CandidateClientTypePreferenceOpt
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.