Recently we tried to implement the Business Central API (https://docs.microsoft.com/en-us/dynamics-nav/api-reference/v1.0/) to create an integration with our app.
We noticed that a lot of things are missing in the API that are available in the interface:
- Can't fetch VAT codes
- Can't create bank accounts for relations
- Can't set the VAT code for invoices or invoice lines
- Can't set dimensions for invoices or invoice lines
There's are a couple of things that are critical for our app to have a proper integration, there's probably more missing that we didn't try yet.
Is the API a work in progress, or would it be better to create a connect app?