Catalogue

InternalServerError

object

Error contents including the specific error

* Additional properties are NOT allowed.
statusCodeinteger(int32)

The status code of the error.

Example:500

errorstringrequired

The type of the error.

>= 1 characters

Example:Internal Server Error

messagestringrequired

The message of the error.

>= 1 characters

Example:Internal server error

Example

Item

object
* Additional properties are NOT allowed.
irninteger(int32)

Item Internal Identifier.

Example:99999999

itemIdstring

Item Id.

Example:BxxxxxxxJ

brninteger(int32)

Title record Book Reference Number.

Example:99999999

volumeNamestring

Volume Identifier.

Example:2023 issue 1

callNumberstring

Call Number.

Example:123.123 ART

formattedCallNumberstring

Formatted Call Number.

Example:English 123.123 -[ART]

mediaobjectrequired

Item Material Type. Please refer to code list C002.

* Additional properties are NOT allowed.
Show Child Parameters
usageLevelobjectrequired

Usage Level. Please refer to code list C004.

* Additional properties are NOT allowed.
Show Child Parameters
locationobjectrequired

Library Location. Please refer to code list C005.

* Additional properties are NOT allowed.
Show Child Parameters
courseCodeobject

Course Code.

* Additional properties are NOT allowed.
Show Child Parameters
languagestring

Language.

Example:English

suffixstring

Suffix.

Example:-[ART]

donorstring

Item donated by information.

Example:Donated by abc

pricenumber(double)

Item price.

Example:9999.99

statusobject

Item Status.

* Additional properties are NOT allowed.
Show Child Parameters
transactionStatusobjectrequired

Item Transactional Status. Please refer to code list C003.

* Additional properties are NOT allowed.
Show Child Parameters
minAgeLimitinteger(int32)

Title age limit.

Example:13

Example

Location

object

Library Location. Please refer to code list C005.

* Additional properties are NOT allowed.
codestringrequired

Library code

>= 1 characters

Example:AMKPL

namestringrequired

Library Name

>= 1 characters

Example:Ang Mo Kio Public Library

Example

Media

object

Item Material Type. Please refer to code list C002.

* Additional properties are NOT allowed.
codestringrequired

Media Code

>= 1 characters

Example:DV18

namestringrequired

Media Name

>= 1 characters

Example:Digital Video for M18

Example

MethodNotAllowedError

object

Error contents including the specific error

* Additional properties are NOT allowed.
statusCodeinteger(int32)

The status code of the error.

Example:405

errorstringrequired

The type of the error.

>= 1 characters

Example:Method Not Allowed

messagestringrequired

The message of the error.

>= 1 characters

Example:The requested resource does not support http method 'PUT'

Example