JDBC Driver for Zoho Books

Build 23.0.8839

EmailARetainerInvoice

Email a retainer invoice to the customer. Input json string is not mandatory. If input json string is empty, mail will be send with default mail content.

Input

Name Type Required Accepts Input Streams Description
Id String True False Id of Invoice
SendFromOrgEmailId Boolean False False Boolean to trigger the email from the organization's email address
FromAddressId Long False False Id of From Address of the Email Address
ToMailIds String True False Array of email addresses of the recipients.
CcMailIds String False False Array of email addresses of the recipients to be CC'd.
Subject String True False Subject of an email that has to be sent.
Body String True False Body/content of the email to be sent
MailDocumentsDocumentId String False False Id of the Documents attached with the contact
RetainerInvoiceNumber String False False The RetainerInvoice Number associated with the Id. This value is required if AttachRetainerInvoiceAsPdf is true
AttachRetainerInvoiceAsPdf Boolean False False Boolean value denoting if retainer invoice pdf should be attached or not in the mail.
Attachments String False False Files to be attached to the email
Content String False True The content as InputStream to be uploaded when LocalFilePath or FolderPath is not specified.
FileName String False False Attachment name. This is required when content is not null.

Result Set Columns

Name Type Description
Status String Execution status of the stored procedure

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839