Microsoft Dynamics 365 Business Central
Microsoft Dynamics 365 Business Central allows you to manage Business Central data and access metadata that defines the specific Business Central instance to which you are connecting using the OData API Version 4.0. This Application performs standard CRUD operations on business objects by connecting to the OData service endpoint.
API Versions: v1
API Types: REST (OData)
Authentication and Authorization: OAuth 2.0
Key Capabilities: Custom Fields support, $filter, $expand
Prerequisites
- Azure Active Directory login and password information.
- User account you are using has privileges to connect to the Microsoft Dynamics 365 Business Central API.
- You are familiar with Microsoft Dynamics 365 Business Central API. For this, try the following steps:
- Create an app in Microsoft Dynamics 365 Business Central.
- Generate Access and Refresh tokens using the REST client.
- Configure a Microsoft Dynamics 365 Business Central Account in IBM® webMethods Integration.
Actions
-
queryEmployees: Queries employees
-
readEmployee: Reads an employee
-
readVendor: Reads a vendor
-
deleteVendor: Deletes a vendor
-
createEmployee: Creates an employee
-
updateItem: Updates an item
-
readItem: Reads an item
-
updateVendor: Updates a vendor
-
deleteItem: Deletes an item
-
createVendor: Creates a vendor
-
updateEmployee: Updates an employee
-
createItem: Creates an item
-
queryItems: Queries items
-
queryVendors: Queries vendors
-
deleteEmployee: Deletes an employee
Custom Actions
Microsoft Dynamics 365 Business Central connector also lets you create your own custom actions for performing specific tasks. The actions you create look and work exactly like the other actions do.
Learn more about how to create custom actions.