Hi,
How to create a new case with following field
a) name
b) passport number or screenshot of passport
c) country code
If it is possible, how can we implement that
Thanks
Hi @praveen,
Creation of any case below the case body for using above mentioned fields .
{
"providerTypes":["WATCHLIST"],
"groupId":"418f28a7-b9c9-4ae4-8530-819c61b1ca6c",
"customFields":[],
"name":"donald trump",
"entityType":"INDIVIDUAL",
"secondaryFields":[{"typeId":"SFCT_1","value":"MALE"},{"typeId":"SFCT_2","dateTimeValue":"1982-02-13"},
{"typeId":"SFCT_3","value":"AFG"},
{"typeId":"SFCT_4","value":"AFG"},
{"typeId":"SFCT_5","value":"CHN"}],
"passportCheck":[{"typeId": "SFCT_15","value":"aer2345"}]
}
In this example "typeId": "SFCT_3" is COUNTRY_LOCATION, "SFCT_4" is PLACE_OF_BIRTH, "SFCT_5" is NATIONALITY.
Let me know if you have any further question.
Thanks,
Shilpi
Hi @shilpi.saha,
We do'nt have api key and secret key.
How can we get these detail ?
When we are invoking "Get my top-level groups" api. It is giving 401 unauthorized response.
We have already sent a mail to GRC.WC.Admin@thomsonreuters.com.
Still, there is no any update
Thanks
Hi @praveen,
Using SEQ-1a: Get my top-level groups you can get all available group id.Using this groupId in your environment variable you can execute SEQ-2c: Save a case: Individual/SEQ-2d: Save a case: Organisation/SEQ-2e: Save a case: Vessel any of this sequence for creation a case.But before create a case you can check all case template using SEQ-1c: Get the case template for a group.Below one case body example creation a case for Individual
{
"groupId":"0a3687cf-5eaa-1816-97c3-e31b00000d16",
"entityType":"INDIVIDUAL",
"providerTypes":[ "WATCHLIST" ],
"name":"SATISH",
"customFields":[ ],
"secondaryFields":[ { "typeId":"SFCT_2", "dateTimeValue":"1982-02-13" },
{ "typeId":"SFCT_3", "value":"IND" } ]
}
In this example I am using groupId 0a3687cf-5eaa-1816-97c3-e31b00000d16.After execute this request you can get the response with caseId and caseSystemId.Use this caseSystemId in your environment variable for further api process.Attached the screenshot for environment variable and case response for your reference.
Thanks,
Shilpi
Is there a full list of categories of world-check profile?
Where is best to extract Sanction information within TR WORLD-CHECK ONE API response
Roles/ Previous Roles start/end dates no appearing in API Call
reference/countries API Call giving 401 Unauthorised when API and Secret API key are valid
Special characters need any sanitization, before they get sent to their service