POST api/HRManagement/BindSalarySetDetail?MstSetIDModel={MstSetIDModel}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MstSetIDModel

integer

Required

Body Parameters

None.

Response Information

Resource Description

AddUpdateDeleteResponseOfListOfMstSalaryDetailModel
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

Data

Collection of MstSalaryDetailModel

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Message": "sample string 2",
  "Data": [
    {
      "HeadID": 1,
      "HeadName": "sample string 2",
      "TxtBoxHeadNameValue": 1.0,
      "ForNumber": true,
      "TxtBoxForNumber": 1.0,
      "ForPercentage": true,
      "TxtBoxForPercentage": 1.0,
      "SalaryType": "sample string 5",
      "AmountType": "sample string 6",
      "Amount": 1.0,
      "Priority": 7,
      "EntryDate": "2025-10-26T20:53:55.7636229+05:30",
      "Entry_Date": "sample string 8",
      "EntryUser": "sample string 9",
      "IsBonusField": true,
      "IsEmployeePFField": true,
      "IsAdvanceField": true,
      "IsLeaveField": true,
      "OnEarningCal": true,
      "IsBasicField": true,
      "Percentage": 10.0
    },
    {
      "HeadID": 1,
      "HeadName": "sample string 2",
      "TxtBoxHeadNameValue": 1.0,
      "ForNumber": true,
      "TxtBoxForNumber": 1.0,
      "ForPercentage": true,
      "TxtBoxForPercentage": 1.0,
      "SalaryType": "sample string 5",
      "AmountType": "sample string 6",
      "Amount": 1.0,
      "Priority": 7,
      "EntryDate": "2025-10-26T20:53:55.7636229+05:30",
      "Entry_Date": "sample string 8",
      "EntryUser": "sample string 9",
      "IsBonusField": true,
      "IsEmployeePFField": true,
      "IsAdvanceField": true,
      "IsLeaveField": true,
      "OnEarningCal": true,
      "IsBasicField": true,
      "Percentage": 10.0
    }
  ]
}