Part 2: Use Data objects in POST and PUT Operations

Part 2 guides you through the steps to create and update data using Data objects and a RESTful service.

You call a web service (a hosted REST API) to create a User object using fictional data held in a Data object and then get and update the data.

Even though your data is fictional, the response from the REST-API is authentic.

Please continue to Prerequisites.