/
SCSB Cancel Request
SCSB Cancel Request
The Cancel Request is the API that will be used by both partners and storage location users to cancel a request placed through SCSB. Partners will incorporate the API into their discovery systems to provide the patrons a way to cancel requests that have been raised by them. Storage Location users would use it through the SCSB UI to cancel requests that are difficult to process (an EDD request for a 1000 pages) and replace it with a physical delivery.
Request - Cancel Request | ||
---|---|---|
|
Parameters
Parameter | Data Type | Description |
---|---|---|
requestId | Integer | The request id is an unique id to identify the request data inside SCSB. This request id is returned after every successfully placed request through the SCSB request API. The end users (Partners/Storage Location) would persist this data at their end and use it to call this API if the need to cancel arises. |
Response - Cancel Request
{ "screenMessage": "Request cancellation succcessfully processed", "success": true }
Alternate Response - Cancel Request
{ "screenMessage": "RequestId is not active status to be canceled", // When Request Id is not active and has already been cancelled. "success": false }
Alternate Response - Cancel Request
{ "screenMessage": "RequestId does not exist", // When the Request Id does not exist. "success": false }
, multiple selections available,
Related content
SCSB Request Item
SCSB Request Item
More like this
IMS - Request API
IMS - Request API
Read with this
Cancel Request
Cancel Request
More like this
SCSB APIs between SCSB and IMS
SCSB APIs between SCSB and IMS
Read with this
SCSB Cancel Hold of an Item
SCSB Cancel Hold of an Item
More like this
SCSB Check-out Item
SCSB Check-out Item
Read with this