Hi team,
I created a case with the following and received an error.
(request-target): post /v1/cases
host: rms-world-check-one-api-pilot.thomsonreuters.com
date: Fri, 02 Mar 2018 01:45:49 GMT
content-type: application/json
content-length: 336
{"secondaryFields":[{"typeId":"SFCT_1","value":"MALE"},{"typeId":"SFCT_2","value":"1967-09-25"},{"typeId":"SFCT_3","value":"USA"},{"typeId":"SFCT_4","value":"USA"},{"typeId":"SFCT_5","value":"USA"}],"entityType":"INDIVIDUAL","customFields":,"groupId":"0a3687d0-611f-16a6-9870-ce4700001793","providerTypes":["WATCHLIST"],"name":"Donald"}
The following is the error message:
The remote server returned an error: (400) Bad Request.
[{"error":"INVALID_MESSAGE_FORMAT","cause":"Message body is not well-formed."}]
I am able to create case without the secondary field so I believe there is some problem within my encrypted data to send.
Thanks