Get Picklist hold counts for header

GET /api/.../holdssummary/{branchid}

Get the number of unclaimed holds, pending holds, holds to be transfered and located holds for a branch

Request Information

Name Type Required Description
branchid Integer Yes Requested branch ID

Response Information

An HTTP return status code of 200 indicates success.

Example
application/json, text/json
    {
        "HoldsPendingCount":2,
        "HoldsToTransferCount":0,
        "HoldsUnclaimedCount":30,
        "HoldsLocatedCount":1,
        "ILLUnclaimedCount":10,
        "HoldsCancelledCount":1,
        "HoldsToActionCount": 31
    }

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE.