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.
22 lines
484 B
22 lines
484 B
---
|
|
type: object
|
|
properties:
|
|
club_hold_id:
|
|
type: integer
|
|
description: Internal club hold identifier
|
|
club_id:
|
|
type: integer
|
|
description: Internal club identifier
|
|
biblio_id:
|
|
type: integer
|
|
description: Internal biblio identifier
|
|
item_id:
|
|
type:
|
|
- string
|
|
- "null"
|
|
description: Internal item identifier
|
|
date_created:
|
|
type: string
|
|
format: date-time
|
|
description: Date and time the hold was created
|
|
additionalProperties: false
|
|
|