Execute a PATCH call from an Extension by using AL and HttpClient | Mark Brummel Blog

If you work with REST APIs, you already know that you’ve two HTTP methods for updating resources:

  • PUT: updates an entire resource
  • PATCH: the update request only needs to contain the changes to the resource, not the complete resource.

The AL language permits you to work with REST services by using the HttpClientclass. If you declare an HttpClient object in AL, from Intellisense in Visual…

Continue Reading Mark Brummel’s Article on their blog

Execute a PATCH call from an Extension by using AL and HttpClient | Mark Brummel Blog

Blog Syndicated with Mark Brummel’s Permission

Author: Marije Brummel

Share This Post On
Share via
Copy link
Powered by Social Snap