Hi, i tryng to create a new case (endpoint https://rms-world-check-one-api-pilot.thomsonreuters.com/v1/cases)
Using this body, i insert my new case correctly:
{"secondaryFields":[{"typeId":"SFCT_1","value":"MALE"},{"typeId":"SFCT_2","dateTimeValue":"1973-05-26"}],"entityType":"INDIVIDUAL","customFields":[],"groupId":"0a3687cf-5fe4-105f-9808-44b100000521","providerTypes":["WATCHLIST"],"name":"Mario Rossi"}
When i add a new country field in secondary fields, i receive error 400:
{"secondaryFields":[{"typeId":"SFCT_1","value":"MALE"},{"typeId":"SFCT_2","dateTimeValue":"1973-05-26"},{"typeId":"SFCT_4","Value":"ITA"}],"entityType":"INDIVIDUAL","customFields":[],"groupId":"0a3687cf-5fe4-105f-9808-44b100000521","providerTypes":["WATCHLIST"],"name":"Mario Rossi"}
Can someone help me?
Thanks