Created
October 11, 2012 11:42
-
-
Save stefankeidel/3871797 to your computer and use it in GitHub Desktop.
CollectiveAccess providence web service example request for new item
This file contains hidden or 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
{ | |
"intrinsic_fields" : { | |
"idno" : "TEST-123", | |
"type_id" : 43 | |
}, | |
"preferred_labels" : [ | |
{ | |
"locale" : "en_US", | |
"forename" : "Walter", | |
"middlename" : "H.", | |
"surname" : "White" | |
} | |
], | |
"nonpreferred_labels" : [ | |
{ | |
"locale" : "en_US", | |
"forename" : "Werner", | |
"surname" : "Heisenberg" | |
} | |
], | |
"attributes" : { | |
"notes" : [ | |
{ | |
"locale" : "en_US", | |
"notes" : "Cool note!" | |
}, | |
{ | |
"locale" : "en_US", | |
"notes" : "Another cool note" | |
} | |
], | |
"entity_address" : [ | |
{ | |
"timespan" : "2008-2009", | |
"street" : "Highway To Hell", | |
"number" : "666", | |
"zip_code" : "10002", | |
"city" : "New York", | |
"state" : "NY" | |
} | |
] | |
}, | |
"related" : { | |
"ca_entities" : [ | |
{ | |
"entity_id" : 286, | |
"type_id" : 30, | |
"effective_date" : "2008-2009", | |
"source_info" : "No source, I just know!" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment