Skip to main content

Attach a proration policy to an offering

PUT 

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

Attach a proration policy to an offering

Request

Path Parameters

    offering_uuid UUIDrequired

    The unique identifier of the offering.

Body

    data ProrationPolicyRelationshipAttributesrequired
    type ProrationPolicyType (string)required

    Possible values: [proration_policy]

    id UUID (string)required

    The unique identifier.

Responses

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

Schema
    data ProrationPolicyRelationshipAttributes
    type ProrationPolicyType (string)required

    Possible values: [proration_policy]

    id UUID (string)required

    The unique identifier.

Loading...