Tip |
---|
Excerpt |
---|
This method returns the the services that can be added on an existing subscription. Multiple services are returned by each call |
Resource URL
Parameters
...
Name
...
Type
...
Description
...
token
...
String
...
The token retrieved from the login method
...
subscription_identifier
(mandatory)
...
Excerpt |
---|
This method returns the termed services that can be added on an existing subscription. Multiple termed services are returned by each call |
Resource URL
Parameters
Name | Type | Description | ||||||||
token | String | The token retrieved from the login method | ||||||||
subscription_identifier (mandatory) | Subscription Identifier | The identifier of the the subscription on which the services will be added on. The subscription services are filtered against the subscription services restrictions specified in the billing definition, considering the subscriptions that are already owned by the accounts receivable related with the specified subscription. The allowed subscription identifier fields are the following:
| ||||||||
provisioning_distributor_identifier (optional) | Provisioning Distributor Identifier | The identifier of the the subscription on which the services will be added on. The subscription services are filtered against the subscription services restrictions specified in the active subscription definition, considering the subscriptions that are already owned by the accounts receivable related with the specified subscription. The allowed subscription provisioning distributor that will be used to distribute the services. If specified then the services will be filtered based on the specified provisioning distributor. The allowed provisioning distributor identifier fields are the following:
| ||||||||
provisioning_distributorprovider_identifier (optional) | Provisioning Distributor Provider Identifier | The The identifier of the the provisioning distributor provider that will be used to distribute provision the services. If specified then the services will be filtered based on the specified provisioning distributorprovider. The allowed provisioning distributor provider identifier fields are the following:
| ||||||||
mandatory (optional) | Boolean | If set to true then only mandatory services will be retrieved. If set to false then only optional services will be retrieved. If not specified at all then all services will be retrieved | ||||||||
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
...