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

4 Replies

  • TobyJH's avatar
    TobyJH
    Copper Contributor

    But, after creating the api page, you cannot call the action, receiveAndInvoice from the inventory put-away.  I believe this is what the fellow is talking about.

    i tried copying and creating a new api page, but still cannot post the inventory put-away.

    Any ideas?  Can you please be more specific?

     

  • 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.
  • dfkconsult's avatar
    dfkconsult
    Brass Contributor

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

    • TobyJH's avatar
      TobyJH
      Copper Contributor

      Did you do this for Inventory put-away?  I believe the fellow is referring to calling post, or receive and invoice.  The existing page cannot be published as an api v2.0 page, and copying the api to expose the service also did not work here.  Any ideas how to call the Post action using an api post?

      Can you please be more specific?

Resources