Edit MARC record
id required | string <uuid> (uuid) The UUID of a record |
leader required | string MARC record's leader | ||||||||
required | Array of objects (fieldItem) MARC record's fields | ||||||||
Array
| |||||||||
suppressDiscovery | boolean Default: false Flag indicates if the record is displayed during a search | ||||||||
marcFormat required | string (marcFormat) Enum: "BIBLIOGRAPHIC" "HOLDINGS" "AUTHORITY" MARC Format | ||||||||
parsedRecordId | string <uuid> (uuid) | ||||||||
parsedRecordDtoId | string <uuid> (uuid) | ||||||||
externalId | string <uuid> (uuid) | ||||||||
externalHrid | string HRID of external entity | ||||||||
object (updateInfo) Record metadata | |||||||||
|
{- "leader": "string",
- "fields": [
- {
- "tag": 100,
- "content": "$a 393893 $b Mike",
- "indicators": [
- 1,
- 2
], - "isProtected": true
}
], - "suppressDiscovery": false,
- "marcFormat": "BIBLIOGRAPHIC",
- "parsedRecordId": "941d5c40-a69b-4b32-ae80-33c0ab9d819f",
- "parsedRecordDtoId": "afa9406a-498d-4f12-9077-2cd08aed49da",
- "externalId": "3200d382-adfe-4314-ab30-798cdd0fcdb5",
- "externalHrid": "string",
- "updateInfo": {
- "recordState": "ACTUAL",
- "updateDate": "2019-08-24T14:15:22Z",
- "updatedBy": {
- "userId": "c56b70ce-4ef6-47ef-8bc3-c470bafa0b8c",
- "username": "john-doe",
- "lastName": "Doe",
- "firstName": "John",
- "middleName": "X."
}
}, - "_actionType": "view"
}
{ }