© 2024 Clarivate
GET /api/.../bindingformats
Return a list of all acquisitions binding formats in the system.
[
{
"BindingFormatID": 1,
"BindingFormatRequested": "Not specified",
"BISACCode": " "
},
{
"BindingFormatID": 2,
"BindingFormatRequested": "Paper",
"BISACCode": "P"
},
{
"BindingFormatID": 3,
"BindingFormatRequested": "Cloth",
"BISACCode": "C"
},
{
"BindingFormatID": 4,
"BindingFormatRequested": "Library",
"BISACCode": "L"
}
]
Code | Description |
---|---|
200 | OK. Success |
400 |
FAILURE.
|