invoiceReceiptSendMail
mutation
mutation {
invoiceReceiptSendMail(companyId: Int!, documents: [Int]!, mailData: MailData): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documents | [Int]! | |
mailData | MailData |
mutation {
invoiceReceiptSendMail(companyId: Int!, documents: [Int]!, mailData: MailData): Boolean!
}Returns: Boolean!
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documents | [Int]! | |
mailData | MailData |