Service Based Architecture - How to update/insert data using Chrome/Postman

This article discusses how to update/insert data in Service Based Architecture for GP2015 using Chrome and Postman

Related Articles

... and you 'll find more on the Service Based Architecture Menu

 In order to insert data using Chrome and Postman, fill out postman as seen in the screen shot below. To update change the verb from POST to PATCH.

Specifics:

  • Get the URL from the 'help' discovery service. The URL for the UPDATE is slightly different than the INSERT, you have to specify the specific item.
  • The verb should be POST (for inserts) and PATCH (for updates).
  • Depress the Headers button and fill in the Accept and Content-Type headers as shown.
  • Fill in the Body section as shown below. If you're not sure what to put in, pull a GET and copy the JSON from there.

That's all you need to do.

 

 


RealWorldCode gives developers practical, real‑world solutions with clean, working code — no fluff, no theory, just answers.
Links
Home
Knowledge Areas
Sitemap
Contact
Et cetera
Privacy Policy
Terms and Conditions
Cookie Preferences