© 2024 Clarivate
GET /api/.../bulkwaivejobs/{id}
Return properties of a bulk waive job.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The id of the record set. |
{
"BulkWaiveJobID": 47,
"BulkWaiveCriteriaID": 11,
"RunDate": "2021-06-14T06:37:08.077-04:00",
"TotalWaiveAmount": 172.63,
"TransactionsCount": 15,
"PatronsCount": 10,
"ItemsCount": 8,
"ErrorsCount": 0
}
Code | Description |
---|---|
200 | OK. Success |
404 | Not Found |
DELETE /api/.../bulkwaivejobs/{id}
Delete a bulk waive job by ID.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The id of the bulk waive job. |
Code | Description |
---|---|
200 | OK. Success |
404 | Not Found |
DELETE /api/.../bulkwaivejobs
Delete a list of bulk waive jobs by ID.
Name | Type | Required | Description |
---|---|---|---|
id | List of Integers | Yes | The list of identifiers of the bulk waive jobs. Provide this in the request body. |
Code | Description |
---|---|
200 | OK. Success |