API Docs
Rest Item Loan
Overview
Data Dictionary
Click here to download rest_item_loan.xsd
item_loan
Description:
Field | Type | Description | ||
---|---|---|---|---|
loan_ | string | Identifier of the loan in Alma. Should be used in subsequent queries regarding the loan. | ||
circ_ | string with attr. | The circulation desk code that is responsible for the loan. Mandatory.
| ||
return_ | string with attr. | The circulation desk code where the item was returned.
| ||
library | string with attr. | The library code that is responsible of the loan. Mandatory.
| ||
user_ | string | The loaning user identifier. Output parameter. | ||
item_ | string | The barcode of the loaned item. Output parameter. | ||
due_ | dateTime | The loan's due date. Can be modified using PUT or the renew API. | ||
loan_ | loan_status | The loan's status. Output parameter. Possible values are: Active, Complete (for loan that has been returned ). | ||
loan_ | dateTime | The date in which the loan took place. Output parameter. In the POST loan action, Alma populate this field with the current date and time. | ||
return_ | dateTime | The date in which the loan was returned. Output parameter. | ||
returned_ | string with attr. | The returning user identifier. Output parameter. | ||
process_ | string | The loan's process status. Output parameter. Possible codes are listed in 'Loan Process Status Search Column' code-table.
| ||
mms_ | string | Bibliographic record identifier. Output parameter. | ||
holding_ | string | Holdings id that the item is associated with. Output parameter. | ||
item_ | string | Physical item pid of the item. Output parameter | ||
title | string | The title of the loaned item. Output parameter. | ||
author | string | The author of the loaned item. Output parameter. | ||
description | string | The description of the loaned item when dealing with multi volume/issue item. Output parameter. | ||
publication_ | numericString | The year of publication of the loaned item. Digits only. Output parameter. | ||
location_ | string with attr. | The current loacation of the item. Output parameter. | ||
item_ | string with attr. | The item's related policy. Output parameter. Possible codes are listed in 'Item Policy' code-table.
| ||
call_ | string | The call number of the loaned item. Output parameter. | ||
loan_ | float | The amount that would be charged if the item would have been returned now (for example, if the loan is overdue). Output parameter. | ||
request_ | string with attr. | Internal identifier of the related request in Alma, generated by Alma. Should be used in subsequent queries regarding the request. See GET user's request API. | ||
renewable | boolean | Flag that indicates if the loan is renewable. | ||
last_ | dateTime | The loan's last renew date. Output parameter. | ||
last_ | string with attr. | The result of the last attempt to renew the loan. Output parameter. Some (but not all) of the possible codes are listed in 'MashUpLabels' code-table. |
numericString
numericString is a xs:string
with xs:restriction - see XSD for details.loan_status
loan_status is a xs:string
with xs:restriction - see XSD for details.Samples
XML
JSON
__