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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
3 0 1 5

Map a country

Hi, We would to map the country but it doesnt work This is the request body used :


{ "secondaryFields":[], "entityType":"ORGANISATION", "customFields":[], "groupId":"5nzbfke0h1g21fgg1ub5yo89t", "providerTypes":["WATCHLIST"], "name":"PFIZER INC3", "caseId":"0001007662RRR", "countryLinks":{ "REGISTEREDIN" : ["USA"] } }


Waiting for your feedback

world-checkworld-check-onedata
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
548 1 1 1

@samir.ouali,

Please use the typeId and its corresponding value in the below format for the secondary fields.

"secondaryFields": [{
                    {
                        "typeId": "SFCT_3",    // COUNTRY_LOCATION
                        “value ": "XXXXXX"
                    },
                    {
                        "typeId": "SFCT_4",    // PLACE_OF_BIRTH
                        "value": "XXXX"
                    },
                    {
                        "typeId": "SFCT_5",      // NATIONALITY
                        "value": "MALE"
                    }]

You can find the details of the SFTC in the case template API call. Endpoint - groups/{ {group-id}}/caseTemplate


Hope this helps.

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
3 0 1 5

Thanks you for this answer, its works perfectly now.

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.