I performed a test using the parameters that are defined in the body of this service which are "secondaryFields" and "customFields", I tried adding the parameter "passportCheck but when i review on the web site, there isn't any information about the passport id number
{
"groupId":"{ {group-id}}",
"entityType":"INDIVIDUAL",
"providerTypes":[
"WATCHLIST"
],
"name":"Putin",
"customFields":[
{
"typeId":"{ {custom-field-1}}",
"value":"custom field 1 sample value"
},
{
"typeId":"{ {custom-field-2}}",
"value":"custom field 2 sample value"
},
{
"typeId":"{ {custom-field-3}}",
"value":"mandatory custom field sample value"
}
],
"secondaryFields":[
{
"typeId":"SFCT_1",
"value":"MALE"
},
{
"typeId":"SFCT_2",
"dateTimeValue": "2016-10-12"
},
{
"typeId":"SFCT_3",
"value":"USA"
},
{
"typeId":"SFCT_4",
"value":"AUS"
},
{
"typeId":"SFCT_5",
"value":"ABW"
}
],
"passportCheck": [
{
"typeId": "SFCT_15",
"value":"12345645645"
}
]
}