21. Create an entity

POST http://services.odata.org/V4/TripPinService/People

To create a resource, send a POST to a collection.

Request Body

{"UserName"=>"miathompson", "FirstName"=>"Mia", "LastName"=>"Thompson", "Gender"=>"Female"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring