setResellerCompanyPrice
Set sales agent wholesale price for a pricing plan
This page contains
Arguments
input SetResellerCompanyPriceInput! | Attributes to set sales agent wholesale price for a pricing plan |
SetResellerCompanyPriceInput fields
pricingPlanId ID! | Unique identifier of pricing plan |
resellerCompanyId ID! | Unique identifier of the reseller company |
setupFee MarkupPriceInput | Defines markup/markdown price for setup fee |
flatFee MarkupPriceInput | Defines markup/markdown price for flat fee |
contractFee MarkupPriceInput | Defines markup/markdown price for contract fee |
units [MarkupUnitPriceInput] | Defines markup/markdown price for various units in pricing plan |
Return Fields
markupPrices ResellerCompanyPrice | Updated markup for pricing plan |
userErrors [SetResellerCompanyPriceError!] | Error details while setting markup to pricing plan |
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.