Skip to main content

Mutation: setExcludedSalesChecklistItemsForQuote

Set which SALES checklist items are excluded from generated Sales documents for a quote. Requires access to resource GRAPHQL_CHECKLIST_SALES_EDIT. Requires access to given quote realization

checklist {
setExcludedSalesChecklistItemsForQuote(
quoteRealizationNid: QuoteRealizationNid!
checklistDefinitionNids: [ChecklistDefinitionNidScalar!]!
): Boolean!
}

Arguments

setExcludedSalesChecklistItemsForQuote.quoteRealizationNid ● QuoteRealizationNid! non-null scalar

setExcludedSalesChecklistItemsForQuote.checklistDefinitionNids ● [ChecklistDefinitionNidScalar!]! non-null scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.