SalesPickingLists
Queryable, Introduced in version 2.53
GET https://localhost:8001/sv/001.1/api/v1/Sales/SalesPickingLists
Represents a sales picking list.
GUID
388FA65F-A574-4AEA-B11B-68D824FC8F35
Required permission
Show customer orders
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the picking list. |
|
| Number | Int64 | The human readable identifier of the picking list. |
|
| 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. |
|
| State | Int32 | The state for the picking list.
|
|
| Status | Int32 | The state for the picking list.
|
|
| WarehouseId | Int64 | The business key identifier of the warehouse for the picking list.
|
|
| CustomerOrderInvoices | CustomerOrderInvoices[] | The customer order invoices of the picking list.
|
|
| LifeCycleState | Int32 | The life cycle state of the picking list.
|
Example
{
"Id": 0,
"Number": 0,
"PrintedByApplicationUserId": null,
"PrintedByPersonId": null,
"PrintedTimestamp": null,
"State": 0,
"Status": 0,
"WarehouseId": 0,
"CustomerOrderInvoices": null,
"LifeCycleState": 0
}