Changes

stoney core: Resellers Resource - REST API

738 bytes removed, 08:31, 30 December 2013
/* Reseller creation request message body */
|object
|no
|An object holding the shipping address informations for the given reseller. Refer to the [[#shippingAddress_object|shippingAddress object table]] for more informations.
|
|
|
|<source lang="javascript">
"shippingAddress":
{
"organizationName": "Reseller Ltd.",
"gender": 'm',
"givenName": "Name",
"surname": "Surname",
"postalAddress": "Street Number",
"countryCode": "CH",
"postalCode": "Postal Code",
"localityName": "Locality",
"preferredLanguage": "en-GB",
"mail": "name.surname@example.com",
"telephoneNumber": "+41 00 000 00 00",
"mobileTelephoneNumber": "+41 00 000 00 00",
"websiteURL": "https://www.example.com/"
}
</source>
 
|}
 
|-
|[[#billingAddress_object|<code>billingAddress</code>]]
|object
|yes
|An object holding the shipping address informations for the given reseller. Refer to the [[#shippingAddress_object|shippingAddress object table]] for more informations.
|
SLB, editor, reviewer
3,368
edits