Hello,
I've been trying to figure out how to get value into Field Identifier USR_DEF_T1. Can someone try to give me some advice?
Here is a piece of my json request:
{
"RetrieveItem_Request_3": {
"TrimResponse": false,
"ItemRequest": {
"Fields": "DSPLY_NAME:CURRENCY:HST_CLOSE:HSTCLSDATE:USR_DEF_T1",
"RequestKey": [
{"Name": "MSFT.O","NameType": "RIC"},
{"Name": "AAPL.O","NameType": "RIC"}
],
"Scope": "List",
"ProvideChainLinks": true
}
}
}
I guess I need to add an item to the section RequestKey, but I haven't figured out what key to use.
Thank you.
M.