|
addBandwidthInMB |
|
Description
Adds bandwidth, in megabytes, to the specified blog for the current month; all changes are reversed at month end.
Syntax
reseller.addBandwidthInMB(version, username, password, blog_id, quantity)
Request Fields
| • | version - Specifies the version number of the API. Set this to "1.3". This value is currently ignored, but will be useful for API changes in future versions. |
| • | username - Your reseller account username. |
| • | password - Your reseller account password. |
| • | blog_id - The ID of the blog to which you want to add bandwidth. |
| • | quantity - The amount of bandwidth to be added to the blog. Bandwidth must be specified in megabyte increments. Current supported values are 100 through 900 megabytes. |
Response Fields
Returns TRUE on success.