Skip to main content

Manage prorations on an offering

PUT 

/subscriptions/offerings/:offering_uuid/relationships/proration-policies

Proration ensures that subscribers are only charged for the actual time they use a service, whether they upgrade, downgrade, start, or cancel their subscription partway through a billing cycle. By default, proration is not enabled for Subscriptions. Once you have attached a proration policy to an offering, proration is enabled automatically.

You must create a proration policy before you can attach the policy to an offering. See Create a Proration Policy.

Request

Path Parameters

    offering_uuid UUIDrequired

    The unique identifier of the offering.

Body

    data objectnullablerequired
    type ProrationPolicyType (string)required

    Possible values: [subscription_proration_policy]

    id UUID (string)required

    The unique identifier.

Responses

Success. A proration policy relationship is added to the offering.

Schema
    data objectnullable
    type ProrationPolicyType (string)required

    Possible values: [subscription_proration_policy]

    id UUID (string)required

    The unique identifier.

Loading...