POST api/Recruitment/addCandidateRecord

Request Information

URI Parameters

None.

Body Parameters

CandidateParam
NameDescriptionTypeAdditional information
candidateId

integer

None.

Title

string

None.

candidateFirstName

string

None.

candidateLastName

string

None.

candidateEmail

string

None.

candidateMobile

string

None.

candidateGender

integer

None.

candidateCurrentCTC

string

None.

candidateExpectedCTC

string

None.

candidateTotalExperienceInYear

integer

None.

candidateTotalExperienceInMonth

integer

None.

candidateNoticePeriod

integer

None.

candidateShiftChoice

string

None.

candidateReferBy

string

None.

JobID

string

None.

AllocatedTo

string

None.

candidateStatus

integer

None.

candidateStage

integer

None.

candidateResumeFileName

string

None.

fileBase64

string

None.

user_id

string

None.

user_name

string

None.

device_id

string

None.

token

string

None.

geoLocation

string

None.

OptMode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "candidateId": 1,
  "Title": "sample string 2",
  "candidateFirstName": "sample string 3",
  "candidateLastName": "sample string 4",
  "candidateEmail": "sample string 5",
  "candidateMobile": "sample string 6",
  "candidateGender": 7,
  "candidateCurrentCTC": "sample string 8",
  "candidateExpectedCTC": "sample string 9",
  "candidateTotalExperienceInYear": 1,
  "candidateTotalExperienceInMonth": 1,
  "candidateNoticePeriod": 1,
  "candidateShiftChoice": "sample string 10",
  "candidateReferBy": "sample string 11",
  "JobID": "sample string 12",
  "AllocatedTo": "sample string 13",
  "candidateStatus": 1,
  "candidateStage": 1,
  "candidateResumeFileName": "sample string 14",
  "fileBase64": "sample string 15",
  "user_id": "sample string 16",
  "user_name": "sample string 17",
  "device_id": "sample string 18",
  "token": "sample string 19",
  "geoLocation": "sample string 20",
  "OptMode": "sample string 21"
}

application/xml, text/xml

Sample:
<CandidateParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRMSWebApi.Models">
  <AllocatedTo>sample string 13</AllocatedTo>
  <JobID>sample string 12</JobID>
  <OptMode>sample string 21</OptMode>
  <Title>sample string 2</Title>
  <candidateCurrentCTC>sample string 8</candidateCurrentCTC>
  <candidateEmail>sample string 5</candidateEmail>
  <candidateExpectedCTC>sample string 9</candidateExpectedCTC>
  <candidateFirstName>sample string 3</candidateFirstName>
  <candidateGender>7</candidateGender>
  <candidateId>1</candidateId>
  <candidateLastName>sample string 4</candidateLastName>
  <candidateMobile>sample string 6</candidateMobile>
  <candidateNoticePeriod>1</candidateNoticePeriod>
  <candidateReferBy>sample string 11</candidateReferBy>
  <candidateResumeFileName>sample string 14</candidateResumeFileName>
  <candidateShiftChoice>sample string 10</candidateShiftChoice>
  <candidateStage>1</candidateStage>
  <candidateStatus>1</candidateStatus>
  <candidateTotalExperienceInMonth>1</candidateTotalExperienceInMonth>
  <candidateTotalExperienceInYear>1</candidateTotalExperienceInYear>
  <device_id>sample string 18</device_id>
  <fileBase64>sample string 15</fileBase64>
  <geoLocation>sample string 20</geoLocation>
  <token>sample string 19</token>
  <user_id>sample string 16</user_id>
  <user_name>sample string 17</user_name>
</CandidateParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.