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
使用できる値は次のとおりです。open, void |
Result Set Columns
| Name | Type | Description |
| Status | String | Stored procedure execution status. |