forked from folio-org/mod-ncip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from indexdata/PR-1709-dev
PR-1709 Add option to make title level request
- Loading branch information
Showing
8 changed files
with
176 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
{ | ||
"instances": [ | ||
{ | ||
"id": "5b1eb450-ff9f-412d-a9e7-887f6eaeb5b4", | ||
"_version": "1", | ||
"hrid": "inst000000000010", | ||
"source": "FOLIO", | ||
"title": "Concepts of fashion 1921 - 1987 microform a study of garments worn by selected winners of the Miss America Pageant Marian Ann J. Matwiejczyk-Montgomery", | ||
"administrativeNotes": [], | ||
"parentInstances": [], | ||
"childInstances": [], | ||
"isBoundWith": false, | ||
"alternativeTitles": [], | ||
"editions": [], | ||
"series": [], | ||
"identifiers": [ | ||
{ | ||
"identifierTypeId": "5d164f4b-0b15-4e42-ae75-cfcf85318ad9", | ||
"value": "1008673218" | ||
}, | ||
{ | ||
"identifierTypeId": "7e591197-f335-4afb-bc6d-a6d76ca3bace", | ||
"value": "(DE-599)GBV1008673218" | ||
} | ||
], | ||
"contributors": [ | ||
{ | ||
"authorityId": null, | ||
"contributorNameTypeId": "2b94c631-fca9-4892-a730-03ee529ffe2a", | ||
"name": "Matwiejczyk-Montgomery, Marian Ann J", | ||
"contributorTypeId": null, | ||
"contributorTypeText": null, | ||
"primary": null | ||
} | ||
], | ||
"subjects": [ | ||
{ | ||
"authorityId": null, | ||
"value": "Hochschulschrift" | ||
} | ||
], | ||
"classifications": [], | ||
"publication": [ | ||
{ | ||
"publisher": "University Microfims International", | ||
"place": "Ann Arbor, MI", | ||
"dateOfPublication": "1993", | ||
"role": null | ||
} | ||
], | ||
"publicationFrequency": [], | ||
"publicationRange": [], | ||
"electronicAccess": [], | ||
"instanceTypeId": "6312d172-f0cf-40f6-b27d-9fa8feaf332f", | ||
"instanceFormatIds": [], | ||
"physicalDescriptions": [], | ||
"languages": [ | ||
"eng" | ||
], | ||
"notes": [ | ||
{ | ||
"instanceNoteTypeId": null, | ||
"note": "Dissertation New York University 1993", | ||
"staffOnly": false | ||
}, | ||
{ | ||
"instanceNoteTypeId": "6a2533a7-4de2-4e64-8466-074c2fa9308c", | ||
"note": "Mikrofiche-Ausgabe", | ||
"staffOnly": false | ||
} | ||
], | ||
"previouslyHeld": false, | ||
"discoverySuppress": false, | ||
"statisticalCodeIds": [], | ||
"statusUpdatedDate": "2024-05-16T14:06:53.398+0000", | ||
"metadata": { | ||
"createdDate": "2024-05-16T14:06:53.398+00:00", | ||
"createdByUserId": "15a65190-1f3e-5dd7-bbd7-a203d6e85a89", | ||
"updatedDate": "2024-05-16T14:06:53.398+00:00", | ||
"updatedByUserId": "15a65190-1f3e-5dd7-bbd7-a203d6e85a89" | ||
}, | ||
"tags": { | ||
"tagList": [] | ||
}, | ||
"natureOfContentTermIds": [], | ||
"publicationPeriod": { | ||
"start": 1993 | ||
}, | ||
"precedingTitles": [], | ||
"succeedingTitles": [] | ||
} | ||
], | ||
"totalRecords": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<NCIPMessage version="http://www.niso.org/schemas/ncip/v2_02/ncip_v2_02.xsd"> | ||
<RequestItem> | ||
<InitiationHeader> | ||
<FromAgencyId> | ||
<AgencyId>Relais</AgencyId> | ||
</FromAgencyId> | ||
<ToAgencyId> | ||
<AgencyId>Lehigh University</AgencyId> | ||
</ToAgencyId> | ||
</InitiationHeader> | ||
<UserId> | ||
<UserIdentifierValue>8377630</UserIdentifierValue> | ||
</UserId> | ||
<RequestId> | ||
<RequestIdentifierValue>requestId1</RequestIdentifierValue> | ||
</RequestId> | ||
<ItemId> | ||
<ItemIdentifierValue>item1</ItemIdentifierValue> | ||
</ItemId> | ||
<RequestType>Hold</RequestType> | ||
<RequestScopeType>Title</RequestScopeType> | ||
<BibliographicId> | ||
<BibliographicRecordId> | ||
<BibliographicRecordIdentifier>instanceHrid1</BibliographicRecordIdentifier> | ||
</BibliographicRecordId> | ||
</BibliographicId> | ||
</RequestItem> | ||
</NCIPMessage> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters