SendInvoice
Sends an existing invoice to the customer by email, optionally including linked payment options for quicker settlement.
Input
| Name | Type | Description |
| InvoiceId | String | The unique identifier (Id) of the invoice object that is to be sent by this stored procedure. |
| EmailAddress | String | The delivery email address that is used by this stored procedure to send the invoice to the intended recipient. |
Result Set Columns
| Name | Type | Description |
| Status | String | The execution status that is returned by the stored procedure after attempting to send the invoice. This output indicates whether the operation succeeded or failed. |