🖊️
Pelican - Booking Channel Integration
CtrlK
  • Introduction
  • Endpoints
  • Message Security
  • Create/Update Property (OTA_HotelDescriptiveContentNotif)
    • Request Body
    • Example Request/Response
  • Create/Update Room Type (OTA_HotelRoom)
    • Request Body
    • Example Request/Response
    • Example: Update/Modify Room Type
    • Example: Deactivate room
  • Create/Update Rate Plan (OTA_HotelRatePlan)
    • Request Body
    • Example Request/Response
    • Example: Change Rate Plan Name
    • Example: Deactivate Rate Plan
    • Example: Activate Rate Plan
  • Availability, Rates & Restrictions (Availability)
    • Request Body
    • Example Request/Response
  • Reservation
    • Response Body
    • Example Request/Response
    • Reservation Notification
      • Example Request/Response
Powered by GitBook
On this page
  1. Reservation
  2. Reservation Notification

Example Request/Response

Header

Authorization: Basic [API key]

Example

Authorization: Basic dhxHaThFUDg6czVJYUR5bGw= 

Body

{
   "hotelid": "HT24001234",
   "reservation_notif": {
      "reservation_notif_id": ["170867534138555979264"]
   }
}
{
   "Status":"Success"
}
{
   "Status": "Fail",
   "Errors": {
     "Code": "950",
     "ShortText": "Reservation Not Found"
   }
 }
PreviousReservation Notification

Last updated 1 year ago