OrderQuantityManufacturingOrderOperations
Queryable, Introduced in version 22.6
GET https://localhost:8001/sv/001.1/api/v1/Manufacturing/OrderQuantityManufacturingOrderOperations
Represents a order quantity template on part that holds many partial quantities.
GUID
FA5AF8B1-A66C-4ACE-B29C-A9B1142CBE5D
Required permission
Show manufacturing orders
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the entity. |
|
PartialQuantities | PartialQuantities[] | The partial quantities for the order quantity.
|
Example
{
"Id": 0,
"PartialQuantities": null
}