GET api/Employee/GetInterviewApplicationDetails/{jaid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| jaid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GetInterviewApplicationDetail_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| jaid | string |
None. |
|
| firstname | string |
None. |
|
| middlename | string |
None. |
|
| lastname | string |
None. |
|
| empname | string |
None. |
|
| location | string |
None. |
|
| contactno | string |
None. |
|
| altcontactno | string |
None. |
|
| currentaddress | string |
None. |
|
| appliedjobpost | string |
None. |
|
| relocate | string |
None. |
|
| ngoname | 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. |
|
| resumepath | string |
None. |
|
| status | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"jaid": "sample string 1",
"firstname": "sample string 2",
"middlename": "sample string 3",
"lastname": "sample string 4",
"empname": "sample string 5",
"location": "sample string 6",
"contactno": "sample string 7",
"altcontactno": "sample string 8",
"currentaddress": "sample string 9",
"appliedjobpost": "sample string 10",
"relocate": "sample string 11",
"ngoname": "sample string 12",
"totexp": "sample string 13",
"totrelaexp": "sample string 14",
"ngoexp": "sample string 15",
"roledescription": "sample string 16",
"currctc": 1.0,
"expctc": 1.0,
"negotiable": "sample string 17",
"joinperiod": "sample string 18",
"resumepath": "sample string 19",
"status": 1
}
application/xml, text/xml
Sample:
<GetInterviewApplicationDetail_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <altcontactno>sample string 8</altcontactno> <appliedjobpost>sample string 10</appliedjobpost> <contactno>sample string 7</contactno> <currctc>1</currctc> <currentaddress>sample string 9</currentaddress> <empname>sample string 5</empname> <expctc>1</expctc> <firstname>sample string 2</firstname> <jaid>sample string 1</jaid> <joinperiod>sample string 18</joinperiod> <lastname>sample string 4</lastname> <location>sample string 6</location> <middlename>sample string 3</middlename> <negotiable>sample string 17</negotiable> <ngoexp>sample string 15</ngoexp> <ngoname>sample string 12</ngoname> <relocate>sample string 11</relocate> <resumepath>sample string 19</resumepath> <roledescription>sample string 16</roledescription> <status>1</status> <totexp>sample string 13</totexp> <totrelaexp>sample string 14</totrelaexp> </GetInterviewApplicationDetail_Result>