POST api/applicant/my-skills/create

Request Information

URI Parameters

None.

Body Parameters

RecApplicantSkillsDTOW
NameDescriptionTypeAdditional information
skill_id

integer

Required

proficiency_id

integer

Required

years_of_experience

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "skill_id": 1,
  "proficiency_id": 2,
  "years_of_experience": 3
}

application/xml, text/xml

Sample:
<RecApplicantSkillsDTOW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Xceed365EngageApi.core.DTOs.Writable">
  <proficiency_id>2</proficiency_id>
  <skill_id>1</skill_id>
  <years_of_experience>3</years_of_experience>
</RecApplicantSkillsDTOW>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RecApplicantSkillsDTOW'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.