additive_discounts
- additive_discounts/ad_hoc_discounts
- GET additive_discounts/ad_hoc_discounts/show — This method returns information related with an ad hoc discount. A single ad hoc discount is returned by each call
- GET additive_discounts/ad_hoc_discounts/list — This method returns created ad hoc discounts. Multiple ad hoc discounts are returned by each call
- POST additive_discounts/ad_hoc_discounts/approve — This method approves an ad hoc discount, which is in a pending approval life cycle state. A single ad hoc discount can be approved by each call.
- POST additive_discounts/ad_hoc_discounts/create — This method creates an ad hoc discount to be applied on a specific subscription or job. A single ad hoc discount can be created by each call.
- POST additive_discounts/ad_hoc_discounts/update — This method updates an ad-hoc discount, which is in a pending approval life cycle state. A single ad hoc discount can be updated by each call. Fields which are not specified are not updated at all. Fields which are specified as null will be set as null.
- POST additive_discounts/ad_hoc_discounts/cancel — This method cancels an ad hoc discount, which is in a pending approval life cycle state or approved but not applied yet. A single ad hoc discount can be cancelled by each call.
- additive_discounts/applied_additive_discounts
- GET additive_discounts/applied_additive_discounts/list — This method returns information related with applied additive discounts (discounts that have been already taken into consideration by billing engine). Multiple applied additive discounts are returned by each call
- GET additive_discounts/applied_additive_discounts/show — This method returns information related with an applied additive discount ( a discount that has been already taken into consideration by billing engine). A single applied additive discount is returned by each call
- additive_discounts/configurations/definitions
- POST additive_discounts/configurations/definitions/list — This method returns a list of discount definitions that are available to be applied on subscriptions or jobs having either specific characteristics (i.e. subscription type) or discounts for specific subscriptions or jobs. It is also possible to select whether the retrieved discounts definitions are ad hoc or autoapply. Multiple discount definitions are returned by each call
- POST additive_discounts/ad_hoc_discounts/get_available_discounts — This method returns a list of ad hoc discounts that are available to be applied on subscriptions or jobs having the specified characteristics. Ad hoc discounts are applied manually. Multiple ad hoc discounts are returned by each call
- POST additive_discounts/auto_apply_discounts/get_applicable_discounts — This method returns a list of auto-apply discounts that could be applied to a subscription or job having the specified characteristics. Multiple auto apply discounts are returned by each call