Reservation
webhook endpoint for sending reservation events to Bonomi
Event: Reservation Started
POST https://bonomisite.bubbleapps.io/api/1.1/wf/reservation
Authentication: Bearer "API-TOKEN"
Content-Type: application/json
{
"IntegrationId": "1234-abcd",
"PropertyId": "432686",
"EventType": "ReservationStarted",
"ReservationId": "bfee2c44-1f84-4326-a862-5289598f6e2d",
"ReservationOrigin": "ChannelManager",
"CreatedUtc": "2022-04-12T14:58:02Z",
"StartUtc": "2022-05-20T13:00:00Z",
"EndUtc": "2022-05-28T11:00:00Z",
"ReservationState": "Started",
"ReservationPurpose": "Leisure",
"RoomTypeId: "abcad",
"AssignedResourceNumber": "303",
"AdultCounts": 2,
"ChildCounts": 2,
"RateId": "string",
"MealPlan": "string",
"CustomerId": "35d4b117-4e60-44a3-9580-c582117eff98",
"BirthDate": "2016-02-22T11:00:00Z",
"FirstName": "John",
"LastName": "Doe",
"Email": "[email protected]",
"Phone": "0036205149715",
"NationalityCode": "US",
"LoyaltyCode": "12ab",
"PreferredLanguage": "hu-hu",
"StaffComment": "loves fresh flowers"
}Property
Type
Contract
Description
Event Types
Reservation state
Reservation origin
Reservation purpose
Last updated