Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
{div:style=}[
Wiki Markup
Div
stylefont-weight:bold;font-size:1.2em;
Loan In Service Home]{div}

Brief Description

Insert excerpt
collectionspace:Loan In Service Description and Assumptions
collectionspace:Loan In Service Description and Assumptions
namebrief-description
nopaneltrueLoan In Service Description and Assumptions
For a full description, visit the Service Description and Assumptions page.

Assumptions

For a complete list of assumptions, visit the Service Description and Assumptions page.

REST-based API

The Loan In Service offers a REST-based Application Programming Interface (API) to CRUD (create, read, update, and delete) operations on individual Loan In instances, plus list operations on multiple Loan In instances. These follow the Common model for CollectionSpace REST services.

...

Creates a new Loan In record. Assigns a unique, service-specified CollectionSpace ID (CSID) /wiki/spaces/collectionspace/pages/666274321 to that Loan In record. Follows standard Create model. See the documentation of the Loan In schema, below. Example:

...

Reads an existing Loan In record, specified by its CollectionSpace ID (CSID) /wiki/spaces/collectionspace/pages/666274321. Follows standard Read model. See the documentation of the Loan In schema, below. Example:

...

Updates an existing Loan In record, specified by its CollectionSpace ID (CSID) /wiki/spaces/collectionspace/pages/666274321. Follows standard Update model. See the documentation of the Loan In schema, below. Example:

...

Deletes an existing Loan In record, specified by its CollectionSpace ID (CSID) /wiki/spaces/collectionspace/pages/666274321. Follows standard Delete model. Example:

...