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.
