stays

Update Stay On Itinerary

Correct a stay in place — its name, dates, price or confirmation.

Not its address: re-pinning would have to re-geocode and re-resolve the property, and a stay pinned to the wrong place is still delete-and-re-add.

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

Path parameters

trip_idstring required
stay_idstring required

Headers

x-client-idstring nullable

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

stay_idstring required
hotelobject required

Changes

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