Changes

stoney core: Resellers Resource - REST API

72 bytes added, 10:34, 11 December 2013
/* Reseller creation (POST) */
= Reseller resource methods =
== Reseller creation (POST) ==
To create a new reseller the client needs to send a HTTP <code>POST</code> request on the reseller collection resource URI <code>https://api.example.com/v1/resellers</code>(also see [[Application_Programming_Interface_(API)#Base_URI base URI]), including the associated reseller informations.
The service will generate a new reseller and responds with a HTTP status code <code>201</code> (Created) on success. The newly created reseller URI is returned within the HTTP location header, which can be used by the client to gather informations about the new reseller.
SLB
385
edits