mcp-server

Update Stay On Trip

Change a booking in place — dates, price, or its confirmation number.

Without this a stay could be recorded and never corrected: the confirmation number could only be set at creation, and a booking whose dates moved had no path back short of leaving a stale one behind, since removing was not possible either.

patch/v1/trips/{trip_id}/stays/{stay_id}

Path parameters

trip_idstring uuid required
stay_idstring required

Request body

namestring nullable
check_in_datestring date nullable
check_out_datestring date nullable
check_in_timestring time nullable
check_out_timestring time nullable
total_pricenumber nullable
currencystring nullable
confirmation_numberstring nullable
is_bookedboolean nullable

Response

Successful Response

object required

Changes

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