ManufacturingPickingListMaterials
Queryable, Introduced in version 2.48
GET https://localhost:8001/sv/001.1/api/v1/Manufacturing/ManufacturingPickingListMaterials
Represents a manufacturing picking list material.
GUID
7CF7F984-02CB-4B72-B0DA-04DC58F31173
Required permission
Show manufacturing orders
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the manufacturing picking list material. |
|
MaterialId | Int64 | The business key identifier of the manufacturing order material.
|
|
Material | ManufacturingOrderMaterials | The manufacturing order material in the manufacturing picking list.
|
Introduced in version 24.9 |
QuantityChangeId | Int64 | The business key identifier of the manufacturing picking list materials quantity change.
|
|
QuantityChange | QuantityChanges | The suggested quantity for withdrawal when creating the picking list.
|
Example
{
"Id": 0,
"MaterialId": 0,
"Material": null,
"QuantityChangeId": 0,
"QuantityChange": null
}