🖊️
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. Create/Update Rate Plan (OTA_HotelRatePlan)

Example: Deactivate Rate Plan

{
    "RatePlans": {
        "HotelCode": "HT24001234",
        "RatePlan": [{
                "RatePlanNotifType": "Remove",
                "RatePlanID": "TN24000002"
            }
        ]
    }
}
PreviousExample: Change Rate Plan NameNextExample: Activate Rate Plan

Last updated 1 year ago