EmailAnInvoices
Email an invoice to the customer.
Input
| Name | Type | Required | Description |
| Id | Integer | True | Id of Sequence State |
| SendFromOrgEmailId | Integer | False | Boolean to trigger the email from the organization's email address |
| ToMailIds | Integer | True | Array of email addresses of the recipients. |
| CcMailIds | Integer | False | Array of email addresses of the recipients to be CC'd. |
| Subject | Integer | False | Subject of an email that has to be sent. |
| Body | Integer | False | Body/content of the email to be sent |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure |