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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
11 3 4 4

World Check One API - Create New Case

World Check One API - Create New Case. Currently we are passing just a name for creating a case. How to pass other details as part of Create case [DOB, countryOfRegistration, countryOfResidence, nationality, passportDateOfBirth, passportNationality, .....]. Is it via SaveCaseAPI - Custom Fields & SecondaryFields ? Please share a sample request JSON with extra search fields. Thanks.

@Prabhjyot @Vivek Kumar Singh @prabhjyot.mandla

worldcheck-one-apicase
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
618 2 0 2

Hi @athomas,

Thank you for reaching out to us!

To create a case (synchronous or asynchronous) with extra details such as DOB, Citizenship, Place of Birth or Nationality we suggest you retrieve the API endpoint for case template: SEQ-pre-group-case-template: Get the case template for a group. This endpoint sits in the directory Group Information of our latest API collection "Case Management and Audit - 2.46".

Here is a snippet of the above mentioned API for screening an Individual:

1652464172226.png


To utilize the above mentioned endpoint with the extra details you may try the API endpoint SEQ-screen-sync-individual: Perform Synchronous Screening: Individual. This endpoint sits in the sub-directory Creating and Screening a Case of the parent directory Creating / Screening Cases Here is a snippet of the body request (custom fields have been omitted in this snippet):

1652464394135.png


See the results and adjust the body suiting your use cases and business needs.

Please feel free to explore the other endpoints.

If you have any further question, please feel free to reach out.


Best regards,


Virgill


1652464172226.png (24.4 KiB)
1652464394135.png (28.6 KiB)
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.

@virgill.pinas @virgill.pinas _ Please share Create case sample with below fields. These are part of case template already. Thanks

individual

DATE_OF_BIRTH

NATIONALITY

organisation

REGISTERED_COUNTRY

@Prabhjyot @Vivek Kumar Singh @prabhjyot.mandla

Upvotes
11 3 4 4

Thanks Virgill. If any query I will get in touch with you.

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
11 3 4 4

@virgill.pinas - How to update the case template to add more fields ? Also as part of case creation these fields should be part of secondary fields array ? Do you have for Create Case with Secondary fields please ?

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
11 3 4 4

@virgill.pinas @virgill.pinas _ Please share Create case sample with below fields. These are part of case template already. Thanks

individual

DATE_OF_BIRTH

NATIONALITY

organisation

REGISTERED_COUNTRY

@Prabhjyot @Vivek Kumar Singh @prabhjyot.mandla

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.

Upvote
618 2 0 2

Hi @athomas,


Thank you for reaching out to us!

An example of a case creation with the extra fields "date of birth" and "Nationality" can be achieve with template SEQ-screen-sync-individual: Perform Synchronous Screening: Individual. And for case creation " organisation REGISTRED_COUNTRY" I suggest the template SEQ-screen-sync-organisation: Perform Synchronous Screening: Organisation

Attached are examples of case creation for both templates and returned results.


Best regards,


Virgill

SEQ screen sync individual Perform Synchronous Screening Individual.txt

SEQ screen sync organisation Perform Synchronous Screening Organisation.txt


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
11 3 4 4

Thanks Virgill

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.