what is the date of birth format that needs to be re-indicated in the API service?
Service : cases/screeningRequest
Exemple :
"secondaryFields": [ { "typeId":"SFCT_2", "value":"20-01-1950" } ]
I have always Bad request when i send this date.
For a deeper look into our World Check One API, look into:
what is the date of birth format that needs to be re-indicated in the API service?
Service : cases/screeningRequest
Exemple :
"secondaryFields": [ { "typeId":"SFCT_2", "value":"20-01-1950" } ]
I have always Bad request when i send this date.
Thank you for your query.
In order to pass a date of birth, you will have to use 'dateTimeValue' instead of 'value'. The format of the date should be in ISO 8601 format excluding Week and Ordinal dates. Below is a sample :
[{"typeId":"SFCT_2", "dateTimeValue":"yyyy-mm-dd"}]
Hope this helps.
Hello, i have another question please. in WC1 UI web application, the report is generated with french traudction. Could you inform me please if the web application use the "Gogle Cloud Translation" or other solution for the traduction ?
We currently use a 3rd party translation service to localize the UI labels and ad hoc profile translation, human curated. We would be unable to disclose the provider at this time, as this is a classified information.