Skip to main content
PATCH
Update Stay On Trip

Path Parameters

trip_id
string<uuid>
required
stay_id
string
required

Body

application/json

Fields to change on an existing stay. Omit one to leave it alone.

A check-in or check-out time sent as an explicit null is cleared; every other field sent as null is left alone, matching UpdateStayAction.

name
string | null
check_in_date
string<date> | null
check_out_date
string<date> | null
check_in_time
string<time> | null
check_out_time
string<time> | null
total_price
number | null
currency
string | null
confirmation_number
string | null
is_booked
boolean | null

Response

Successful Response

The response is of type Response Update Stay On Trip V1 Trips Trip Id Stays Stay Id Patch · object.