{
"message": "",
"data": {
"ticketId": "12345678",
"subject": "Late Driver - Airport Pickup",
"content": "Customer reported that driver was 45 minutes late for scheduled airport pickup. Passenger had to wait at arrivals and missed important meeting. Requesting refund for inconvenience.",
"feedbackCategory": "Late Driver",
"agentInvolved": "abdullah",
"status": "closed",
"priority": "high",
"createdAt": "2025-10-01T10:30:00.000Z",
"updatedAt": "2025-10-01T14:45:00.000Z",
"closedAt": "2025-10-01T14:45:00.000Z",
"departmentCode": "OPS",
"passenger_name": "John Smith",
"passenger_email": "[email protected]",
"passenger_phone": "+1-555-123-",
"chauffeur_name": "Mike Johnson",
"chauffeur_id": "CH78",
"reservation_id": "RES",
"pickup_location": "J",
"dropoff_location": "o",
"scheduled_time": "2025-10-01T09:00:00.000Z",
"actual_time": "2025-10-01T09:45:00.000Z",
"delay_minutes": 45,
"resolution_notes": "Apology issued, partial refund processed, driver coached on punctuality",
"tags": ["urgent", "airport", "refund"],
"custom_properties": {
"vehicle_type": "Luxury Sedan",
"service_level": "Premium",
"complaint_type": "delay"
},
"associated_contacts": [
{
"id": "contact-123",
"name": "John Smith",
"email": "[email protected]",
"type": "passenger"
},
{
"id": "contact-123",
"name": "Mike Johnson",
"email": "[email protected]",
"type": "chauffeur"
}
],
"activity_log": [
{
"timestamp": "2025-10-01T10:30:00.000Z",
"action": "created",
"user": "system",
"notes": "Ticket automatically created from feedback form"
},
{
"timestamp": "2025-10-01T11:00:00.000Z",
"action": "assigned",
"user": "admin",
"notes": "Assigned to agent abdullah"
},
{
"timestamp": "2025-10-01T14:45:00.000Z",
"action": "resolved",
"user": "abdullah",
"notes": "Issue resolved with customer satisfaction"
}
]
}
}