Hi,
We are migrating from SOAP API to REST API (TRTHv2) and we'd like to know how to get the same functionality of the verifyRICs method (SOAP) on the new REST API:
import com.thomsonreuters.tickhistory.webservice.TRTHApi;
...
private TRTHApi api;
...
VerifyRICsResult result = api.verifyRICs(range, new ArrayOfInstrument(instrumentList), true);
Thanks in advance