© 2025 Clarivate
PATCH /api/.../patrons/{id}/holds/{sysHoldRequestID}
Request content Type:
Patch for hold request : Patches Patron hold update
| 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 |
{
"AllocationExpiryDays": 7
}
| Code | Description |
|---|---|
| 204 | No Content. |
| 404 | Patron not found |