POST v6/operation/production/{workOrderId}/complete
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| workOrderId | integer |
Required |
Body Parameters
Collection of ProductionCompleteModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Barcode | string |
None. |
|
| Quantity | decimal number |
None. |
|
| NewQuantity | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"barcode": "sample string 1",
"quantity": 2.1,
"newQuantity": 3.1
},
{
"barcode": "sample string 1",
"quantity": 2.1,
"newQuantity": 3.1
}
]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.