For a deeper look into our World Check One API, look into:

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
5 0 0 1

/cases/{caseSystemId is not updating group, caseScreeningState

Hi Team,

When we are updating a case by its caseSystemId,it is not updating the group, caseScreeningState.

we have some queries regarding this.

please let us know

  1. are there any other such attributes for which we cannot use this end point to update?
  2. If we want to update these attributes, shall we need to create a new casesystemId?

Please help.

Thanks,

#productworldcheck-one-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hi @urmimala.ghosh

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS


1 Answer

· Write an Answer
Upvotes
Accepted
1.1k 2 2 3

Hi @urmimala.ghosh - thank you for reaching out to us!

Unfortunately, the endpoint "Update a Case by its caseSystemId" https://api-worldcheck.refinitiv.com/v2/cases/{caseSystemId} will not update the groupId attribute; however, the endpoint https://api-worldcheck.refinitiv.com/v2/cases/bulk/move will allow you to move 1-50 cases at a time to the group of your choice.
Regarding caseScreeningState - if what you are looking for is to enable ongoing screening (OGS), you can either use the endpoint https://api-worldcheck.refinitiv.com/v2/cases/{caseSystemId}/ongoingScreening (if you would like to enable OGS for a single case) or https://api-worldcheck.refinitiv.com/v2/cases/bulk/ongoingScreening (if you would like to enable OGS for 1- 50 cases).

So to answer your questions:

  1. Kindly look into our WC1 API documentation to further understand what needs to be included within the request body schema so that the case is updated accordingly. However, is it highly recommended that you use the PATCH endpoint: "SEQ-case-update-screen: Partial update a case and screen" instead of the PUT endpoint: "SEQ-case-update: Update a case" because the latter will be deprecated in the near future. The latter only has the necessary attributes within the request body schema that are needed to update a case.
  2. There is no need - kindly reference what I explained above.

If you have any further questions, please don't hesitate to reach out! I am happy to help.

Blessings,
Judith

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.