Create booking
POST/events-manager/v1/bookings
Creates a booking for an event using ticket-space selections. Anonymous booking creation is disabled by default in the service unless explicitly enabled by the plugin filter.
Requestβ
Responsesβ
- 201
- 400
- 401
- 403
- 404
- 500
Booking was created.
Invalid request.
Authentication is required or invalid.
The authenticated user cannot perform this action.
The requested object was not found.
An unexpected server error occurred.