POST api/HRManagement/BindSalaryReport?Page={Page}&PageSize={PageSize}&Month={Month}&Year={Year}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Page

integer

Required

PageSize

integer

Required

Month

integer

Required

Year

integer

Required

Body Parameters

None.

Response Information

Resource Description

AddUpdateDeleteResponseOfListOfEmployeeSalaryDetailReport
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

Data

Collection of EmployeeSalaryDetailReport

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Message": "sample string 2",
  "Data": [
    {
      "EmployeeId": "sample string 1",
      "EmployeeName": "sample string 2",
      "JoiningDate": "sample string 3",
      "Month": "sample string 4",
      "Year": 5,
      "TotalDays": 6,
      "WorkDays": 7.0,
      "Basic": 8.0,
      "HRA": 9.0,
      "Conveyance": 10.0,
      "Medical": 11.0,
      "Bonus": 12.0,
      "Incentive": 13.0,
      "DA": 14.0,
      "OtherAllowance": 15.0,
      "EmployeePF": 16.0,
      "TotalEarning": 17.0,
      "OtherDeduction": 18.0,
      "TDS": 19.0,
      "TotalPF": 20.0,
      "TotalESI": 21.0,
      "TotalDeduction": 22.0,
      "NetPayable": 23.0,
      "ComEPFCont": 24.0,
      "ComESICont": 25.0,
      "ComAdminCont": 26.0,
      "NetCTC": 27.0
    },
    {
      "EmployeeId": "sample string 1",
      "EmployeeName": "sample string 2",
      "JoiningDate": "sample string 3",
      "Month": "sample string 4",
      "Year": 5,
      "TotalDays": 6,
      "WorkDays": 7.0,
      "Basic": 8.0,
      "HRA": 9.0,
      "Conveyance": 10.0,
      "Medical": 11.0,
      "Bonus": 12.0,
      "Incentive": 13.0,
      "DA": 14.0,
      "OtherAllowance": 15.0,
      "EmployeePF": 16.0,
      "TotalEarning": 17.0,
      "OtherDeduction": 18.0,
      "TDS": 19.0,
      "TotalPF": 20.0,
      "TotalESI": 21.0,
      "TotalDeduction": 22.0,
      "NetPayable": 23.0,
      "ComEPFCont": 24.0,
      "ComESICont": 25.0,
      "ComAdminCont": 26.0,
      "NetCTC": 27.0
    }
  ]
}