Forum Discussion
ardrau
Jul 31, 2024Copper Contributor
Is Warehouse management APIs are available in business central?
Hi Team,
I have use case like to enter goods item level and need to store it in business central.Like i need to do like to create purchase order from invoice document and do inventory put Away through API .Create PO API is there.Please guide me to get inventory put-away API?
Thanks,
Ardra
- dfkconsultBrass Contributor
Create an APIpage or publish existing pages as webservice (soap or odata).
How about this?
- Create a Purchase Order: Use the Create Purchase Order API to create a new purchase order from your invoice document.
- Post the Purchase Order: Once the purchase order is created, you need to post it. This can be done using the "Post Purchase Order" API.
- Create Warehouse Receipt: After posting the purchase order, you can create a warehouse receipt. This can be done using the "Warehouse Receipt" API.
- Register the Warehouse Receipt: Finally, register the warehouse receipt to update the inventory. This can be done using the "Register Warehouse Receipt" API.