Every client that can make HTTP calls can consume RESTful APIs. Using the GET, POST, PATCH, and DELETE verbs of the HTTP protocol, entities can be Created, Read, Updated, and Deleted (CRUD). To make integrations with Dynamics 365 Business Central, OData and RESTful APIs are the recommended tools to work with.
Open Data Protocol (OData) is a web protocol that permits you to perform CRUD operations on tabular data with HTTP calls by using URIs for resource identification. Exposing an object as OData in Dynamics 365 Business Central is quite simple: open the WEB SERVICES page, insert a new record with the Page type, select the page you want to expose, and click on Publish.
Dynamics 365 Business Central automatically assigns to the published entity an OData and OData V4 URL, and then you can use this...