Changes

stoney core: Resellers Resource - REST API

316 bytes added, 13:09, 29 December 2013
/* Overview */
= Overview =
The REST API describes the ('''Re'''presentational '''S'''tate '''T'''ransfer '''A'''pplication '''P'''rogramming '''I'''nterface) of the resellers resource to be used by [[:Category:stoney core|stoney core]], [[:Category:stoney conductor|stoney conductor]] and other [[:Category:Self-Service Modules|Self-Service Modules]] or third party applications.
 
Basically, we want to be able to do the following things:
* Create a new reseller (POST).
* Retrieve multiple resellers in the form of a list (GET)
* Retrieve a single reseller (GET)
* Update an existing reseller (PUT).
* Update a single value for an existing reseller (PATCH).
* Delete a single reseller (DELETE).
To get an idea what happens behind the screens, have a look at the [[stoney core: Resellers Resource Mapping (LDAP - JSON)]] documentation located in the [[:Category:Mapping (LDAP - JSON)|Mapping (LDAP - JSON)]] category.
SLB, editor, reviewer
3,376
edits