...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{ "message": "Success", "holdingTransferResponses": [ { "message": "Successfully relinked", // Success Message "holdingsTransferRequest": { "source": { "owningInstitutionBibId": "53624", "owningInstitutionHoldingsId": "59753" }, "destination": { "owningInstitutionBibId": "1421", "owningInstitutionHoldingsId": "59753" } } } ], "itemTransferResponses": [] } |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{
"message": "Failed",
"holdingTransferResponses": [
{
"message": "Source holdings is not under source bib", // Failure Message. When holdings are not under the source bib.
"holdingsTransferRequest": {
"source": {
"owningInstitutionBibId": "1421",
"owningInstitutionHoldingsId": "59753"
},
"destination": {
"owningInstitutionBibId": "53624",
"owningInstitutionHoldingsId": "59753"
}
}
}
],
"itemTransferResponses": []
} |