POST api/CandidateExperience/SaveExperience

Request Information

URI Parameters

None.

Body Parameters

Experience_ProficiencyModel
NameDescriptionTypeAdditional information
Experience_ProficiencyId

integer

None.

RegistrationId

integer

None.

ExperienceYears

decimal number

None.

ClassesTaught

string

None.

SubjectsTaught

string

None.

EmploymentType

string

None.

CurrentInstitution

string

None.

WorkingLocation

string

None.

ProficiencyEnglish

string

None.

ProficiencyComputer

string

None.

ProficiencyWord

string

None.

ProficiencyPowerPoint

string

None.

ProficiencyMSExcel

string

None.

ProficiencyInTyping

string

None.

ProficiencyINTERACTION

string

None.

AdministrativeExperience

Collection of AdministrativeExperienceModel

None.

Request Formats

application/json, text/json

Sample:
{
  "Experience_ProficiencyId": 1,
  "RegistrationId": 1,
  "ExperienceYears": 1.0,
  "ClassesTaught": "sample string 2",
  "SubjectsTaught": "sample string 3",
  "EmploymentType": "sample string 4",
  "CurrentInstitution": "sample string 5",
  "WorkingLocation": "sample string 6",
  "ProficiencyEnglish": "sample string 7",
  "ProficiencyComputer": "sample string 8",
  "ProficiencyWord": "sample string 9",
  "ProficiencyPowerPoint": "sample string 10",
  "ProficiencyMSExcel": "sample string 11",
  "ProficiencyInTyping": "sample string 12",
  "ProficiencyINTERACTION": "sample string 13",
  "AdministrativeExperience": [
    {
      "AdministrativeExperienceId": 1,
      "Experience_ProficiencyId": 1,
      "ExperienceName": "sample string 2",
      "ExperienceYears": "sample string 3"
    },
    {
      "AdministrativeExperienceId": 1,
      "Experience_ProficiencyId": 1,
      "ExperienceName": "sample string 2",
      "ExperienceYears": "sample string 3"
    }
  ]
}

text/xml

Sample:
<Experience_ProficiencyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CandidateRecruitment.Models">
  <AdministrativeExperience>
    <AdministrativeExperienceModel>
      <AdministrativeExperienceId>1</AdministrativeExperienceId>
      <ExperienceName>sample string 2</ExperienceName>
      <ExperienceYears>sample string 3</ExperienceYears>
      <Experience_ProficiencyId>1</Experience_ProficiencyId>
    </AdministrativeExperienceModel>
    <AdministrativeExperienceModel>
      <AdministrativeExperienceId>1</AdministrativeExperienceId>
      <ExperienceName>sample string 2</ExperienceName>
      <ExperienceYears>sample string 3</ExperienceYears>
      <Experience_ProficiencyId>1</Experience_ProficiencyId>
    </AdministrativeExperienceModel>
  </AdministrativeExperience>
  <ClassesTaught>sample string 2</ClassesTaught>
  <CurrentInstitution>sample string 5</CurrentInstitution>
  <EmploymentType>sample string 4</EmploymentType>
  <ExperienceYears>1</ExperienceYears>
  <Experience_ProficiencyId>1</Experience_ProficiencyId>
  <ProficiencyComputer>sample string 8</ProficiencyComputer>
  <ProficiencyEnglish>sample string 7</ProficiencyEnglish>
  <ProficiencyINTERACTION>sample string 13</ProficiencyINTERACTION>
  <ProficiencyInTyping>sample string 12</ProficiencyInTyping>
  <ProficiencyMSExcel>sample string 11</ProficiencyMSExcel>
  <ProficiencyPowerPoint>sample string 10</ProficiencyPowerPoint>
  <ProficiencyWord>sample string 9</ProficiencyWord>
  <RegistrationId>1</RegistrationId>
  <SubjectsTaught>sample string 3</SubjectsTaught>
  <WorkingLocation>sample string 6</WorkingLocation>
</Experience_ProficiencyModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{}

text/xml

Sample:
<ArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />