Skip to main content

Mutation: replyToRequesterWithAttachments

Reply to requester with attachments. Requires access to resource GRAPHQL_SALES_QUOTE_EDIT. Requires access to given quote request. Requires access to given quote realization leg

sales {
messages {
replyToRequesterWithAttachments(
quoteRequestNid: QuoteRequestNid!
messageData: MarketplaceMessageInput!
quoteLegNids: [QuoteRealizationLegNid!]!
trNids: [TrNid!]!
): NonNullBooleanValueOrErrorList!
}
}

Arguments

replyToRequesterWithAttachments.quoteRequestNid ● QuoteRequestNid! non-null scalar

replyToRequesterWithAttachments.messageData ● MarketplaceMessageInput! non-null input

replyToRequesterWithAttachments.quoteLegNids ● [QuoteRealizationLegNid!]! non-null scalar

replyToRequesterWithAttachments.trNids ● [TrNid!]! non-null scalar

Type

NonNullBooleanValueOrErrorList union