POST api/ProductionOrder/AddQuantityAndNetWeight/ProdOrder/{ProdOrderId}/Quantity/{Quantity}/NetWeight/{NetWeight}
Add quantity and net weight to production order
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProdOrderId |
Unique identifier for production order |
globally unique identifier |
Required |
| Quantity | decimal number |
Required |
|
| NetWeight | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
Item
booleanResponse Formats
application/json, text/json
Sample:
true