Hi guys
First time integrating with Business Central. It's an on-prem installation for which the implementation is in progress, was V16 initially but then upgraded to V22 W1 during the development cycle. Development was done to create a general journal, integrate lines to it, and then post the journal. On V16 we were able to query things like customers, currencies, journals, i.e. standard available endpoints as per
API (v2.0) for Dynamics 365 Business Central - Business Central | Microsoft Learn, however since upgrading to V22 these standard endpoints no longer seem to be available / accessible.
1. We can query companies or a specific company as below, and results are returned.
2. However when trying to go down any further like querying the customers for a specific company as below, we're getting a 404 not found.
From what I've been able to find it doesn't seem like specific endpoints, e.g. company(guid)/currencies, can be enabled / disabled for the API, can only turn the whole API off of on via configuration, and unless I'm missing something obvious the format of the URL is also correct.
Why would we be receiving 404's when calling endpoints like customers, currency, journals, etc. but companies are being returned as per the first screenshot?