POST api/Employee/InsertInterviewApplication

Request Information

URI Parameters

None.

Body Parameters

InterviewApplication
NameDescriptionTypeAdditional information
jaid

string

None.

firstname

string

None.

middlename

string

None.

lastname

string

None.

contactno

string

None.

altcontactno

string

None.

currentaddress

string

None.

appliedjobpost

string

None.

relocate

string

None.

totexp

string

None.

totrelaexp

string

None.

ngoexp

string

None.

roledescription

string

None.

currctc

decimal number

None.

expctc

decimal number

None.

negotiable

string

None.

joinperiod

string

None.

resume

string

None.

status

integer

None.

seqno

integer

None.

createby

string

None.

createon

date

None.

updateby

string

None.

updateon

date

None.

ngoname

string

None.

location

string

None.

Request Formats

application/json, text/json

Sample:
{
  "jaid": "sample string 1",
  "firstname": "sample string 2",
  "middlename": "sample string 3",
  "lastname": "sample string 4",
  "contactno": "sample string 5",
  "altcontactno": "sample string 6",
  "currentaddress": "sample string 7",
  "appliedjobpost": "sample string 8",
  "relocate": "sample string 9",
  "totexp": "sample string 10",
  "totrelaexp": "sample string 11",
  "ngoexp": "sample string 12",
  "roledescription": "sample string 13",
  "currctc": 1.0,
  "expctc": 1.0,
  "negotiable": "sample string 14",
  "joinperiod": "sample string 15",
  "resume": "sample string 16",
  "status": 1,
  "seqno": 1,
  "createby": "sample string 17",
  "createon": "2025-05-10T10:35:12.7269085+05:30",
  "updateby": "sample string 18",
  "updateon": "2025-05-10T10:35:12.7269085+05:30",
  "ngoname": "sample string 19",
  "location": "sample string 20"
}

application/xml, text/xml

Sample:
<InterviewApplication xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <altcontactno>sample string 6</altcontactno>
  <appliedjobpost>sample string 8</appliedjobpost>
  <contactno>sample string 5</contactno>
  <createby>sample string 17</createby>
  <createon>2025-05-10T10:35:12.7269085+05:30</createon>
  <currctc>1</currctc>
  <currentaddress>sample string 7</currentaddress>
  <expctc>1</expctc>
  <firstname>sample string 2</firstname>
  <jaid>sample string 1</jaid>
  <joinperiod>sample string 15</joinperiod>
  <lastname>sample string 4</lastname>
  <location>sample string 20</location>
  <middlename>sample string 3</middlename>
  <negotiable>sample string 14</negotiable>
  <ngoexp>sample string 12</ngoexp>
  <ngoname>sample string 19</ngoname>
  <relocate>sample string 9</relocate>
  <resume>sample string 16</resume>
  <roledescription>sample string 13</roledescription>
  <seqno>1</seqno>
  <status>1</status>
  <totexp>sample string 10</totexp>
  <totrelaexp>sample string 11</totrelaexp>
  <updateby>sample string 18</updateby>
  <updateon>2025-05-10T10:35:12.7269085+05:30</updateon>
</InterviewApplication>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>