© 2024 Clarivate
PUT /api/.../patrons/{id}/readerservices/picklist
Update patron pick list.
Permission IDs found here.
Name |
---|
AccessPatronServices_Allow |
PatronStatus_Access |
PatronStatus_DisplayReaderServices |
PatronStatus_ModifyReaderServices |
Name | Type | Required | Description |
---|---|---|---|
orsData | DtoORSPatronSelectList | Yes | Define this parameter in the request body. |
id | Integer | Yes | The unique id assigned to the patron. |
Property | Type | Nullable | Description |
---|---|---|---|
PatronID | Int | No | The unique id assigned to the patron. |
PickListItems | List of integers | Yes | List of itemrecord ids. |
{
"PatronID": 357374,
"PickListItems": [
257,258,259
]
}
{
true
}
Code | Description |
---|---|
200 | OK. Success |
400 | Null object. Bad request |
409 | CONFLICT. Patron record is secured. |