SendInvoice
Send a default or customized invoice to a customer.
Input
| Name | Type | Description |
| Id | String | The id of the draft order invoice which will be sent. |
| To | String | The email address of whom to send the invoice. |
| From | String | The email address of the person who sent the invoice. |
| BCC | String | A comma separated list of email addresses to whom a blind carbon copy of the email will be sent. |
| Subject | String | The subject of the email. |
| CustomMessage | String | A custom message to be sent. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |