postGuest

Creates a guest profile on a reservation. Optional free-text notes are Luhn-guarded.

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

Unique code of the property (digits only, max 11)

Body Params
string
required

Reservation number (alphanumeric and hyphens, max 40)

string
required

Guest first name (max 120)

string
required

Guest last name (max 120)

string
required

Guest email (max 254)

string
required

Two-letter ISO country code

string
enum

Guest gender

Allowed:
string

Guest phone (digits and +()- only, max 80)

string

Guest mobile phone (digits and +()- only, max 80)

string

Guest address (max 400)

string

City (max 120)

string

State / province (max 120)

string

Postal code (max 40)

date

Date of birth (YYYY-MM-DD)

string

Identity document type configured for the property

string

Identity document number (max 120)

string

Document issuing country (2-letter ISO)

string

Document issuing city (max 120)

date

Document expiration date (YYYY-MM-DD)

string | null

Note on the guest profile. Max 4000 characters. Numeric values longer than 12 characters that are considered valid by Luhn's algorithm (mod 10) are rejected. Rejected requests return HTTP 400 with code GUEST_NOTE_CONTAINS_PAYMENT_DATA.

string | null

Optional reservation note. Max 4000 characters. Numeric values longer than 12 characters that are considered valid by Luhn's algorithm (mod 10) are rejected. Rejected requests return HTTP 400 with code GUEST_NOTE_CONTAINS_PAYMENT_DATA.

string

Guest's company name (max 200)

string

Billing company name on file (max 200)

string

Billing company tax ID (requires billingCompany)

string

Guest registration number (max 80)

string

VIP status configured for the property

string

Payment method configured for the property

string

Purpose of visit configured for the property

string

Vehicle number (max 80)

string

Vehicle license number (max 80)

string

Vehicle state (max 120)

string

Optional user ID for activity logging. If omitted when saving a note, the note is recorded under the property's admin user.

Responses

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