PhysicalInventoryLists
Queryable, Introduced in version 22.8
GET https://localhost:8001/sv/001.1/api/v1/Inventory/PhysicalInventoryLists
Represents a physical inventory list.
GUID
1ED2E7D1-7FAA-4E90-8523-8EE895680119
Required permission
Report stock count
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the physical inventory list. |
|
WarehouseId | Int64 | The business key identifier of the warehouse for the physical inventory list.
|
|
Number | Int64 | The number of the physical inventory list.
|
|
Version | Int32 | The version of the physical inventory list. |
|
Name | String | The name of the physical inventory list.
|
|
InventoryStatus | Int32 | The status for the physical inventory list.
|
|
State | Int32 | The state for the physical inventory list.
|
|
CreatedWhen | DateTimeOffset | The date when the physical inventory list was created. |
|
PrintedWhen | DateTimeOffset? | The date when the physical inventory list was printed. |
Example
{
"Id": 0,
"WarehouseId": 0,
"Number": 0,
"Version": 0,
"Name": null,
"InventoryStatus": 0,
"State": 0,
"CreatedWhen": "0001-01-01T00:00:00+00:00",
"PrintedWhen": null
}