Preview

createSubscriptionAssociations is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

createSubscriptionAssociations

Create the Subscription Associations for a given subscription.

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    billing.subscription.write.instance

    billing.subscription.write.tenant

    Arguments

    subscriptionAssociationsInput [SubscriptionAssociationInput] PREVIEW

    SubscriptionAssociationInput fields

    sourceId ID!

    Source(owner) of the association

    associations [TargetAssociationInput!] PREVIEW

    List of associations belonging to the source(owner)

    Return Fields

    success Boolean!

    Was the update successfull

    userErrors [SubscriptionAssociationsUpdateError!] PREVIEW

    User errors

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.