Hi - I'm trying to use the search API/EquitySearch to search by ISIN and get back Quote PermID as my preferred identifier. I know it's possible, because I can do it in the UI.
However, in the Identifier enum, there is no option for Quote PermID, only PID, which I think is entity perm ID.
To make matters more confusing, when I try to pass in some identifier types in the search, such as Pix, I get back the error:
ThomsonReuters.Dss.Api.ValidationException: 'Validation Error:
The Preferred Identifier Type Code PIX is not supported; supported values are: RIC, CSP, ISN, VAL, WPK, COM, SED, PID, PIDQ, SIC, SVM, MIC, CIN, SYM'
I'm pretty sure PIDQ is quote perm ID, but I don't see any way to pass this in.
What is wrong here?
Thanks.