POST api/Employee/GetIndividualEmployeesalary
Request Information
URI Parameters
None.
Body Parameters
IndividualSalryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeName | string |
None. |
|
| CompanyAddress | string |
None. |
|
| empcode | string |
None. |
|
| postname | string |
None. |
|
| Designation | string |
None. |
|
| joining | date |
None. |
|
| DOB | date |
None. |
|
| Department | string |
None. |
|
| Rowid | integer |
None. |
|
| Empid | integer |
None. |
|
| EmployeeNo | string |
None. |
|
| SEmpid | string |
None. |
|
| Empno | integer |
None. |
|
| PayGroupId | integer |
None. |
|
| Basic | decimal number |
None. |
|
| HRA | decimal number |
None. |
|
| Attire_Allowance | decimal number |
None. |
|
| Internet_Allowance | decimal number |
None. |
|
| Mobile_Allowance | decimal number |
None. |
|
| PF | decimal number |
None. |
|
| ESI | decimal number |
None. |
|
| P_Tax | decimal number |
None. |
|
| Education_Allowances | decimal number |
None. |
|
| Medical_Allowances | decimal number |
None. |
|
| LTA | decimal number |
None. |
|
| Gross_Amount | decimal number |
None. |
|
| Loan_Installment | decimal number |
None. |
|
| Continuous_Attendance_Allowance | decimal number |
None. |
|
| Overtime_Allowance | decimal number |
None. |
|
| Lodging_Allowance | decimal number |
None. |
|
| ProductionBonus | decimal number |
None. |
|
| Leave_Amount | decimal number |
None. |
|
| Total_Allowances | decimal number |
None. |
|
| Total_Deduction | decimal number |
None. |
|
| Net_Payable_Amount | decimal number |
None. |
|
| Month | string |
None. |
|
| Year | integer |
None. |
|
| Amountinwords | string |
None. |
|
| empaccountno | string |
None. |
|
| empepfno | string |
None. |
|
| empesicno | string |
None. |
|
| empuanno | string |
None. |
|
| emppancardno | string |
None. |
|
| Company | string |
None. |
|
| FirstDays | string |
None. |
|
| LastDays | string |
None. |
|
| AbsentDays | string |
None. |
|
| WorkingDays | string |
None. |
|
| EarnedLeaveDays | string |
None. |
|
| TotalLeaveDays | string |
None. |
|
| LateLeave | string |
None. |
|
| LateLeaveAmount | string |
None. |
|
| LeaveAmount | string |
None. |
|
| Arrears | decimal number |
None. |
|
| Stipend | decimal number |
None. |
|
| PerformanceAllowance | decimal number |
None. |
|
| SpecialAllowance | decimal number |
None. |
|
| Books___Periodical | decimal number |
None. |
|
| Conveyence_Allowance | decimal number |
None. |
|
| Training__Allowance | decimal number |
None. |
|
| Vehical_Allownce | decimal number |
None. |
|
| Food_Allowance | decimal number |
None. |
|
| TDS | decimal number |
None. |
|
| OtherDeduction | decimal number |
None. |
|
| Incentive | decimal number |
None. |
|
| MedicalAllowance | decimal number |
None. |
|
| SpecialBenifitsAllowance | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeName": "sample string 1",
"CompanyAddress": "sample string 2",
"empcode": "sample string 3",
"postname": "sample string 4",
"Designation": "sample string 5",
"joining": "2025-12-06T09:43:32.9322464+05:30",
"DOB": "2025-12-06T09:43:32.9322464+05:30",
"Department": "sample string 6",
"Rowid": 7,
"Empid": 1,
"EmployeeNo": "sample string 8",
"SEmpid": "sample string 9",
"Empno": 1,
"PayGroupId": 1,
"Basic": 1.1,
"HRA": 1.1,
"Attire_Allowance": 1.1,
"Internet_Allowance": 1.1,
"Mobile_Allowance": 1.1,
"PF": 1.1,
"ESI": 1.1,
"P_Tax": 1.1,
"Education_Allowances": 1.1,
"Medical_Allowances": 1.1,
"LTA": 1.1,
"Gross_Amount": 1.1,
"Loan_Installment": 1.1,
"Continuous_Attendance_Allowance": 1.1,
"Overtime_Allowance": 1.1,
"Lodging_Allowance": 1.1,
"ProductionBonus": 1.1,
"Leave_Amount": 1.1,
"Total_Allowances": 1.1,
"Total_Deduction": 1.1,
"Net_Payable_Amount": 1.1,
"Month": "sample string 10",
"Year": 1,
"Amountinwords": "sample string 11",
"empaccountno": "sample string 12",
"empepfno": "sample string 13",
"empesicno": "sample string 14",
"empuanno": "sample string 15",
"emppancardno": "sample string 16",
"Company": "sample string 17",
"FirstDays": "sample string 18",
"LastDays": "sample string 19",
"AbsentDays": "sample string 20",
"WorkingDays": "sample string 21",
"EarnedLeaveDays": "sample string 22",
"TotalLeaveDays": "sample string 23",
"LateLeave": "sample string 24",
"LateLeaveAmount": "sample string 25",
"LeaveAmount": "sample string 26",
"Arrears": 1.1,
"Stipend": 1.1,
"PerformanceAllowance": 1.1,
"SpecialAllowance": 1.1,
"Books___Periodical": 1.1,
"Conveyence_Allowance": 1.1,
"Training__Allowance": 1.1,
"Vehical_Allownce": 1.1,
"Food_Allowance": 1.1,
"TDS": 1.1,
"OtherDeduction": 27.1,
"Incentive": 1.1,
"MedicalAllowance": 1.1,
"SpecialBenifitsAllowance": 1.1
}
application/xml, text/xml
Sample:
<IndividualSalryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MendinePayroll.Models"> <AbsentDays>sample string 20</AbsentDays> <Amountinwords>sample string 11</Amountinwords> <Arrears>1.1</Arrears> <Attire_Allowance>1.1</Attire_Allowance> <Basic>1.1</Basic> <Books___Periodical>1.1</Books___Periodical> <Company>sample string 17</Company> <CompanyAddress>sample string 2</CompanyAddress> <Continuous_Attendance_Allowance>1.1</Continuous_Attendance_Allowance> <Conveyence_Allowance>1.1</Conveyence_Allowance> <DOB>2025-12-06T09:43:32.9322464+05:30</DOB> <Department>sample string 6</Department> <Designation>sample string 5</Designation> <ESI>1.1</ESI> <EarnedLeaveDays>sample string 22</EarnedLeaveDays> <Education_Allowances>1.1</Education_Allowances> <Empid>1</Empid> <EmployeeName>sample string 1</EmployeeName> <EmployeeNo>sample string 8</EmployeeNo> <Empno>1</Empno> <FirstDays>sample string 18</FirstDays> <Food_Allowance>1.1</Food_Allowance> <Gross_Amount>1.1</Gross_Amount> <HRA>1.1</HRA> <Incentive>1.1</Incentive> <Internet_Allowance>1.1</Internet_Allowance> <LTA>1.1</LTA> <LastDays>sample string 19</LastDays> <LateLeave>sample string 24</LateLeave> <LateLeaveAmount>sample string 25</LateLeaveAmount> <LeaveAmount>sample string 26</LeaveAmount> <Leave_Amount>1.1</Leave_Amount> <Loan_Installment>1.1</Loan_Installment> <Lodging_Allowance>1.1</Lodging_Allowance> <MedicalAllowance>1.1</MedicalAllowance> <Medical_Allowances>1.1</Medical_Allowances> <Mobile_Allowance>1.1</Mobile_Allowance> <Month>sample string 10</Month> <Net_Payable_Amount>1.1</Net_Payable_Amount> <OtherDeduction>27.1</OtherDeduction> <Overtime_Allowance>1.1</Overtime_Allowance> <PF>1.1</PF> <P_Tax>1.1</P_Tax> <PayGroupId>1</PayGroupId> <PerformanceAllowance>1.1</PerformanceAllowance> <ProductionBonus>1.1</ProductionBonus> <Rowid>7</Rowid> <SEmpid>sample string 9</SEmpid> <SpecialAllowance>1.1</SpecialAllowance> <SpecialBenifitsAllowance>1.1</SpecialBenifitsAllowance> <Stipend>1.1</Stipend> <TDS>1.1</TDS> <TotalLeaveDays>sample string 23</TotalLeaveDays> <Total_Allowances>1.1</Total_Allowances> <Total_Deduction>1.1</Total_Deduction> <Training__Allowance>1.1</Training__Allowance> <Vehical_Allownce>1.1</Vehical_Allownce> <WorkingDays>sample string 21</WorkingDays> <Year>1</Year> <empaccountno>sample string 12</empaccountno> <empcode>sample string 3</empcode> <empepfno>sample string 13</empepfno> <empesicno>sample string 14</empesicno> <emppancardno>sample string 16</emppancardno> <empuanno>sample string 15</empuanno> <joining>2025-12-06T09:43:32.9322464+05:30</joining> <postname>sample string 4</postname> </IndividualSalryModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |