postReservation

Adds a reservation to the selected property

Form Data
string | null

Property ID

string | null

The third-party source ID for this reservation.

string | null

If it was received from a booking channel, this can be an identifier from that channel.

date

Check-In date.

date

Check-Out date.

string

First name of the guest

string

Last name of the guest

string | null
enum
Allowed:
string

Valid ISO-Code for Country (2 characters)

string

ZIP Code

string

Guest email

string | null

Guest main phone number

guestRequirements
array of objects | null

Object with guest requirements information.

guestRequirements
string | null

Estimated Arrival Time, 24-hour format.

rooms
array of objects

Array with quantity of rooms

rooms
adults
array of objects

Array with number of adults

adults
children
array of objects

Array with number of children

children
string
enum

Payment Method of choice.

Allowed:
string | null

Credit Card identifier. Payment Method must be credit. This field should be filled with credit card identifier according to gateway. Only available for Stripe and should send the Customer ID.

string | null

Transaction identifier. Payment Method must be credit. This field should be filled with transaction identifier according to gateway. Only available for Stripe and it should be filled with Charge ID associated to the Payment Intent.

customFields
array of objects | null

Array with custom fields information

customFields
string | null

Promotional code. Required for specials and packages that uses it. "rateID" parameter required for using "promoCode".

string | null

Allotment block code to add reservation to allotment block.

string | null

Code from the Aggregate Allotment block the reservation will be added to.

date-time | null

Date reservation was made. Defaults to current date if omitted.

boolean | null
Defaults to true

Send confirmation email to guest.

Response

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