I'm unable to create a successful payload to create a SurveyMonkey response using their v3 API CreateResponse [POST] : https://api.surveymonkey.net/v3/collectors//responses
Relevant portion of my request
...
"answers": [
{
"row_id": "2375981012",
"text": "2019-10-11T12:56:55+00:00"
}
Error Code :
"message": "Responses failed validation.",
"id": "1025",
"name": "Resource Conflict",
"http_status_code": 409
The above format is as per their documentation . I have also tried dd/mm/yyyy and other formats, but I can't seem to get it to work.