Dynamics 365 Business Central Online: Endpoints for the APIs (V1.0, V2.0, Beta, custom, automation……)

Today I would like to briefly summarize the endpoints of the various APIs in Business Central. I sometimes see questions where data is not accessible due to incorrect endpoints in Dynamics 365 Community.
So in this post, I simply sorted out the following commonly used APIs:

Source : Dynamics 365 Lab
Read more…

Dynamics 365 Business Central: How to set dimension via standard API and Can we do it via Power Automate?

Today I would like to briefly talk about how to set dimension via standard API and can we do it in Power Automate?
Dimensions are values that categorize entries so you can track and analyze them on documents, such as sales orders. Dimensions can, for example, indicate the area or department an entry came from.

Source : Dynamics 365 Lab
Read more…

PAYONE API HMAC authentication in AL

This is one of the more specific posts about API authentication in Business Central. But probably someone could use the snippets for his own implementation. Right now we’re implementing the payment API of PAYONE for one of our customers. This provider needs the API request headers and additional information to be hashed using HMAC256 and send with every request.

Source : J3NS.DE
Read more…

What Are Bound Actions In Business Central APIs

One of the best ways to integrate Microsoft Dynamics 365 Business Central with other systems is through APIs. They offer the possibility to trigger Business Central logic through Bound Actions. In this article, you will learn what are they, how to use standard bound actions, and how to create custom ones.

Source : Business Central Geek
Read more…

Postman Extension: Fastest Way To Test Business Central APIs

Postman has long been a favorite for testing Business Central APIs. With the launch of the Postman VS Code extension, the experience has been improved. In this guide, we’ll explore its installation, compare it to the web app, and highlight its key features. Dive in to maximize your API testing within VS Code.

Source : Business Central Geek
Read more…