PartLocationProductRecords
Queryable, Introduced in version 2.29
GET https://localhost:8001/sv/001.1/api/v1/Inventory/PartLocationProductRecords
Represents a location quantity item where the quantity and possible product record is to be found.
GUID
EE339B91-B25D-4D1E-9343-1080E8BED931
Required permission
Show part
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the location quantity item. |
|
PartLocationId | Int64 | The business key identifier of the location to which the location quantity item belong. References PartLocations |
|
ProductRecordId | Int64? | The business key identifier of the product record of the location quantity item. References ProductRecords |
|
Quantity | Decimal | The quantity in standard unit. |
Example
{
"Id": 0,
"PartLocationId": 0,
"ProductRecordId": null,
"Quantity": 0.0
}