As the heading says I want to close a Sales Return Order form via the API but I have very little information on how to achieve that.
- A third-party app is installed in the customers Business Central which task is to create return orders from eCommerce into Business Central
- I have set up a webservice so that my application can get all return orders from the business central
- The Last step is to close/post all the return orders via the api after the application has handled them.
This is the first time for me working with a sales return order in BC and what I have read is that I can be quite tricky since there is no documentation.
Q: Do I need to develop an action with AL to achieve that?