bookings

Move Booking To Trip

Re-file a misfiled email-imported booking onto another trip.

The move pins the booking where the user put it: the new membership link is written with run_id=None, which every later reconcile reads as human-placed and refuses to move.

post/bookings/{booking_id}/move

Path parameters

booking_idstring uuid required

Request body

trip_idstring uuid nullable
create_tripboolean
confirmboolean

Response

Successful Response

needs_confirmationboolean
affected_plan_daysinteger[] nullable
trip_idstring nullable
trip_titlestring nullable
created_tripboolean
archived_trip_idstring nullable
source_trip_idstring nullable
conversation_idstring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.