Hi, I am testing PriceHistory Extraction API (/RestApi/v1/Extractions/ExtractRaw)
Why would we receive "IdentifierValidationErrors". From my testing, it seems that this may only be the case when we send over an unrecognized RIC to the service. But are there other such scenarios for receiving a validation error response?
My Sample response
{ "IdentifierValidationErrors": [ { "Identifier": { "@odata.type": "#ThomsonReuters.Dss.Api.Content.InstrumentIdentifier", "Identifier": "IEFA", "IdentifierType": "Ric", "Source": "" }, "Message": "Not found" } ] }