removeResellerCompanyPrice
Remove sales agent wholesale price from from pricing plan
This page contains
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 | |
| userErrors [RemoveResellerCompanyPriceError!] | Error details while removing sales agent wholesale markup from the 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.