Skip to main content

Mutation: setQuoteRealizationOtherPrice

Requires access to resource GRAPHQL_SALES_QUOTE_EDIT. Requires access to given quote realization

sales {
setQuoteRealizationOtherPrice(
quoteRealizationNid: QuoteRealizationNid!
otherPriceList: [QuoteRealizationOtherPriceInput!]!
): Boolean!
}

Arguments

setQuoteRealizationOtherPrice.quoteRealizationNid ● QuoteRealizationNid! non-null scalar

setQuoteRealizationOtherPrice.otherPriceList ● [QuoteRealizationOtherPriceInput!]! non-null input

Type

Boolean scalar

The Boolean scalar type represents true or false.