We have encountered an case that dataTimeValue returns '1981' which does not respect the format of '1990-11-20' in the API spec.
Unforunately we could not parse the value with Java java.time.LocalDate. Any idea to rectify this?
GET url:
https://api-worldcheck.refinitiv.com/v2/cases/5jb79kta3sjt1fn96es1pvsap
JSON response:
{
"caseId": "330623198108066416",
"name": "<retracted>",
"providerTypes": [
"WATCHLIST"
],
"customFields": [],
"secondaryFields": [
{
"typeId": "SFCT_1",
"value": "MALE",
"dateTimeValue": null
},
{
"typeId": "SFCT_2",
"value": null,
"dateTimeValue": "1981"
},