PhysicalInventoryRows
Queryable, Introduced in version 22.8
GET https://localhost:8001/sv/001.1/api/v1/Inventory/PhysicalInventoryRows
Represents a physical inventory row.
GUID
D0E8D320-A7C2-4E27-9E26-1154F1F09261
Required permission
Report stock count
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the physical inventory row. |
|
PhysicalInventoryListId | Int64 | The business key identifier of the physical inventory list that the row belongs to.
|
|
PartId | Int64 | The business key identifier of the part of the physical inventory row.
|
|
LocationId | Int64 | The business key identifier of the part location of the physical inventory row.
|
|
ProductRecordId | Int64 | The business key identifier of the product record of the physical inventory row.
|
|
Reported | Boolean | Indicates if the physical inventory row is reported.
|
|
ReportingState | Int32 | Reporting state of the physical inventory row.
|
Introduced in version 23.3 |
Version | Int32 | The version of the physical inventory row. |
|
ReportedQuantity | Decimal? | The reported quantity for the physical inventory row. |
Example
{
"Id": 0,
"PhysicalInventoryListId": 0,
"PartId": 0,
"LocationId": 0,
"ProductRecordId": 0,
"Reported": false,
"ReportingState": 0,
"Version": 0,
"ReportedQuantity": null
}