ReverseInvoice
Reverses an existing invoice by its ID and designated reversal date, documenting the transaction in GL.
Input
| Name | Type | Description |
| Key | String | The unique ID of the invoice that is to be reversed. |
| DateReversed | String | The date on which the invoice is being reversed. |
Result Set Columns
| Name | Type | Description |
| Success | String | A boolean indicating whether the invoice reversal operation was successful. |