Mutation: salesItemCreateForQuoteLeg
Create SALES checklist item for quote realization leg. Requires access to resource GRAPHQL_CHECKLIST_SALES_EDIT. Requires access to given quote realization leg
checklist {
salesItemCreateForQuoteLeg(
quoteRealizationLegNid: QuoteRealizationLegNid!
checklistItemNid: ChecklistDefinitionNid!
): Boolean!
}
Arguments
salesItemCreateForQuoteLeg.quoteRealizationLegNid ● QuoteRealizationLegNid! non-null scalar
salesItemCreateForQuoteLeg.checklistItemNid ● ChecklistDefinitionNid! non-null scalar
Type
Boolean scalar
The Boolean scalar type represents true or false.