Table of Contents

Services management

To manage services (available features and their cost), use the command core/update_billing_service:

svc=account/update_billing_service&params={"itemId":<long>,
					   "name":<text>,
					   "type":<ubyte>,	
					   "intervalType":<ubyte>,
					   "costTable":<text>
}

Parameters

Name Description
itemId resource (account) ID
name service name (complete list of services is given in the chapter Detailed information about account)
type service type (see below)
intervalType interval type (see below)
costTable cost table

Service types:

Interval types:

Response

{}	/* empty object if execution successful, if not - error code */