This post can help the developers in a scenario where consuming Business Central APIs secured with Azure AD and OAuth 2.0 from within a SharePoint client-side web part. This post explains how to create a SharePoint web part that uses Business Central data. Source : msnJournals…
I was asked a question recently, is there any simple way to view the current list of all APIs in Business Central? As you might know, we can get a list of APIs by accessing the endpoint. Source : Dynamics 365 Lab Read more...
Here’s a nice trick I wanted to share with you simply because I didn’t know this was possible (probably a lot of you already know, but if not – here you go ;-)). It could come in handy in some situations. You probably are very aware…
This post explains how to test Microsoft Dynamics Business Central Online APIs using Postman with complete details. Postman is a very useful tool for developers to test various types of HTTP requests, including REST APIs. Business Central supports REST APIs in both On-Premises and Online environments.…
The consumption of the Business Central REST APIs via OAuth2 authentication has as a prerequisite an AAD user who has been associated with a paid license of Business Central. Source : Roberto Stefanetti Blog Read more...
I had a difficult time finding an example of this type of API filtering using the OData $filter query option, so I wanted to share an example that I needed for a project. For context, this is a very simple example of a Business Central API…