OrderQuantityPurchaseOrders
Queryable, Introduced in version 22.6
GET https://localhost:8001/sv/001.1/api/v1/Purchase/OrderQuantityPurchaseOrders
Represents a order quantity template on part that holds many partial quantities.
GUID
A8337BAA-D7FF-4BF3-AB2E-F22D423DCBE3
Required permission
Show purchase 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
}