Forum Discussion

ardrau's avatar
ardrau
Copper Contributor
Jul 31, 2024

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

  • dfkconsult's avatar
    dfkconsult
    Brass Contributor

    Create an APIpage or publish existing pages as webservice (soap or odata).

  • How about this?

     

    1. Create a Purchase Order: Use the Create Purchase Order API to create a new purchase order from your invoice document.
    2. 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.
    3. Create Warehouse Receipt: After posting the purchase order, you can create a warehouse receipt. This can be done using the "Warehouse Receipt" API.
    4. Register the Warehouse Receipt: Finally, register the warehouse receipt to update the inventory. This can be done using the "Register Warehouse Receipt" API.

Resources