Skip to main content

Mutation: salesItemNoteUpdateForQuoteLeg

Update SALES checklist item note for quote realization leg. Requires access to resource GRAPHQL_CHECKLIST_OPS_EDIT. Requires access to given quote realization leg

checklist {
salesItemNoteUpdateForQuoteLeg(
quoteRealizationLegNid: QuoteRealizationLegNid!
checklistItemNid: ChecklistDefinitionNid!
note: String
): Boolean
}

Arguments

salesItemNoteUpdateForQuoteLeg.quoteRealizationLegNid ● QuoteRealizationLegNid! non-null scalar

salesItemNoteUpdateForQuoteLeg.checklistItemNid ● ChecklistDefinitionNid! non-null scalar

salesItemNoteUpdateForQuoteLeg.note ● String scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.