Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
837 B

{
"type": "object",
"properties": {
"club_hold_patron_hold_id": {
"type": "integer",
"description": "Internal club hold to patron hold identifier"
},
"club_hold_id": {
"type": "integer",
"description": "Internal club hold identifier"
},
"hold_id": {
"type": ["integer", "null"],
"description": "Internal hold identifier"
},
"patron_id": {
"type": "integer",
"description": "Internal patron identifier"
},
"error_code": {
"type": ["string", "null"],
"format": "date",
"description": "Code returned by CanItemBeReserved"
},
"error_message": {
"type": ["string", "null"],
"description": "Generic error message"
}
},
"additionalProperties": false
}