Booking Request / Response
Property | Data Type | Required | Description |
---|---|---|---|
externalId | String | Yes | ExternalId to identify this booking |
businessId | Number | Yes | Id that identifies the property |
businessType | String of Business Type | Yes | Type of the business |
bookingNumber | String | No | Id to identify this booking. Can be the same as externalId |
startTime | String of RFC 3339 Timestamp Format | Yes | Start date of the booking |
endTime | String of RFC 3339 Timestamp Format | Yes | End date of the booking |
type | String of Booking Type | Yes | Type of booking |
status | String of Booking Status | Yes | Status of the booking |
adultCount | Number | Yes | Number of adults in this booking |
childCount | Number | Yes | Number of children in this booking |
reasonForStay | String | No | Reason for the reservation |
company | String | No | Company that made the reservation |
bookedAt | String of RFC 3339 Timestamp Format | No | When the booking was created |
cancelledAt | String of RFC 3339 Timestamp Format | No | When the booking was cancelled |
customers | List of Customer | Yes | List of customers for this booking |
items | List of Booking Item | Yes | List of items for this booking |
notes | List of Booking Note | No | Additional notes to add to this booking |
Booking Status
Possible Values:
CONFIRMED
CHECKED_IN
CHECKED_OUT
CANCELLED
Booking Type
Possible Values:
ONLINE
WALK_IN
Business Type
Possible Values:
VENUE
EVENT