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})/retainedEarningsStatement
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/companies({company_id})/retainedEarningsStatement
https://login.microsoftonline.com/companies({company_id})/retainedEarningsStatement
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)/retainedEarningsStatement?%24filter=string&%24limit=100&%24select=lineNumber&%24skip=0&%24top=100' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{ "value": [ { … } ] }
https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies({company_id})/retainedEarningsStatement({retainedEarningsStatement_lineNumber})
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/companies({company_id})/retainedEarningsStatement({retainedEarningsStatement_lineNumber})
https://login.microsoftonline.com/companies({company_id})/retainedEarningsStatement({retainedEarningsStatement_lineNumber})
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)/retainedEarningsStatement(9554289)?%24select=lineNumber' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
(v1.0) Succesfully returned the requested retainedEarningsStatement
(v1.0) The lineNumber property for the Dynamics 365 Business Central retainedEarningsStatement entity
(v1.0) The display property for the Dynamics 365 Business Central retainedEarningsStatement entity
(v1.0) The netChange property for the Dynamics 365 Business Central retainedEarningsStatement entity
(v1.0) The lineType property for the Dynamics 365 Business Central retainedEarningsStatement entity
(v1.0) The indentation property for the Dynamics 365 Business Central retainedEarningsStatement entity
{ "lineNumber": 8464345678, "display": null, "netChange": null, "lineType": null, "indentation": null, "dateFilter": null }