Update guest detail

Enables updating the details of a guest record.

šŸ”’

Required scope: Guest_Update

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of a guest record (Formerly customerId, which is equivalent)

Body Params

Record of guest details

string
required
length ≤ 32

First name of the customer

string
required
length ≤ 32

Last name of the customer

string | null
required

Email address of the customer (Required only if phone is not provided).

  • Provided value must be a valid email pattern.
string | null
required

Phone number of the customer (Required only if email is not provided).

string | null

Date of Birth of the guest in YYYY-MM-DD format.

  • Date of Birth must not be before 1900 or in the future.
enum

Gender of the guest

Allowed:
boolean

When true the guest has accepted to receive email marketing content

boolean

When true the guest has accepted to receive SMS marketing content

string
length ≤ 64

Tax identification number that may be used for maintaining fiscal compliance

address
object | null
flags
array of objects
flags
Response
200

OK

Language
Credentials
OAuth2
Missing 1 required scope
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!