create_customer_booking
Use after verification, detail collection, and confirmed paid payment session to create a booking scoped to the verified customer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address_id | No | ||
| contact_id | No | ||
| photos_url | No | ||
| service_type | Yes | ||
| task_summary | Yes | ||
| session_token | Yes | ||
| preferred_date | No | ||
| idempotency_key | No | ||
| time_preference | No | ||
| consent_to_contact | No | ||
| payment_session_id | Yes |