POST api/EmployeePaySlip/SaveSalaryEmployee

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
employeePaySlipMonthYearModels
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SM_Id": 1,
  "SM_Month": "sample string 2",
  "SM_Year": 3,
  "SM_No_Of_Days": 4,
  "SM_ProcessingDate": "2025-12-11T18:59:58.3710784+05:30"
}

application/xml, text/xml

Sample:
<EmployeePaySlipMonthYearModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PaySlipAPI.Models">
  <SM_Id>1</SM_Id>
  <SM_Month>sample string 2</SM_Month>
  <SM_No_Of_Days>4</SM_No_Of_Days>
  <SM_ProcessingDate>2025-12-11T18:59:58.3710784+05:30</SM_ProcessingDate>
  <SM_Year>3</SM_Year>
</EmployeePaySlipMonthYearModels>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'EmployeePaySlipMonthYearModels'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.