GetFromPartLocations
Command, Introduced in version 2.18
POST https://localhost:8001/sv/001.1/api/v1/Inventory/Parts/GetFromPartLocations
Retrieves part locations that a part can be moved from given the specified criteria.
Returns PartLocationInfo[]
Required permission
Show part
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| PartId | Int64 | The business key identifier of the part to get part locations for. References Parts
|
|
| UnitId | Int64? | The business key identifier of the unit that the part location data should be calculated with. References Units
|
|
| FromWarehouseId | Int64? | The business key identifier of the warehouse to move from. References Warehouses
|
|
| ToWarehouseId | Int64? | The business key identifier of the warehouse to move to. References Warehouses
|
Example
{
"PartId": 0,
"UnitId": null,
"FromWarehouseId": null,
"ToWarehouseId": null
}