Preview

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

updateUsageReaderRatingConfiguration

Update usage reader rating configuration

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 UpdateUsageReaderRatingConfigurationInput! PREVIEW

    Input to update usage reader rating configuration

    UpdateUsageReaderRatingConfigurationInput fields

    readerId String!

    Unique id of usage reader whose rating configuration need to update

    exchangeRateSource UsageReaderExchangeRateSource! PREVIEW

    Source to fetch exchange rate of this reader

    pricingProperties [String]

    List of properties to be sent to pricing for rate card calculations

    updatedBy String!

    User email who is updating usage reader rating configuration

    Return Fields

    id String!

    Unique identifier for usage reader

    rating UsageRatingConfiguration! PREVIEW

    Represents usage reader rating configuration

    userErrors [UpdateUsageReaderRatingConfigurationErrors!] PREVIEW

    Error details while updating usage reader rating configuration

    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.