Difference between revisions of "stoney core: Resellers Resource Mapping (REST - LDAP)"

From stoney cloud
Jump to: navigation, search
[unchecked revision][unchecked revision]
(Overview)
(the mapping is not per-se tied to a method)
Line 7: Line 7:
  
 
= Resellers Resource Mapping =
 
= Resellers Resource Mapping =
== Reseller creation (POST) ==
 
== Reseller retrieval (GET) ==
 
 
== Reseller update (PUT) ==
 
 
 
== Reseller partly update (PATCH) ==
 
 
 
== Reseller deletion (DELETE) ==
 
 
  
 
= Links =
 
= Links =

Revision as of 17:56, 3 January 2014

Overview

The resellers resource mapping describes the business logic behind the LDAP to JSON transformation and visa versa for the request and response objects. The actual resellers resource REST API is located in the REST API category and is named stoney core: Resellers Resource - REST API.

Principles:

  • for the ressource objects there is most of the time a one-to-one mapping between LDAP attributes and JSON object
  • for collections only a subset of the ressource object attributes will be returned which may be also be merged or otherwise mangled

Resellers Resource Mapping

Links