Hi there!
I am trying to set the value for a date field in a record through the API by using the PHP SDK. I keep getting the error message 'invalid data'.
The documentation and the posts in this portal lead me to suppose the proper date format must be 'yyyy-mm-dd hh:mm:ss' (e.g. '2002-05-02 10:00:00'). However, this format is not accepted. What is the proper date format to send to the API?
Thank you for your answer.