Wiki Markup | ||||
---|---|---|---|---|
Div | ||||
| }[||||
Loan Out Service Home]{div} |
Brief Description
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Assumptions
For a complete list of assumptions, visit the Service Description and Assumptions page.
REST-based API
The Loan Out Service offers a REST-based Application Programming Interface (API) to CRUD (create, read, update, and delete) operations on individual Loan Out instances, plus list operations on multiple Loan Out instances. These follow the Common model for CollectionSpace REST services.
...
Creates a new Loan Out record. Assigns a unique, service-specified CollectionSpace ID (CSID) /wiki/spaces/collectionspace/pages/666274321 to that Loan Out record. Follows standard Create model. See the documentation of the Loan Out schema, below. Example:
...
Reads an existing Loan Out record, specified by its CollectionSpace ID (CSID) /wiki/spaces/collectionspace/pages/666274321. Follows standard Read model. See the documentation of the Loan Out schema, below. Example:
...
Updates an existing Loan Out record, specified by its CollectionSpace ID (CSID) /wiki/spaces/collectionspace/pages/666274321. Follows standard Update model. See the documentation of the Loan Out schema, below. Example:
...
Deletes an existing Loan Out record, specified by its CollectionSpace ID (CSID) /wiki/spaces/collectionspace/pages/666274321. Follows standard Delete model. Example:
...