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…

How To Access Admin Center API In Business Central

The Business Central Admin Center API makes managing apps and environments easier. It provides a fast way to access the Admin Center functionality without accessing the user interface. In this post, we’ll cover the essentials, from initial app registration in Azure to environment and application management.

Source : Business Central Geek
Read more…

How To Connect To External APIs From Business Central (HTTP Request)

In today’s dynamic business landscape, organizations rely on a multitude of data sources to drive their operations. From external databases and data warehouses to online stores and services.

One of the easiest and most common ways of connecting them to Business Central is to use the APIs these sources of information provide. So, with some simple code, we can interact with external resources to exchange information.

Source : Business Central Geek
Read more…

Custom API: Enumerating Installed Apps in Business Central On-Premises

In our day-to-day with Microsoft Dynamics 365 Business Central, the need to know which applications are currently installed in our On-Premises environment may arise. Unlike Business Central On Cloud, where we have a specific API to enumerate the tenant’s extensions

Source : Ivan Singleton
Read more…

Dynamics 365 Business Central: How to use Standard/Custom API Bound Actions

In Standard API for Dynamics 365 Business Central SaaS (Get, Post, Patch, Delete and Basic query parameters – filter, orderby, select…), we discussed four basic operations (Read, Create, , Update, Delete) in the APIs. If we need to call custom code or specific actions like posting a sales order, we need to use Bound Actions.

Source : Dynamics 365 Lab
Read more…