GET api/Employee/GetEmployeePromotionDetNew/{empid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| empid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetEmployeePromotionDetNew_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| empid | string |
None. |
|
| empname | string |
None. |
|
| oldpartnername | string |
None. |
|
| newpartnername | string |
None. |
|
| oldctc | decimal number |
None. |
|
| oldreporttoname | string |
None. |
|
| Newreporttoname | string |
None. |
|
| doj | date |
None. |
|
| promotiondate | date |
None. |
|
| NewDesignation | string |
None. |
|
| OldDesignation | string |
None. |
|
| newctc | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"empid": "sample string 1",
"empname": "sample string 2",
"oldpartnername": "sample string 3",
"newpartnername": "sample string 4",
"oldctc": 1.0,
"oldreporttoname": "sample string 5",
"Newreporttoname": "sample string 6",
"doj": "2025-10-30T04:58:36.478603+05:30",
"promotiondate": "2025-10-30T04:58:36.478603+05:30",
"NewDesignation": "sample string 7",
"OldDesignation": "sample string 8",
"newctc": 1.0
},
{
"empid": "sample string 1",
"empname": "sample string 2",
"oldpartnername": "sample string 3",
"newpartnername": "sample string 4",
"oldctc": 1.0,
"oldreporttoname": "sample string 5",
"Newreporttoname": "sample string 6",
"doj": "2025-10-30T04:58:36.478603+05:30",
"promotiondate": "2025-10-30T04:58:36.478603+05:30",
"NewDesignation": "sample string 7",
"OldDesignation": "sample string 8",
"newctc": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfGetEmployeePromotionDetNew_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetEmployeePromotionDetNew_Result>
<NewDesignation>sample string 7</NewDesignation>
<Newreporttoname>sample string 6</Newreporttoname>
<OldDesignation>sample string 8</OldDesignation>
<doj>2025-10-30T04:58:36.478603+05:30</doj>
<empid>sample string 1</empid>
<empname>sample string 2</empname>
<newctc>1</newctc>
<newpartnername>sample string 4</newpartnername>
<oldctc>1</oldctc>
<oldpartnername>sample string 3</oldpartnername>
<oldreporttoname>sample string 5</oldreporttoname>
<promotiondate>2025-10-30T04:58:36.478603+05:30</promotiondate>
</GetEmployeePromotionDetNew_Result>
<GetEmployeePromotionDetNew_Result>
<NewDesignation>sample string 7</NewDesignation>
<Newreporttoname>sample string 6</Newreporttoname>
<OldDesignation>sample string 8</OldDesignation>
<doj>2025-10-30T04:58:36.478603+05:30</doj>
<empid>sample string 1</empid>
<empname>sample string 2</empname>
<newctc>1</newctc>
<newpartnername>sample string 4</newpartnername>
<oldctc>1</oldctc>
<oldpartnername>sample string 3</oldpartnername>
<oldreporttoname>sample string 5</oldreporttoname>
<promotiondate>2025-10-30T04:58:36.478603+05:30</promotiondate>
</GetEmployeePromotionDetNew_Result>
</ArrayOfGetEmployeePromotionDetNew_Result>