When I try this:
{
"Request": {
"Identifier": "BD8DS52",
"IdentifierType": "Sedol",
"Range": {
"Start": "2017-09-11T00:00:00.000Z",
"End": "2017-09-11T23:59:59.999Z"
}
},
"Request": {
"Identifier": "BDH44M5",
"IdentifierType": "Sedol",
"Range": {
"Start": "2017-09-11T00:00:00.000Z",
"End": "2017-09-11T23:59:59.999Z"
}
}
}
I get an error "The request JSON is malformed. Duplicate keys found". Is it possible to request Identifier for multiple Sedols/Isins in one POST request? The reference document is a little bit conflicting about it.