Does Api accept Batch request for permid and RIC?

Does Api accept Batch request for permid and RIC?

If yes then How can I create batch request for API in c# ?

Best Answer

  • zoya faberov
    zoya faberov ✭✭✭✭✭
    Answer ✓

    Hello @priyanka.srivastava ,

    Are you trying to submit a list of RICs and get back their corresponding PermIDs?

    If that is the case, as suggested by @Jirapongse, please try using.

    Record Match instead of Entity Search, you will be able to submit multiple RICs via your C# application

Answers