ModifyBillStatus
Updates the status as void or open for a Bill.
Input
| Name | Type | Required | Description |
| Id | String | True | Id of a Bill. |
| EntityStatus | String | True | Status to be marked for a Bill- void or open
The allowed values are open, void. |
Result Set Columns
| Name | Type | Description |
| Status | String | Stored procedure execution status. |