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 ... |