Endpoint to upload csv file

Hi,

I want to know if there is an endpoint to upload a csv file and screen multiple cases.

When I checked posman collection I found only this endpoint

https://api-worldcheck.refinitiv.com/v2/cases/saveAndScreen


Best Answer

  • Hi @khouloud.ismail ,

    • The endpoint SEQ-case-save-and-screen-cases: Save and screen multiple cases can only be utilized for screening multiple new cases at once. (its not for updating existing cases)
    • The caseId should be unique across all the cases so if you are sending the duplicate caseId again, it will throw you the error saying CASE_ID_EXISTS.
    • Please utilize the endpoint SEQ-case-update: Update a case in order for you to update the existing case details.

    Please access the following links:



Answers

  • Hi @khouloud.ismail ,

    Thanks for reaching out to us!

    At this moment we don't have any endpoint to upload a csv file and screen multiple cases. (similar to what we can do in WC1 UI)

    Moreover, you can utilize the endpoint SEQ-case-save-and-screen-cases: Save and screen multiple cases from our latest postman collection to create and screen multiple cases at once.


    Thanks

  • I already use this endpoint. but the problem is that I don't know how to update the existing cases.

    When I use the same caseId, I got this error CASE_ID_EXISTS

    How Can I create new cases and update alredy existing ones?


    Thank you