This method returns the the services that can be used to swap an existing subscription service. Multiple services are returned by each call
Resource URL
Parameters
Name | Type | Description |
token | String | The token retrieved from the login method |
subscription_service_id (mandatory) | String | The id of the subscription service that will be swapped |
business_classification_code (optional) | String | If specified then only services that are under the tier path of the specified business classification code will be retrieved. The supported values are the following: UPGRADE_SERVICE, DOWNGRADE_SERVICE, SWITCH_SERVICE |
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 |
Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved subscription type service |
mandatory | String | Determines if the subscription service is mandatory or not. The supported values is MANDATORY or OPTIONAL |
Product Object | The actual product provided by the subscription type service | |
trial_period | Trial Period Object | Includes the trial period that the service will get on its first activation on the subscription (if any is defined according to the subscription type) Available from CRM.COM R14.17.0 |
Referred Objects Response Data