EmailRetainerInvoice
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 | Description |
Id | Integer | True | ID of the organization |
SendFromOrgEmailId | Boolean | False | Boolean to trigger the email from the organization's email address |
ToMailIds | Array | True | Array of email address of the recipients |
CcMailIds | Array | False | Array of email address of the recipients to be cced. |
Subject | String | False | The subject of the mail |
Body | String | False | The body of the mail |
Result Set Columns
Name | Type | Description |
Status | String | Execution status of the stored procedure |