{
"booking": {
"slot_id": "SLOT-789",
"service": {
"type": "inspection",
"category": "residential",
"add_ons": ["express_service"],
"duration_minutes": 60
},
"customer": {
"id": "CUST-123",
"name": {
"first": "Jane",
"last": "Doe"
},
"contact": {
"email": "[email protected]",
"phone": "+15550123",
"preferred_method": "sms"
},
"address": {
"street_1": "123 Main St",
"street_2": "Apt 4B",
"city": "Springfield",
"state": "IL",
"zip": "62701",
"country": "US"
}
},
"preferences": {
"language": "en",
"special_requests": "Please call before arrival",
"accessibility_needs": [],
"notification_preferences": {
"booking_confirmation": ["email", "sms"],
"reminder_24h": ["sms"],
"reminder_2h": ["sms"]
}
},
"metadata": {
"source": "voice_call",
"campaign_id": "CAMP-456",
"referral_code": "REF123",
"notes": "Customer mentioned urgent need"
}
}
}