ModifyItemStatus
Updates the status as active or inactive for an item.
Input
| Name | Type | Required | Description |
| Id | String | True | Id of an item. |
| EntityStatus | String | True | Status to be marked for an item- active or inactive.
使用できる値は次のとおりです。active, inactive |
Result Set Columns
| Name | Type | Description |
| Status | String | Stored procedure execution status. |