Group Bookings
Group Bookings
For groups of more than 4 players, use the group booking endpoints. Group bookings are processed asynchronously and support advanced features like multi-slot coordination and group pricing.
Create a Group Booking
Code
Submits a group booking request for asynchronous processing.
Request Body
Code
Response (202 Accepted)
Code
Group bookings are processed asynchronously. Use webhooks or poll GET /group-bookings/{id} for status updates.
Get Group Booking Status
Code
Returns the current status and details of a group booking.
Update Group Booking Players
Code
Updates the player list for a group booking.
Find Available Group Slots
Code
Searches for consecutive tee time slots that can accommodate a group.
Request Body
Code
Calculate Group Price
Code
Calculates the total price for a group booking including any group discounts.
Request Body
Code
All group booking prices are net (excluding VAT). Group discounts may apply automatically based on the number of players.
Validate Group Booking
Code
Validates a group booking request before submission. Use this to check availability and pricing without creating a booking.