Hi, Im trying to invoke the service that generate the case id but I obtain the error "Bad Request".
The message that I sent was:
{
"groupId":"0a3687d0-5b01-139e-96e2-90b9000001ea",
"entityType":"INDIVIDUAL",
"name":"John Doe",
"providerTypes":[
"WATCHLIST"
],
"secondaryFields":[
{
"typeId":"SFCT_1",
"value":"MALE"
},
{
"typeId":"SFCT_6",
"value":"Argentina"
}
]
}
Could you help me please, I think may be the problem is with the "SecondaryFields".
Thank you very much.