The Dynamics 365 Business Central platform exposes some standard entities as RESTful APIs. The exposed entities are summarized in the following table:
Dynamics 365 Business Central API endpoints have the following format:
Endpoint URL section |
Description |
https://api.businesscentral.dynamics.com |
Dynamics 365 Business Central base URL (the same for standard and custom APIs) |
/v2.0 |
API version |
/your tenant domain |
Domain name or ID of the Dynamics 365 Business Central tenant |
/environment name |
Name of the environment (production, sandbox, and so on). This can be retrieved from the Dynamics 365 Business Central Admin portal |
/api |
Fixed value |
/beta |
Indicates the version of the API in use |
Â
At the time of writing, Dynamics 365 Business Central APIs are on endpoint version 2.0, and...