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

Best Answer

  • 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

Answers