API Docs
Loan by user id and loan id
Contents
This Web service retrieves the user loan for a particular user id and loan id.
Resource URL
GET /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
None
Output
This method returns a User Loan For User ID and Loan ID
object. See doc
Possible Error Codes
Code | Message |
---|---|
401652 | General Error: An error has occurred while processing the request. |
60340 | The loan is API Restricted by library. |
60258 | The API Restricted profile is not valid. |