ManufacturingPickingLists
Queryable, Introduced in version 2.48
GET https://localhost:8001/sv/001.1/api/v1/Manufacturing/ManufacturingPickingLists
Represents a manufacturing picking list.
GUID
D122535F-F5F6-486F-8EED-B43426AD17C4
Required permission
Show manufacturing orders
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the picking list. |
|
Number | String | The human readable identifier of the picking list. |
|
CreatedByApplicationUserId | Int64 | The business key identifier of the application user that created the picking list.
|
|
CreatedByPersonId | Int64 | The business key identifier of the person that created the picking list.
|
|
CreatedTimestamp | DateTimeOffset | The date the picking list was created. |
|
PrintedByApplicationUserId | Int64? | The business key identifier of the application user that printed the picking list.
|
|
PrintedByPersonId | Int64? | The business key identifier of the person that printed the picking list.
|
|
PrintedTimestamp | DateTimeOffset? | The date the picking list was printed. |
|
Status | Int32 | The status of the picking list.
|
|
Grouping | Int32 | The grouping for the picking list.
|
|
Sorting | Int32 | The sorting for the picking list.
|
|
WarehouseId | Int64? | The business key identifier of the warehouse for the picking list.
|
|
Type | Int32 | The type of picking list.
|
|
Materials | ManufacturingPickingListMaterials[] | The picking lists materials |
Example
{
"Id": 0,
"Number": null,
"CreatedByApplicationUserId": 0,
"CreatedByPersonId": 0,
"CreatedTimestamp": "0001-01-01T00:00:00+00:00",
"PrintedByApplicationUserId": null,
"PrintedByPersonId": null,
"PrintedTimestamp": null,
"Status": 0,
"Grouping": 0,
"Sorting": 0,
"WarehouseId": null,
"Type": 0,
"Materials": null
}