Mutation: setQuoteRealizationTaxPrice
Requires access to resource GRAPHQL_SALES_QUOTE_EDIT. Requires access to given quote realization
sales {
setQuoteRealizationTaxPrice(
quoteRealizationNid: QuoteRealizationNid!
taxPriceList: [QuoteRealizationTaxPriceInput!]!
): Boolean!
}
Arguments
setQuoteRealizationTaxPrice.quoteRealizationNid ● QuoteRealizationNid! non-null scalar
setQuoteRealizationTaxPrice.taxPriceList ● [QuoteRealizationTaxPriceInput!]! non-null input
Type
Boolean scalar
The Boolean scalar type represents true or false.