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})/customers({customer_id})/picture
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/companies({company_id})/customers({customer_id})/picture
https://login.microsoftonline.com/companies({company_id})/customers({customer_id})/picture
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)/customers(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/picture?%24filter=string&%24limit=100&%24select=id&%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})/customers({customer_id})/picture({picture_id})
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/companies({company_id})/customers({customer_id})/picture({picture_id})
https://login.microsoftonline.com/companies({company_id})/customers({customer_id})/picture({picture_id})
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)/customers(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/picture(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)?%24select=id' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
(v1.0) Succesfully returned the requested picture
(v1.0) The id property for the Dynamics 365 Business Central picture entity
(v1.0) The width property for the Dynamics 365 Business Central picture entity
(v1.0) The height property for the Dynamics 365 Business Central picture entity
(v1.0) The contentType property for the Dynamics 365 Business Central picture entity
(v1.0) The [email protected] property for the Dynamics 365 Business Central picture entity
(v1.0) The [email protected] property for the Dynamics 365 Business Central picture entity
{ "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "width": null, "height": null, "contentType": null, "[email protected]": null, "[email protected]": null }
https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies({company_id})/customers({customer_id})/picture({picture_id})
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/companies({company_id})/customers({customer_id})/picture({picture_id})
https://login.microsoftonline.com/companies({company_id})/customers({customer_id})/picture({picture_id})
curl -i -X DELETE \
'https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/customers(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/picture(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
(v1.0) The id property for the Dynamics 365 Business Central picture entity
(v1.0) The width property for the Dynamics 365 Business Central picture entity
(v1.0) The height property for the Dynamics 365 Business Central picture entity
(v1.0) The contentType property for the Dynamics 365 Business Central picture entity
https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies({company_id})/customers({customer_id})/picture({picture_id})
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/companies({company_id})/customers({customer_id})/picture({picture_id})
https://login.microsoftonline.com/companies({company_id})/customers({customer_id})/picture({picture_id})
curl -i -X PATCH \
'https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/customers(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/picture(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'If-Match: true' \
-d '{
"id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4",
"width": null,
"height": null,
"contentType": null,
"content": "string"
}'
(v1.0) Succesfully updated the specifiedpicture
(v1.0) The id property for the Dynamics 365 Business Central picture entity
(v1.0) The width property for the Dynamics 365 Business Central picture entity
(v1.0) The height property for the Dynamics 365 Business Central picture entity
(v1.0) The contentType property for the Dynamics 365 Business Central picture entity
(v1.0) The [email protected] property for the Dynamics 365 Business Central picture entity
(v1.0) The [email protected] property for the Dynamics 365 Business Central picture entity
{ "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "width": null, "height": null, "contentType": null, "[email protected]": null, "[email protected]": null }
https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies({company_id})/vendors({vendor_id})/picture
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/companies({company_id})/vendors({vendor_id})/picture
https://login.microsoftonline.com/companies({company_id})/vendors({vendor_id})/picture
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)/picture?%24filter=string&%24limit=100&%24select=id&%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})/vendors({vendor_id})/picture({picture_id})
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/companies({company_id})/vendors({vendor_id})/picture({picture_id})
https://login.microsoftonline.com/companies({company_id})/vendors({vendor_id})/picture({picture_id})
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)/picture(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)?%24select=id' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
(v1.0) Succesfully returned the requested picture
(v1.0) The id property for the Dynamics 365 Business Central picture entity
(v1.0) The width property for the Dynamics 365 Business Central picture entity
(v1.0) The height property for the Dynamics 365 Business Central picture entity
(v1.0) The contentType property for the Dynamics 365 Business Central picture entity
(v1.0) The [email protected] property for the Dynamics 365 Business Central picture entity
(v1.0) The [email protected] property for the Dynamics 365 Business Central picture entity
{ "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "width": null, "height": null, "contentType": null, "[email protected]": null, "[email protected]": null }
https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies({company_id})/vendors({vendor_id})/picture({picture_id})
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/companies({company_id})/vendors({vendor_id})/picture({picture_id})
https://login.microsoftonline.com/companies({company_id})/vendors({vendor_id})/picture({picture_id})
curl -i -X DELETE \
'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)/picture(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
(v1.0) The id property for the Dynamics 365 Business Central picture entity
(v1.0) The width property for the Dynamics 365 Business Central picture entity
(v1.0) The height property for the Dynamics 365 Business Central picture entity
(v1.0) The contentType property for the Dynamics 365 Business Central picture entity
https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies({company_id})/vendors({vendor_id})/picture({picture_id})
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/companies({company_id})/vendors({vendor_id})/picture({picture_id})
https://login.microsoftonline.com/companies({company_id})/vendors({vendor_id})/picture({picture_id})
curl -i -X PATCH \
'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)/picture(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'If-Match: true' \
-d '{
"id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4",
"width": null,
"height": null,
"contentType": null,
"content": "string"
}'
(v1.0) Succesfully updated the specifiedpicture
(v1.0) The id property for the Dynamics 365 Business Central picture entity
(v1.0) The width property for the Dynamics 365 Business Central picture entity
(v1.0) The height property for the Dynamics 365 Business Central picture entity
(v1.0) The contentType property for the Dynamics 365 Business Central picture entity
(v1.0) The [email protected] property for the Dynamics 365 Business Central picture entity
(v1.0) The [email protected] property for the Dynamics 365 Business Central picture entity
{ "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "width": null, "height": null, "contentType": null, "[email protected]": null, "[email protected]": null }
https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies({company_id})/employees({employee_id})/picture
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/companies({company_id})/employees({employee_id})/picture
https://login.microsoftonline.com/companies({company_id})/employees({employee_id})/picture
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)/employees(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/picture?%24filter=string&%24limit=100&%24select=id&%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})/employees({employee_id})/picture({picture_id})
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/companies({company_id})/employees({employee_id})/picture({picture_id})
https://login.microsoftonline.com/companies({company_id})/employees({employee_id})/picture({picture_id})
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)/employees(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/picture(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)?%24select=id' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
(v1.0) Succesfully returned the requested picture
(v1.0) The id property for the Dynamics 365 Business Central picture entity
(v1.0) The width property for the Dynamics 365 Business Central picture entity
(v1.0) The height property for the Dynamics 365 Business Central picture entity
(v1.0) The contentType property for the Dynamics 365 Business Central picture entity
(v1.0) The [email protected] property for the Dynamics 365 Business Central picture entity
(v1.0) The [email protected] property for the Dynamics 365 Business Central picture entity
{ "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "width": null, "height": null, "contentType": null, "[email protected]": null, "[email protected]": null }
https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies({company_id})/employees({employee_id})/picture({picture_id})
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/companies({company_id})/employees({employee_id})/picture({picture_id})
https://login.microsoftonline.com/companies({company_id})/employees({employee_id})/picture({picture_id})
curl -i -X DELETE \
'https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/employees(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/picture(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
(v1.0) The id property for the Dynamics 365 Business Central picture entity
(v1.0) The width property for the Dynamics 365 Business Central picture entity
(v1.0) The height property for the Dynamics 365 Business Central picture entity
(v1.0) The contentType property for the Dynamics 365 Business Central picture entity
https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies({company_id})/employees({employee_id})/picture({picture_id})
https://api.businesscentral.dynamics.com/v2.0/Production/api/v2.0/companies({company_id})/employees({employee_id})/picture({picture_id})
https://login.microsoftonline.com/companies({company_id})/employees({employee_id})/picture({picture_id})
curl -i -X PATCH \
'https://docs.beehexa.com/_mock/api/microsoft-dynamics-365-business-central-api/default-built-by-microsoft/companies(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/employees(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)/picture(e942a270-62d2-4aef-aa48-6fe3ef9e53e1)' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'If-Match: true' \
-d '{
"id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4",
"width": null,
"height": null,
"contentType": null,
"content": "string"
}'
(v1.0) Succesfully updated the specifiedpicture
(v1.0) The id property for the Dynamics 365 Business Central picture entity
(v1.0) The width property for the Dynamics 365 Business Central picture entity
(v1.0) The height property for the Dynamics 365 Business Central picture entity
(v1.0) The contentType property for the Dynamics 365 Business Central picture entity
(v1.0) The [email protected] property for the Dynamics 365 Business Central picture entity
(v1.0) The [email protected] property for the Dynamics 365 Business Central picture entity
{ "id": "2a2dfc50-f21b-4ab0-8f89-463efd0dfce4", "width": null, "height": null, "contentType": null, "[email protected]": null, "[email protected]": null }