Set booking status
POST/events-manager/v1/bookings/:booking_id/status
Changes a booking status, such as pending, approved, rejected, or cancelled. The operation
may send booking status email notifications unless send_email is false.
Requestβ
Responsesβ
- 200
- 400
- 401
- 403
- 404
- 500
Booking response.
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.