API Docs
Change loan due date
Contents
This Web service changes a loan due date.
Resource URL
PUT /almaws/v1/users/{user_id}/loans/{loan_id}
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
user_id | xs:string | A unique identifier for the user |
loan_id | xs:string | A unique identifier for the loan |
Querystring Parameters
None
Body Parameters
This method takes an item loan object See doc
Output
This method returns a User Loan
object. See doc
Possible Error Codes
Code | Message |
---|---|
401823 | Loan ID XXX does not exist. |
401824 | Due date is not in loan object. |
401681 | Due date cannot be in the past. |
60340 | The loan is API Restricted by library. |
60258 | The API Restricted profile is not valid. |