Patch Patron

Patch Patron Hold Update

PATCH /api/.../patrons/{id}/holds/{sysHoldRequestID}

Request content Type:

Patch for hold request : Patches Patron hold update

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the patron.
sysHoldRequestID Integer Yes Hold request identifier.
DtoPatronHoldUpdate Patron Hold Update Yes Define in the request body
Request body
Example
application/json, text/json
{
  "AllocationExpiryDays": 7
}

HTTP Response Codes

Code Description
204 No Content.
404 Patron not found