OrderQuantityTemplates
Queryable, Introduced in version 22.6
GET https://localhost:8001/sv/001.1/api/v1/Inventory/OrderQuantityTemplates
Represents a order quantity template on part that holds many partial quantities.
GUID
E5B55563-A110-4B17-BFE0-3B20269ADE26
Required permission
Show part
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the entity. |
|
PartialQuantities | Partial |
The partial quantities for the order quantity.
|
Example
{
"Id": 0,
"PartialQuantities": null
}