DELETE v1/UpdateBatches?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
UpdateBatchName | Description | Type | Additional information |
---|---|---|---|
id_version_update_batch | integer |
None. |
|
BatchCreatedOn | date |
None. |
|
BatchCreatedBy | string |
None. |
|
BatchActive | boolean |
None. |
|
BatchDisplayName | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "id_version_update_batch": 1, "BatchCreatedOn": "2024-11-20T22:23:38.9931715-08:00", "BatchCreatedBy": "sample string 2", "BatchActive": true, "BatchDisplayName": "sample string 3" }