removeConditionProperties
Delete company or segment association completely from a price book
This page contains
Arguments
input RemoveConditionPropertiesInput! | Specify condition properties that need to be removed completely |
RemoveConditionPropertiesInput fields
id ID! | Unique identifier of price book condition |
removedBy String | Email id of user removing price book condition properties |
propertiesToRemove [PriceBookConditionProperty!] | Defines properties to be removed from a price book |
Return Fields
priceBookCondition PriceBookCondition | Updated price book condition details |
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.