HTTP Class and Functions - Business Central

 You can access REST services through HTTP requests. To implement an HTTP request, you need to use an HTTP verb.The following verbs are the most-used verbs in REST services:GET (to read data)POST (to create data)PUT (to update/replace data)PATCH (to update/modify data)DELETE (to delete data)HttpClient classThe HttpClient class...
Continue Reading...

REST API Services - Business Central

 You can use the built-in HTTP data types to get data from external REST services from within Dynamics 365 Business Central. In this module, you'll learn about these data types and how to work with JSON data in AL.Learning objectivesIn this module, you will:Use HTTP data types.Connect to external REST services and read data.Connect...
Continue Reading...