I'm writing an integration layer between an internal system and business central and have logic that can create and update sales orders, but I'm unable to edit the sales order's sell-to contact. I found the code that does it in the UI layer, but it seems to be impossible to do through the API layer. Any advice would be massively appreciated.
As a side note, I also couldn't find a way to release a sales order and ended up building a custom API endpoint for it, but would be interested to know if there's any built in way of doing it.
Thanks again