This method returns the the expenses that can be added on an existing subscription. Multiple expenses 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 expense services will be added on. The expense subscription services are filtered based on the type of the specified subscription. The allowed subscription identifier fields are the following:
| |||||||||
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