Patron Permission API
patronId required | string <uuid> (uuid) |
servicePointId | string <uuid> (uuid) |
[- {
- "id": "string",
- "userId": "string",
- "readingRoomId": "string",
- "readingRoomName": "string",
- "access": "ALLOWED",
- "notes": "string",
- "metadata": {
- "createdDate": "string",
- "createdByUserId": "4d2aef9a-17b0-44e6-902e-616812033620",
- "updatedDate": "string",
- "updatedByUserId": "b38eaad7-8efa-49e7-b0aa-619916a3821e"
}
}
]
patronId required | string <uuid> (uuid) |
Collection of patron permissions
id | string <UUID> A unique patron permission record identifier |
userId | string <UUID> A unique identifier of user |
readingRoomId | string <UUID> A unique identifier of reading room |
readingRoomName | string Name of the reading room |
access | string Enum: "ALLOWED" "NOT_ALLOWED" A field to determine the access of a user for a reading room |
notes | string Notes for the user |
object (Metadata) Metadata about creation and changes to records |
[- {
- "id": "string",
- "userId": "string",
- "readingRoomId": "string",
- "readingRoomName": "string",
- "access": "ALLOWED",
- "notes": "string",
- "metadata": {
- "createdDate": "string",
- "createdByUserId": "4d2aef9a-17b0-44e6-902e-616812033620",
- "updatedDate": "string",
- "updatedByUserId": "b38eaad7-8efa-49e7-b0aa-619916a3821e"
}
}
]
[- {
- "id": "string",
- "userId": "string",
- "readingRoomId": "string",
- "readingRoomName": "string",
- "access": "ALLOWED",
- "notes": "string",
- "metadata": {
- "createdDate": "string",
- "createdByUserId": "4d2aef9a-17b0-44e6-902e-616812033620",
- "updatedDate": "string",
- "updatedByUserId": "b38eaad7-8efa-49e7-b0aa-619916a3821e"
}
}
]