removeResellerCompanyPrice

Remove sales agent wholesale price from from pricing plan

This page contains

    Authorization Rules

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

    Scopes

    ROLE_RESELLER_MANAGER

    ROLE_PARTNER

    Arguments

    input RemoveResellerCompanyPriceInput!

    Attributes to remove markup from pricing plan

    RemoveResellerCompanyPriceInput fields

    pricingPlanId ID!

    Pricing plan reference Id

    resellerCompanyId ID!

    Unique identifier of the reseller company

    removeSetupFee Boolean

    If true, markup set for setup fee will be removed

    removeFlatFee Boolean

    If true, markup set for flat fee will be removed

    removeContractFee Boolean

    If true, markup set for contract fee will be removed

    removeUnitPrices [RemoveUnitMarkupPriceInput!]

    List of units for which markup should be removed

    Return Fields

    success Boolean

    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.