To move products from one location to another in Mintsoft you can use one of the following calls:
/api/Warehouse/StockMovement: Used for single products.
/api/Warehouse/BulkStockMovement: Used for multiple products.
The minimum information required for the StockIn or StockOut API Call is:
ProductID
WarehouseID
LocationID
Quantity
Comment
{ "ProductId": 0, "WarehouseId": 0, "LocationId": 0, "Quantity": 0, "Comment": "string", }
The numbers in the Action drop-down correlate to the following:
0: StockIn
1: StockOut
2: Allocate
3: Unallocate
4: Despatch
5: BackOrder
6: UnBackOrder
7: Quarantine
8: UnQuarantine
9: ASNStockIN
10: OnOrder
11: UnOnOrder
12: InTransition
13: UnInTransition
14: TransitionComplete
15: Transfer
16: Scrap
17: TransferLocation
18: Scrap_Return
19: Scrap_OffHand