GET api/Employee/GetEmployeePromotion/{empid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| empid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EmployeePromotion| Name | Description | Type | Additional information |
|---|---|---|---|
| promid | integer |
None. |
|
| empid | string |
None. |
|
| finyear | string |
None. |
|
| oldgross | decimal number |
None. |
|
| oldctc | decimal number |
None. |
|
| incregross | decimal number |
None. |
|
| newgross | decimal number |
None. |
|
| newctc | decimal number |
None. |
|
| approveby | string |
None. |
|
| approveon | date |
None. |
|
| updateby | string |
None. |
|
| updateon | date |
None. |
|
| status | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"promid": 1,
"empid": "sample string 2",
"finyear": "sample string 3",
"oldgross": 1.0,
"oldctc": 1.0,
"incregross": 1.0,
"newgross": 1.0,
"newctc": 1.0,
"approveby": "sample string 4",
"approveon": "2025-12-06T09:35:37.2969747+05:30",
"updateby": "sample string 5",
"updateon": "2025-12-06T09:35:37.2969747+05:30",
"status": 1
},
{
"promid": 1,
"empid": "sample string 2",
"finyear": "sample string 3",
"oldgross": 1.0,
"oldctc": 1.0,
"incregross": 1.0,
"newgross": 1.0,
"newctc": 1.0,
"approveby": "sample string 4",
"approveon": "2025-12-06T09:35:37.2969747+05:30",
"updateby": "sample string 5",
"updateon": "2025-12-06T09:35:37.2969747+05:30",
"status": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfEmployeePromotion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<EmployeePromotion>
<approveby>sample string 4</approveby>
<approveon>2025-12-06T09:35:37.2969747+05:30</approveon>
<empid>sample string 2</empid>
<finyear>sample string 3</finyear>
<incregross>1</incregross>
<newctc>1</newctc>
<newgross>1</newgross>
<oldctc>1</oldctc>
<oldgross>1</oldgross>
<promid>1</promid>
<status>1</status>
<updateby>sample string 5</updateby>
<updateon>2025-12-06T09:35:37.2969747+05:30</updateon>
</EmployeePromotion>
<EmployeePromotion>
<approveby>sample string 4</approveby>
<approveon>2025-12-06T09:35:37.2969747+05:30</approveon>
<empid>sample string 2</empid>
<finyear>sample string 3</finyear>
<incregross>1</incregross>
<newctc>1</newctc>
<newgross>1</newgross>
<oldctc>1</oldctc>
<oldgross>1</oldgross>
<promid>1</promid>
<status>1</status>
<updateby>sample string 5</updateby>
<updateon>2025-12-06T09:35:37.2969747+05:30</updateon>
</EmployeePromotion>
</ArrayOfEmployeePromotion>