...
parameter name | description | example value |
---|---|---|
reseller | Reseller's username | reseller |
password | Reseller's password | password |
customerNamecustomer | Name of customer to add credits to. Customer must belong to the reseller. | cheescakeshop |
Example:
http://intellisms/services/rest/admin/balance?reseller=reseller&password=password&customerIdcustomer=1234cheescakeshop
Return values:
return value name | description | example |
---|---|---|
credits | Number of credits on account | 1500 |
status | Error code, 0 for no error | 1 |
...