Update Reservation

Updates reservation details including guest information, check-in/out times, and notes.

The updated values are stored with the reservation and will be used when:

  • Generating messages (message tags like {{Check-In Time}}, {{Guest First Name}}, etc.
    will reflect the updated values)
  • Calculating lock code access periods (custom check-in/out times affect when codes are valid)
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

_id of reservation to update

Body Params

Reservation update fields

string | null

URL of the guidebook

string | null

URL of the verification

string | null
enum

Status of the verification

Allowed:
string | null

URL of the incident

string

Guest's first name (used in {{Guest First Name}} tag)

string

Guest's last name (used in {{Guest Last Name}} tag)

string

Guest's email address

string

Guest's phone number (used in {{Guest Phone}} and {{Guest Lock Code}} tags)

string | null

Custom smart lock code. Set to null or empty string to clear and use auto-generated code.

number
0 to 23

Custom check-in time in hours (0-23), used in {{Check-In Time}} tag and lock code scheduling

number
0 to 23

Custom check-out time in hours (0-23), used in {{Check-Out Time}} tag and lock code scheduling

string

Internal notes for the reservation (used in {{Notes}} tag)

Headers
string

Partner API key (deprecated — use OAuth 2.0 for new integrations)

string

User's authentication token (legacy). Use Authorization Bearer header for new integrations.

Responses

429

Too many requests

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json