Preview

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

associateUsageReader

Associate existing reader to new product and vendor

This page contains

    Authorization Rules

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

    Scopes

    ROLE_PARTNER

    ROLE_DEVELOPER

    ROLE_CHANNEL_ADMIN

    Arguments

    input AssociateUsageReaderInput! PREVIEW

    Input to associate existing reader to new product and vendor

    AssociateUsageReaderInput fields

    existingReaderId ID!

    Unique identifier of existing usage reader

    vendorId ID!

    Unique identifier for vendor of the product

    productId ID!

    Unique identifier of the product

    name String!

    Name for new usage reader

    Return Fields

    readerId ID

    Unique identifier for new reader entry

    vendorId ID

    Unique identifier for vendor of the product

    productId ID

    Unique identifier of the product

    userErrors [AssociateUsageReaderErrors!] PREVIEW

    Represent errors while associating existing reader to vendorId

    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.