UpdateBulkActionStatus
Update the status of a bulk action.
Input
| Name | Type | Required | Description |
| Id | Int64 | True | The ID of the bulk action job. |
| Status | String | True | The new status. Ex: Paused, Ready, Cancelled. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Shows whether the batch was added successfully. |