Changes

Jump to: navigation, search

stoney core: People Resource - REST API

7 bytes added, 14:14, 4 June 2014
/* Person creation (POST) */
= People resource methods =
== Person creation (POST) ==
To create a new person the client needs to send a HTTP <code>POST</code> request on the person people collection resource URI <code>https://api.example.com/v1/people</code> (also see [[Application_Programming_Interface_(API)#Base_URI|Base URI]]), including the associated person informations.The service will generate a new person and responds with a HTTP status code <code>201</code> (Created) on success. The newly created person URI is returned within the HTTP location header, which can be used by the client to gather informations further information about the new person.
=== Person creation request message ===
SLB
385
edits