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.
@cao-trung.do,
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.
Thank you for your response.
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 ?
Wecurrently use a 3rd party translation service to localize the UI labels and adhoc profile translation, human curated. We would be unable to disclose theprovider at this time, as this is a classified information.