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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
408 3 4 5

Screen a Case for Individual & get results

How to perform the following:

1.Screen individual case and capture returned results in our system.

2.Screen batch cases and capture returned results in our system.

We need your help to guide us how many services we need to use to achieve our requirements and please share documentation for each service along with parameter’s details.

world-checkworld-check-onescreening
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.

Upvotes
Accepted
408 3 4 5

Hi @vsaklani87, in the downloads there is a sample code for C# which you can refer. Please check the download section for the same.

After you download the document, you can open the Index page and then browse to Integrating with the World-Check One API --> 'Workflow UML interaction diagrams' and also 'Security and Authentication details' for more details.

Also, in Postman each request that runs successfully, please check the pre-request script which clearly explains what input requirements are needed for each request. You then chose 'code' there to see the final request that goes to WC1 API and compare with yours.

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.

Upvotes
408 3 4 5

Q1 Screen individual case and capture returned results in our system: You could follow below requests:

1. SEQ-2c: Save a case: Individual: To save the customer name with all the details

2. SEQ-4a: Screen a case: Queue the name for screening which might take few seconds

3. SEQ-5b: Get screening results: Retrieve all the match results

4. SEQ-5b: Get screening results: Get the WC profile details.

For more details on environment variables and detailed workflow please refer to the documentation.

Q2.Screen batch cases and capture returned results in our system.

You cant send requests in a batch but you can send multiple requests simultaneously.

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.

Upvotes
1 0 0 0

Hi @Shweta Lal,

Thanks for your assistance.

I tried to create case using postman tool and getting results. Now I am trying to create case using same key and secret key using c# however getting unauthorized. Referring below link:

http://mehulpatel77.blogspot.ae/2016/12/thomson-reuters-world-check-one-api.html?view=sidebar

Can you please advise c# sample code or what is wrong with this sample code?

Thanks in advance.

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.