POST api/PayrollItems/updatestatus

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:
{
  "PayrollItemDesignation": "sample string 1",
  "ItemDescription": "sample string 2",
  "UnApprovedID": 3,
  "PayrollItemID": 4,
  "SpecCalcMtd": 5,
  "SpecCalcMtdName": "sample string 6",
  "ItemType": 7,
  "ItemTypeName": "sample string 8",
  "FxdVal": true,
  "FxdValAmt": 1.0,
  "ValType": 1,
  "ValTypeName": "sample string 9",
  "ApplOnBenefit": 1,
  "ApplOnBenefitDec": "sample string 10",
  "CapedatMax": 1.0,
  "ProportnWork": true,
  "PayrollItemUnit": 1,
  "PayrollItemUnitName": "sample string 11",
  "NbrOfHrs": true,
  "PaymentDedFreq": 1,
  "PaymentDedFreqName": "sample string 12",
  "PaymentDedMnth": 1,
  "PaymentDedMnthName": "sample string 13",
  "PaymentPaidProratedAtExit": true,
  "IncludedInMonthAccr": true,
  "IncludedInOvertime": true,
  "IncludedInLeave": true,
  "IncludedInLeaveEncash": true,
  "IncludedInGOSI": true,
  "IncludedInTAX": true,
  "GrdSpec": true,
  "Grade": 1,
  "SubGrdSpec": true,
  "SubGrade": "sample string 15",
  "JobTitleSpec": true,
  "JobTitle": 1,
  "SiteSpecific": true,
  "Site": 1,
  "PrjSpecific": true,
  "Project": 1,
  "NationalitySpecific": true,
  "Nationality": "sample string 16",
  "EmpSpecific": true,
  "ShowOnPS": true,
  "GroupedOnPS": true,
  "GroupedWithBenefit": 1,
  "GroupeDesgn": 1,
  "GroupeDesgnOrder": "sample string 17",
  "GroupeDesgnOnPaySlip": "sample string 18",
  "GLAcc2Debt": 1,
  "GLAcc2Crdt": 1,
  "AccFileNumber": true,
  "PrjType": "sample string 19",
  "SecType": "sample string 20",
  "VarType": "sample string 21",
  "PaySlipIndexRanking": 1,
  "EmolumnetId": "4c8e48fe-d329-49c2-9c35-316c6cc6b3ea",
  "EmolumnetValue": 22.0,
  "IsActive": true,
  "Status": "sample string 24"
}

application/xml, text/xml

Sample:
<PayrollItems xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.Payroll">
  <AccFileNumber>true</AccFileNumber>
  <ApplOnBenefit>1</ApplOnBenefit>
  <ApplOnBenefitDec>sample string 10</ApplOnBenefitDec>
  <CapedatMax>1</CapedatMax>
  <EmolumnetId>4c8e48fe-d329-49c2-9c35-316c6cc6b3ea</EmolumnetId>
  <EmolumnetValue>22</EmolumnetValue>
  <EmpSpecific>true</EmpSpecific>
  <FxdVal>true</FxdVal>
  <FxdValAmt>1</FxdValAmt>
  <GLAcc2Crdt>1</GLAcc2Crdt>
  <GLAcc2Debt>1</GLAcc2Debt>
  <Grade>1</Grade>
  <GrdSpec>true</GrdSpec>
  <GroupeDesgn>1</GroupeDesgn>
  <GroupeDesgnOnPaySlip>sample string 18</GroupeDesgnOnPaySlip>
  <GroupeDesgnOrder>sample string 17</GroupeDesgnOrder>
  <GroupedOnPS>true</GroupedOnPS>
  <GroupedWithBenefit>1</GroupedWithBenefit>
  <IncludedInGOSI>true</IncludedInGOSI>
  <IncludedInLeave>true</IncludedInLeave>
  <IncludedInLeaveEncash>true</IncludedInLeaveEncash>
  <IncludedInMonthAccr>true</IncludedInMonthAccr>
  <IncludedInOvertime>true</IncludedInOvertime>
  <IncludedInTAX>true</IncludedInTAX>
  <IsActive>true</IsActive>
  <ItemDescription>sample string 2</ItemDescription>
  <ItemType>7</ItemType>
  <ItemTypeName>sample string 8</ItemTypeName>
  <JobTitle>1</JobTitle>
  <JobTitleSpec>true</JobTitleSpec>
  <Nationality>sample string 16</Nationality>
  <NationalitySpecific>true</NationalitySpecific>
  <NbrOfHrs>true</NbrOfHrs>
  <PaySlipIndexRanking>1</PaySlipIndexRanking>
  <PaymentDedFreq>1</PaymentDedFreq>
  <PaymentDedFreqName>sample string 12</PaymentDedFreqName>
  <PaymentDedMnth>1</PaymentDedMnth>
  <PaymentDedMnthName>sample string 13</PaymentDedMnthName>
  <PaymentPaidProratedAtExit>true</PaymentPaidProratedAtExit>
  <PayrollItemDesignation>sample string 1</PayrollItemDesignation>
  <PayrollItemID>4</PayrollItemID>
  <PayrollItemUnit>1</PayrollItemUnit>
  <PayrollItemUnitName>sample string 11</PayrollItemUnitName>
  <PrjSpecific>true</PrjSpecific>
  <PrjType>sample string 19</PrjType>
  <Project>1</Project>
  <ProportnWork>true</ProportnWork>
  <SecType>sample string 20</SecType>
  <ShowOnPS>true</ShowOnPS>
  <Site>1</Site>
  <SiteSpecific>true</SiteSpecific>
  <SpecCalcMtd>5</SpecCalcMtd>
  <SpecCalcMtdName>sample string 6</SpecCalcMtdName>
  <Status>sample string 24</Status>
  <SubGrade>sample string 15</SubGrade>
  <SubGrdSpec>true</SubGrdSpec>
  <UnApprovedID>3</UnApprovedID>
  <ValType>1</ValType>
  <ValTypeName>sample string 9</ValTypeName>
  <VarType>sample string 21</VarType>
</PayrollItems>

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