Load list of person in WCO

Hello, actually I use WCO Zero Footprint API with Python code and i want to load a list of person (+/- 500 person). I have test to load one by one person and it's successfully. However, it's possible to load with unique request a lot of person? In next step, I will have to load 1M of person and if I have to load one by one, the time of process will bevery long...

Thx, best regards

Best Answer

  • @dsimon

    Thanks for the confirmation, In ZFS we do not have "SEQ-case-create-individual: Save a case: Individual", what we have is a synchronous screening option i.e. "SEQ-zfs-api-aws-sync-screen-simple: Perform Zero Footprint Synchronous Screening: Simple" which will provide you with the screening results instantly.

    Proceeding with your query of passing multiple entities for screening, currently, we do not have bulk screening provision using the API however you
    can write a script using python at your end to pass a list of entity names and other parameters required to screen probably in a for
    loop and get the respective response.

    Hope this helps.

    Regards

Answers

  • @dsimon

    Can you please expand on the load with 1M of person? Are you referring to "SEQ-zfs-api-aws-sync-screen-simple: Perform Zero Footprint Synchronous Screening: Simple"

    or "SEQ-zfs-api-aws-case-investigate-world-check-profile: Get a World-Check profile" ?

    Regards

  • Thx for the Answer,

    i reffere to "SEQ-case-create-individual: Save a case: Individual"

  • Thank you for the answers you have given me!!

    Regards