PUT api/Candidates/{CandidateNo}/CandidateSkills

Used to update candidate Skills

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CandidateNo

string

Required

Body Parameters

Collection of CandidateSkills
NameDescriptionTypeAdditional information
Id

This is the Candidate's Skills Id

integer

None.

Code

This is the Candidate's Skills

string

None.

SkillLevel

This is the Candidate's Skill Level

string

None.

Experience

This is the Candidate's Experience in years

decimal number

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Code": "sample string 1",
    "SkillLevel": "sample string 2",
    "Experience": 1.1
  },
  {
    "Id": 1,
    "Code": "sample string 1",
    "SkillLevel": "sample string 2",
    "Experience": 1.1
  }
]

text/xml

Sample:
<ArrayOfCandidateSkills xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RandstadWebAPI.Models.DTO">
  <CandidateSkills>
    <Code>sample string 1</Code>
    <Experience>1.1</Experience>
    <Id>1</Id>
    <SkillLevel>sample string 2</SkillLevel>
  </CandidateSkills>
  <CandidateSkills>
    <Code>sample string 1</Code>
    <Experience>1.1</Experience>
    <Id>1</Id>
    <SkillLevel>sample string 2</SkillLevel>
  </CandidateSkills>
</ArrayOfCandidateSkills>

multipart/form-data

Sample:
<ArrayOfCandidateSkills xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RandstadWebAPI.Models.DTO"><CandidateSkills><Code>sample string 1</Code><Experience>1.1</Experience><Id>1</Id><SkillLevel>sample string 2</SkillLevel></CandidateSkills><CandidateSkills><Code>sample string 1</Code><Experience>1.1</Experience><Id>1</Id><SkillLevel>sample string 2</SkillLevel></CandidateSkills></ArrayOfCandidateSkills>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

COMPLETE

Collection of CandidateSkills
NameDescriptionTypeAdditional information
Id

This is the Candidate's Skills Id

integer

None.

Code

This is the Candidate's Skills

string

None.

SkillLevel

This is the Candidate's Skill Level

string

None.

Experience

This is the Candidate's Experience in years

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Code": "sample string 1",
    "SkillLevel": "sample string 2",
    "Experience": 1.1
  },
  {
    "Id": 1,
    "Code": "sample string 1",
    "SkillLevel": "sample string 2",
    "Experience": 1.1
  }
]

text/xml

Sample:
<ArrayOfCandidateSkills xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RandstadWebAPI.Models.DTO">
  <CandidateSkills>
    <Code>sample string 1</Code>
    <Experience>1.1</Experience>
    <Id>1</Id>
    <SkillLevel>sample string 2</SkillLevel>
  </CandidateSkills>
  <CandidateSkills>
    <Code>sample string 1</Code>
    <Experience>1.1</Experience>
    <Id>1</Id>
    <SkillLevel>sample string 2</SkillLevel>
  </CandidateSkills>
</ArrayOfCandidateSkills>

multipart/form-data

Sample:
<ArrayOfCandidateSkills xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RandstadWebAPI.Models.DTO"><CandidateSkills><Code>sample string 1</Code><Experience>1.1</Experience><Id>1</Id><SkillLevel>sample string 2</SkillLevel></CandidateSkills><CandidateSkills><Code>sample string 1</Code><Experience>1.1</Experience><Id>1</Id><SkillLevel>sample string 2</SkillLevel></CandidateSkills></ArrayOfCandidateSkills>