Dynamics 365 Business Central web services

When talking about integrating Dynamics 365 Business Central with external applications in a service-oriented way, we have essentially two main roads: use SOAP and OData web services, or use REST APIs.

To publish a NAV entity as a SOAP web service, you have to go to the web service page in Dynamics 365 Business Central. For this sample, we want to create a web service to access the Item entity, so we create a new record by inserting the following values:

  • OBJECT TYPE: Page
  • OBJECT ID: 30
  • SERVICE NAME: Item
  • PUBLISHED: true

Dynamics 365 Business Central automatically gives you the URLs for the OData and SOAP endpoints:

Now, you can access your published web service from an external application able ...

Get Dynamics 365 Business Central Development Quick Start Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.