POST api/UserManagement/InsertHoldandAmountData

Request Information

URI Parameters

None.

Body Parameters

HRCInputCountsview
NameDescriptionTypeAdditional information
ID

integer

None.

ContractorVendor_Code

integer

None.

WorkOrder_Code

integer

None.

Status

integer

None.

HRC_Code

integer

None.

PayrollMonth_Code

integer

None.

CotractorTotal

decimal number

None.

TCTotal

decimal number

None.

HRTotal

decimal number

None.

IsHRCRelese

boolean

None.

IsDirectApprove

boolean

None.

Remarks

string

None.

UserID

integer

None.

CreatedDate

date

None.

CreateBy

integer

None.

ModifiedDate

date

None.

ModifiedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ContractorVendor_Code": 2,
  "WorkOrder_Code": 3,
  "Status": 4,
  "HRC_Code": 5,
  "PayrollMonth_Code": 6,
  "CotractorTotal": 1.0,
  "TCTotal": 1.0,
  "HRTotal": 1.0,
  "IsHRCRelese": true,
  "IsDirectApprove": true,
  "Remarks": "sample string 9",
  "UserID": 10,
  "CreatedDate": "2026-06-21T08:15:46.1089454+00:00",
  "CreateBy": 12,
  "ModifiedDate": "2026-06-21T08:15:46.1089454+00:00",
  "ModifiedBy": 14
}

application/xml, text/xml

Sample:
<HRCInputCountsview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModelHRMS">
  <ContractorVendor_Code>2</ContractorVendor_Code>
  <CotractorTotal>1</CotractorTotal>
  <CreateBy>12</CreateBy>
  <CreatedDate>2026-06-21T08:15:46.1089454+00:00</CreatedDate>
  <HRC_Code>5</HRC_Code>
  <HRTotal>1</HRTotal>
  <ID>1</ID>
  <IsDirectApprove>true</IsDirectApprove>
  <IsHRCRelese>true</IsHRCRelese>
  <ModifiedBy>14</ModifiedBy>
  <ModifiedDate>2026-06-21T08:15:46.1089454+00:00</ModifiedDate>
  <PayrollMonth_Code>6</PayrollMonth_Code>
  <Remarks>sample string 9</Remarks>
  <Status>4</Status>
  <TCTotal>1</TCTotal>
  <UserID>10</UserID>
  <WorkOrder_Code>3</WorkOrder_Code>
</HRCInputCountsview>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />