December 2019
Beginner to intermediate
770 pages
16h 14m
English
Dynamics 365 Business Central also exposes APIs for automating tenant-related tasks, such as the following:
Automation APIs are under the /microsoft/automation namespace. For example, to create a company in a Dynamics 365 Business Central tenant, you can send an HTTP POST request to the following endpoint:
POST https://api.businesscentral.dynamics.com/v2.0/api/microsoft/automation/{apiVersion}/companies({companyId})/automationCompaniesAuthorization: Bearer {token}Content-type: application/json{ "name": "PACKT ...Read now
Unlock full access