OrderBibLinks Object
Click the links below to view the OrderBibLinks Object properties and an example.
controlNumber
string
The control number of the MARC record.
Example:
controlNumber: "66524813"
orderId
string
A link to the order record created by the POST.
Example:
orderId: "https://example-library.edu/iii/sierra-api/v6/orders/1760673"
bibId
string
A link to the bib record created by the POST.
Example:
bibId: "https://example-library.edu/iii/sierra-api/v6/bibs/4632805"
warnings
array
The warnings generated, if any, when creating orders and bibs.
Example:
"Invalid location code – jssh"
vendorIDNumbers
array
The vendorIDNumber property contains a list of the vendor's identification numbers for the associated titles.
Example:
"vendorIDNumber": ["348572"]
legacyOrderId
string
The order ID in Innovative format with ".o" prepended.
Example:
legacyOrderId: ".o11232109"
The preceding list order reflects the sequence in which the data returns.
Example response for:
https://example-library.edu:443/iii/sierra-api/v6/acquisitions/orders?<parameters>
{ "controlNumber": "66524813", "orderId": "https://example-library.edu/iii/sierra-api/v6/orders/1760673", "bibId": "https://example-library.edu/iii/sierra-api/v6/bibs/4632805", "warnings": [ "Invalid location code – jssh" ], "vendorIDNumber": "348572", "legacyOrderId": ".o11232109" }