Skip to content

Commit

Permalink
UXPROD-5001 create new api to update borrower hold details[re-request]
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh-kalyanasundaram committed Dec 3, 2024
1 parent a06f071 commit ca6d1c7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/main/resources/swagger.api/schemas/DcbTransactionUpdate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
DcbTransactionUpdate:
type: object
properties:
item:
properties:
barcode:
description: The barcode of the item as specified in the lending library
type: string
required: true
materialType:
description: The “hub-normalized” form of the item item type, used in the circulation rules for determining the correct loan policy.
type: string
required: true
lendingLibraryCode:
description: The code which identifies the lending library
type: string
additionalProperties: false
required:
- barcode
- materialType
- lendingLibraryCode

0 comments on commit ca6d1c7

Please sign in to comment.