OrderQuantityManufacturingOrders
Queryable, Introduced in version 22.6
GET https://localhost:8001/sv/001.1/api/v1/Manufacturing/OrderQuantityManufacturingOrders
Represents a order quantity template on part that holds many partial quantities.
GUID
69A87003-67FA-45B3-AD3E-6FF127B6B919
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
}