Changes

stoney core: Resellers Resource - REST API

632 bytes added, 13:54, 11 December 2013
/* Reseller creation response message body */
==== Reseller creation response message body ====
{| class="wikitable sortable" id="reseller_creation_response_object"
|-
|+ align="top" style="text-align:left;"|Reseller Creation Response Object
! Parameter name
! Data type
! Mandatory
! Description
! Allowed content
! Default value
! Example
 
|-
|<code>id</code>
|integer
|yes
|The identification number of the newly created reseller resource.
|@TODO add regex
|
|<pre>id: 4000001</pre>
 
|-
|<code>location</code>
|string
|yes
|The location URI of the newly created reseller resource, corresponds with the HTTP location header.
|@TODO add link to URI RFC
|
|<pre>location: https://api.example.com/v1/resellers/4000001</pre>
 
|}
== Reseller retrieval (GET) ==
SLB
385
edits