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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
5 1 0 4

Can we use User defined caseId in worldCHeckOne API for new case generation?

Is caseSystemId constant for same case? or does it changes like case id?

#productworld-check-onescreeningworldcheck-one-apicasevariable
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
Accepted
546 4 0 2

Hi @ashwinikumar.


The following payload worked for me -


{

"groupId" : "{ {group-id}}",

"nameTransposition": true,

"providerTypes": [

"WATCHLIST"

],

"caseScreeningState": {

"WATCHLIST": "INITIAL"

},

"cases" : [

{

"caseId" : "ssne_caseid_2",

"entityType": "ORGANISATION",

"name" : "Ashwin Enterprise"

}

]

}


Thank you.

Regards,

Ssneha Balasubramanian.

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 @ssneha.balasubramanian

thank you, it seems I was passing caseId at the wrong position.


thank you!

Upvote
546 4 0 2

Hi @ashwinikumar.


You can specify the caseId when creating a case but caseSystemId is generated automatically and is different for every case. Hope this helps. Thank you.


Regards,

Ssneha Balasubramanian.

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.

I tried to add predefined caseid while creating a new case (below is the request model)newcasemodel.png

but the response doesn't have the mentioned caseId in it.(here is the response )
1676984291240.png

used API : cases/saveAndScreen

would you pls check, why caseId is different from predefined value? @ssneha.balasubramanian thank you!

Upvotes
546 4 0 2

Hi @ashwinikumar.


I'm looking into this and will get back to you. Thank you.


Regards,

Ssneha Balasubramanian.

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.