rezdy_agent_create_booking
Create confirmed travel bookings with customer details, product quantities, and payment options through the Rezdy Agent API.
Instructions
Create a confirmed booking
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productId | Yes | Product ID | |
| sessionId | No | Session ID (optional for some booking modes) | |
| startTime | No | Start time (ISO format, optional) | |
| quantities | Yes | Booking quantities | |
| customer | Yes | Customer information | |
| participants | No | Additional participants | |
| fields | No | Custom booking fields | |
| agentReference | No | Agent reference number | |
| paymentType | No | Payment processing type | MANUAL |
| promoCode | No | Promotional code | |
| notes | No | Booking notes |