salesPendingListSendMail
mutation
Send selected pending documents to a customer
Sends one or more outstanding documents (potentially of different types) to the customer via email. For a single document it sends a direct PDF; for multiple it sends a ZIP.
mutation {
salesPendingListSendMail(companyId: Int!, customerId: Int!, documents: [SalesPendingListSendMailDocumentInput!]!, mailData: MailData): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
customerId | Int! | |
documents | [SalesPendingListSendMailDocumentInput!]! | |
mailData | MailData |