PartLocationInfoKey
Type, Introduced in version 2.18
Identifies a part location.
Used by the following types:
- PartLocationInfo
- UnplannedWithdrawalStockMovement
- UnplannedArrivalStockMovement
- MoveStockBalance
- GetToPartLocations
- AddPartLocationRows
- AddMaterialRow
- AddTraceableMaterialRow
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| PartLocationId | Int64 | The business key identifier of the part location. References PartLocation
|
|
| ProductRecordId | Int64? | The business key identifier of the product record that belongs to the part location. References ProductRecords
|
Example
{
"PartLocationId": 0,
"ProductRecordId": null
}