ModifyInvoiceStatus
Updates the status as sent, void, or draft for an invoice.
Input
| Name | Type | Required | Description |
| Id | String | True | Id of an invoice. |
| EntityStatus | String | True | Status to be marked for an invoice- sent,void or draft
The allowed values are sent, void, draft. |
Result Set Columns
| Name | Type | Description |
| Status | String | Stored procedure execution status. |