© 2024 Clarivate
PATCH /api/.../patrons/{id}/readerservices
Update out reach patron last service date.
Permission IDs found here.
Name |
---|
AccessPatronServices_Allow |
PatronStatus_Access |
PatronStatus_DisplayReaderServices |
PatronStatus_ModifyReaderServices |
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the patron. |
The PATCH data object contains the name/value pairs of the properties to update. To update last service date, the LastServiceDate must be set to Date.
{
"LastServiceDate":"2/20/2019"
}
On success, returns calculated next service date.
"2019-03-20T23:59:59-04:00"
{
"ErrorCode":10000,
"Message":""Patron record is secured",",
"MessageDetail"::null,
"StackTrace":null,
"InnerException":null,
"Data":null
}
Code | Description |
---|---|
200 | OK. Success |
400 | Null object. Bad request |
409 | CONFLICT. Patron record is secured. |