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_ResultName | 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-05-10T10:58:35.2571377+05:30", "promotiondate": "2025-05-10T10:58:35.2571377+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-05-10T10:58:35.2571377+05:30", "promotiondate": "2025-05-10T10:58:35.2571377+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-05-10T10:58:35.2571377+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-05-10T10:58:35.2571377+05:30</promotiondate> </GetEmployeePromotionDetNew_Result> <GetEmployeePromotionDetNew_Result> <NewDesignation>sample string 7</NewDesignation> <Newreporttoname>sample string 6</Newreporttoname> <OldDesignation>sample string 8</OldDesignation> <doj>2025-05-10T10:58:35.2571377+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-05-10T10:58:35.2571377+05:30</promotiondate> </GetEmployeePromotionDetNew_Result> </ArrayOfGetEmployeePromotionDetNew_Result>