Hello
Dear all,
I am trying to use /v2/activities to add one
Here is the payload :
{
‘subject’: ‘my subject’,
‘type’: ‘call’,
‘owner_id’: 123456,
‘participants’: [{‘person_id’: 3, ‘primary’: True}],
‘due_date’: ‘2026-08-11’,
‘due_time’: ‘09:51:00’,
‘done’: False,
‘note’: “my note”,
‘duration’: ‘00:02:00’
}
What can be wrong ?
I keep getting the following error :
{‘success’: False, ‘error’: ‘Validation failed: due_time: This value is not a valid datetime.; duration: This value is not valid.’, ‘code’: ‘ERR_SCHEMA_VALIDATION_FAILED’}
Could someone please enlighten me ?
Thank you for your help