Hello Team,
I am facing issue in using secondary fields in cases/screeningRequest webservice call. If I pass secondaryfields as blank to cases/screeningRequest webservice, webservice call is successful. I get data from screening. But if I test the same with passing SecondaryFields in suggested format to same cases/screeningRequest webservice, it do not provide any data. Also note that, if we call cases/screeningRequest webservice with SecondaryFields, webservice do not fail.System.HttpResponse[Status=OK, StatusCode=200].
I used below link for implementing Secondary fields integration https://community.developers.refinitiv.com/questions/39772/how-to-use-secondary-and-custom-fields-in-api-call.html
Below is the Payload class JSON we are using for passing SecondaryFields : {"secondaryFields":[{"value":null,"typeId":"SFCT_2","dateTimeValue":"1968-9-12"},{"value":"GBR","typeId":"SFCT_3","dateTimeValue":null},{"value":"GBR","typeId":"SFCT_4","dateTimeValue":null}],"providerTypes":["WATCHLIST"],"name":"test name","groupId":"0a3687d0-673a-155c-99f8-123f000017df","entityType":"INDIVIDUAL","customFields":[]}
Can you please suggest me on this ASAP?