CancelInvoice
Cancels an invoice.
Stored Procedure Specific Information
Execute
To execute this stored procedure, you need to provide the Id of the invoice and its current version number to cancel.
EXECUTE CancelInvoice InvoiceId = 'inv:0-ChAALv-Dv-66y_I0TT0hCN2UEL0M', InvoiceVersion = 8
Input
| Name | Type | Required | Description |
| InvoiceId | String | True | The ID of the invoice to cancel. |
| InvoiceVersion | String | True | The version of the invoice to cancel. |
Result Set Columns
| Name | Type | Description |
| * | String | All the output mentioned in the response. |
| Success | String | Whether the operation was successful. |