Preview

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

updateDistributorAccountSettings

Update distributor account settings only

This page contains

    Authorization Rules

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

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_PARTNER

    Arguments

    input UpdateDistributorAccountSettingsInput! PREVIEW

    UpdateDistributorAccountSettingsInput fields

    distributorAccountId String!

    Registered Distributor Account Id.

    markupFee MarkupFeeSettingsInput PREVIEW

    Markup Fee settings for the distributor

    vendorResellerIds [DistributorVendorResellerIdInput!] PREVIEW

    Vendor reseller IDs e.g. Microsoft Partner Network ID, Mimecast Account ID etc

    Return Fields

    distributorAccountSettings DistributorAccountSettings PREVIEW

    Settings for the distributor account

    userErrors [UpdateDistributorAccountSettingsError!] PREVIEW

    Errors preventing update of a distributor account settings

    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.