PUT stitching/execution/update

Request Information

URI Parameters

None.

Body Parameters

UpdateExecutionRequest
NameDescriptionTypeAdditional information
Stitching_Execution_Id

integer

None.

Transaction_Date

date

None.

Shift_Id

integer

None.

RawMachineQr

string

None.

Stitching_Machine_Id

integer

None.

By_Employee

boolean

None.

Operator_Id

integer

None.

Grade_A_Qty

decimal number

None.

Grade_B_Qty

decimal number

None.

Lost_Qty

decimal number

None.

Remarks

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Stitching_Execution_Id": 1,
  "Transaction_Date": "2026-01-16T21:28:52.1478035+05:00",
  "Shift_Id": 3,
  "RawMachineQr": "sample string 4",
  "Stitching_Machine_Id": 5,
  "By_Employee": true,
  "Operator_Id": 7,
  "Grade_A_Qty": 8.0,
  "Grade_B_Qty": 9.0,
  "Lost_Qty": 10.0,
  "Remarks": "sample string 11"
}

application/xml, text/xml

Sample:
<UpdateExecutionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EliteErp.MobileApiVB">
  <By_Employee>true</By_Employee>
  <Grade_A_Qty>8</Grade_A_Qty>
  <Grade_B_Qty>9</Grade_B_Qty>
  <Lost_Qty>10</Lost_Qty>
  <Operator_Id>7</Operator_Id>
  <RawMachineQr>sample string 4</RawMachineQr>
  <Remarks>sample string 11</Remarks>
  <Shift_Id>3</Shift_Id>
  <Stitching_Execution_Id>1</Stitching_Execution_Id>
  <Stitching_Machine_Id>5</Stitching_Machine_Id>
  <Transaction_Date>2026-01-16T21:28:52.1478035+05:00</Transaction_Date>
</UpdateExecutionRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.