POST api/SalaryReviewPayrollItemSetup

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objDat
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "PayrollMonth": 2,
  "PayrollMonthFormat": "sample string 3",
  "PayrollItemId": 4,
  "PayrollItemFormat": "sample string 5",
  "IsActive": true,
  "CreatedBy": 1,
  "CreatedDate": "2025-01-11T13:02:05.0699987+03:00",
  "ModifiedBy": 1,
  "ModifiedDate": "2025-01-11T13:02:05.0699987+03:00",
  "IsInitialSetup": true
}

application/xml, text/xml

Sample:
<SalaryReviewPayrollItemSetup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.Payroll">
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2025-01-11T13:02:05.0699987+03:00</CreatedDate>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <IsInitialSetup>true</IsInitialSetup>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedDate>2025-01-11T13:02:05.0699987+03:00</ModifiedDate>
  <PayrollItemFormat>sample string 5</PayrollItemFormat>
  <PayrollItemId>4</PayrollItemId>
  <PayrollMonth>2</PayrollMonth>
  <PayrollMonthFormat>sample string 3</PayrollMonthFormat>
</SalaryReviewPayrollItemSetup>

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 'SalaryReviewPayrollItemSetup'.