Still not working. Ticket is created but date not working. api case section has:
case 'api':
$fields['source'] = array('type'=>'string', 'required'=>1, 'error'=>__('Indicate ticket source'));
$fields['duedate'] = array('type'=>'date', 'required'=>0, 'error'=>__('Invalid date format - must be MM/DD/YY'));
break;
and tried both formats:
'duedate' => '03/08/2024',
'duedate' =>
'03/08/24',`