POST api/PayrollPayslipGroup

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,
  "GroupName": "sample string 2",
  "GroupDescription": "sample string 3",
  "SortOrder": 1,
  "IsActive": true,
  "IsShowOnPaySlip": "sample string 4",
  "ItemType": 5,
  "ItemTypeDescription": "sample string 6",
  "ChildCount": 7,
  "Amount": 8.0,
  "AmountDeduct": 9.0
}

application/xml, text/xml

Sample:
<PayrollPayslipGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.Payroll">
  <Amount>8</Amount>
  <AmountDeduct>9</AmountDeduct>
  <ChildCount>7</ChildCount>
  <GroupDescription>sample string 3</GroupDescription>
  <GroupName>sample string 2</GroupName>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <IsShowOnPaySlip>sample string 4</IsShowOnPaySlip>
  <ItemType>5</ItemType>
  <ItemTypeDescription>sample string 6</ItemTypeDescription>
  <SortOrder>1</SortOrder>
</PayrollPayslipGroup>

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