Metadata
Key | Value |
---|---|
releaseDate | 10 Apr 2025 |
keyword | Dynamics 365 Business Central API |
Dynamics 365 Business Central is a comprehensive business management solution developed by Microsoft. It is designed for small to medium-sized businesses to streamline operations across finance, sales, service, and supply chain. With powerful capabilities and cloud-based flexibility, it helps businesses make informed decisions and drive growth efficiently.
This is a complete REST API documentation for integrating with Dynamics 365 Business Central. It includes standard endpoints provided by Microsoft for managing business data and operations.
Key | Value |
---|---|
releaseDate | 10 Apr 2025 |
keyword | Dynamics 365 Business Central API |
https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/
https://login.microsoftonline.com/
https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies({company_id})/vendors({vendor_id})/defaultDimensions
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/companies({company_id})/vendors({vendor_id})/defaultDimensions
https://login.microsoftonline.com/companies({company_id})/vendors({vendor_id})/defaultDimensions
curl -i -X GET \
'https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/vendors(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/defaultDimensions?%24expand=account&%24filter=string&%24limit=100&%24select=parentId&%24skip=0&%24top=100' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{ "value": [ { … } ] }
(v1.0) The parentId property for the Dynamics 365 Business Central defaultDimensions entity
(v1.0) The dimensionId property for the Dynamics 365 Business Central defaultDimensions entity
(v1.0) The dimensionCode property for the Dynamics 365 Business Central defaultDimensions entity
(v1.0) The dimensionValueId property for the Dynamics 365 Business Central defaultDimensions entity
(v1.0) The dimensionValueCode property for the Dynamics 365 Business Central defaultDimensions entity
https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies({company_id})/vendors({vendor_id})/defaultDimensions
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/companies({company_id})/vendors({vendor_id})/defaultDimensions
https://login.microsoftonline.com/companies({company_id})/vendors({vendor_id})/defaultDimensions
curl -i -X POST \
'https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/vendors(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/defaultDimensions' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"parentId": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4",
"dimensionId": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4",
"dimensioncode": null,
"dimensionValueId": null,
"dimensionValuecode": null,
"postingValidation": null
}'
(v1.0) A new defaultDimensions has been succesfully created
(v1.0) The parentId property for the Dynamics 365 Business Central defaultDimensions entity
(v1.0) The dimensionId property for the Dynamics 365 Business Central defaultDimensions entity
(v1.0) The dimensionCode property for the Dynamics 365 Business Central defaultDimensions entity
(v1.0) The dimensionValueId property for the Dynamics 365 Business Central defaultDimensions entity
(v1.0) The dimensionValueCode property for the Dynamics 365 Business Central defaultDimensions entity
(v1.0) The postingValidation property for the Dynamics 365 Business Central defaultDimensions entity
{ "parentId": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "dimensionId": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "dimensionCode": null, "dimensionValueId": null, "dimensionValueCode": null, "postingValidation": null, "account": { "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "number": null, "displayName": null, "category": null, "subCategory": null, "blocked": null, "lastModifiedDateTime": null }, "dimension": { "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "code": null, "displayName": null, "lastModifiedDateTime": null, "dimensionValues": [ … ] }, "dimensionValue": { "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "code": null, "displayName": null, "lastModifiedDateTime": null } }
https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies({company_id})/vendors({vendor_id})/defaultDimensions({defaultDimensions_parentId},{defaultDimensions_dimensionId})
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/companies({company_id})/vendors({vendor_id})/defaultDimensions({defaultDimensions_parentId},{defaultDimensions_dimensionId})
https://login.microsoftonline.com/companies({company_id})/vendors({vendor_id})/defaultDimensions({defaultDimensions_parentId},{defaultDimensions_dimensionId})
curl -i -X GET \
'https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/vendors(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/defaultDimensions(e942a270-62d2-4aef-aa48-6fe3ef9e53e1,e942a270-62d2-4aef-aa48-6fe3ef9e53e1)?%24expand=account&%24select=parentId' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
(v1.0) Succesfully returned the requested defaultDimensions
(v1.0) The parentId property for the Dynamics 365 Business Central defaultDimensions entity
(v1.0) The dimensionId property for the Dynamics 365 Business Central defaultDimensions entity
(v1.0) The dimensionCode property for the Dynamics 365 Business Central defaultDimensions entity
(v1.0) The dimensionValueId property for the Dynamics 365 Business Central defaultDimensions entity
(v1.0) The dimensionValueCode property for the Dynamics 365 Business Central defaultDimensions entity
(v1.0) The postingValidation property for the Dynamics 365 Business Central defaultDimensions entity
{ "parentId": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "dimensionId": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "dimensionCode": null, "dimensionValueId": null, "dimensionValueCode": null, "postingValidation": null, "account": { "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "number": null, "displayName": null, "category": null, "subCategory": null, "blocked": null, "lastModifiedDateTime": null }, "dimension": { "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "code": null, "displayName": null, "lastModifiedDateTime": null, "dimensionValues": [ … ] }, "dimensionValue": { "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "code": null, "displayName": null, "lastModifiedDateTime": null } }