SiteMinder APIs
Help CentrePartner ContactsTest Extranet LoginBecome a SiteMinder Partner
  • Hub
  • Quickstart
  • Integration Process
  • CHANNELS
    • Introduction
      • SiteConnect
        • Getting Started
        • Developer Guide
          • Integration Requirements
          • Message Structure
          • Error Handling
        • API Reference
          • Rooms and Rates
          • Availability and Restrictions
          • Rates
          • Reservations
            • Reservation XML Sample
        • Testing and Certification
        • Changelog
        • FAQ
      • Channels Plus
        • Getting Started
        • Developer Guide
          • Partner Portal
          • Deals
          • Invoicing: Gross vs. Net
        • API Reference
          • Properties
          • Property
          • Lock Reservation
          • Confirm Reservation
          • Modify Reservation
          • Cancel Reservation
        • Testing and Certification
        • Swagger
        • Changelog
        • FAQ
  • PMS / RMS
    • Introduction
      • pmsXchange
        • Getting Started
        • Developer Guide
          • Integration Requirements
          • Message Structure
          • Error Handling
        • API Reference
          • Rooms and Rates
          • Availability and Restrictions
          • Rates
          • Reservations
            • Reservations PULL
            • Reservations Import
            • Reservations Upload
              • Reservation Types
            • Payment Transaction Record
            • Credit Card Tokenization
            • Reservations XML Samples
              • Reservations PULL Samples
              • Reservations Upload Samples
        • Testing and Certification
        • Changelog
        • FAQ
  • APPS
    • Introduction
      • SiteMinder Exchange
        • Getting Started
        • Developer Guide
          • Integration Requirements
          • Message Structure
          • Error Handling
        • API Reference
          • Availability and Rates
            • Publishers
            • Hotels
            • RoomTypes
            • RatePlans
            • Availability
            • Rates
            • Models
            • Response Samples
              • Publishers Sample
              • Hotels Sample
              • RoomTypes Samples
              • RatePlans Samples
              • Availability Samples
              • Rates Sample
            • ARI 1-Way Guidelines
          • Reservations
            • Maximum Content Sample
            • Minimum Content Sample
        • Testing and Certification
        • Activation & Deactivation Process for Hotels
          • Activation Process for Hotels
          • Activation Form Parameterisation
          • Deactivation Process for Hotels
        • Changelog
          • Reservations API Changelog
          • ARI API Changelog
        • FAQ
  • Additional Resources
    • Reference Tables
      • Booking Agent Codes
      • Document Type Code (DOC)
      • Error Codes (ERR)
      • Error Warning Types (EWT)
      • Fee Tax Type (FTT)
      • Handling HTTP 500
      • Meal Plan Type (MPT)
      • OpenTravel Codes List
      • Payment Card Provider Codes
      • Service and Extra Charge
      • Strong Customer Authentication Codes
      • Test Credit Cards
    • Glossary
    • FAQ
Powered by GitBook
On this page
  • RatePlans by Hotel
  • RatePlans by Rate Plan Code

Was this helpful?

  1. APPS
  2. Introduction
  3. SiteMinder Exchange
  4. API Reference
  5. Availability and Rates
  6. Response Samples

RatePlans Samples

Last updated 4 months ago

Was this helpful?

RatePlans by Hotel

Method: GET Path: ​/publisher​s/{publisherCode}​/hotel​s/{hotelCode}​/ratePlans Description: Lists all the rate plans for a specific publisher and hotel. Sample Response

[
  {
    "code": "BAR",
    "hotelCode": "sample",
    "category": "rack",
    "yieldable": false,
    "marketCode": "rack-market-code",
    "confidential": false,
    "start": "2018-06-04",
    "end": "2019-12-31",
    "commissionable": true,
    "names": [
      {
        "lang": "EN",
        "name": "BAR"
      }
    ],
    "descriptions": [
      {
        "lang": "EN",
        "description": "Best Available Rate"
      }
    ],
    "commission": {
      "percentage": null,
      "amount": 100
    },
    "minimumAdvancedBookingOffset": 0,
    "maximumAdvancedBookingOffset": 3,
    "minLOS": 1,
    "maxLOS": 5,
    "arrivalWeekDays": [
      "mon",
      "sat",
      "sun"
    ],
    "availableWeekDays": [
      "tue",
      "wed",
      "thur"
    ],
    "lastModifiedAt": "2019-03-05T05:21:21.553Z",
    "createdAt": "2019-03-05T05:21:11.253Z"
  },
  {
    "code": "CORP1",
    "hotelCode": "sample",
    "category": "rack",
    "yieldable": true,
    "marketCode": "rack-market-code",
    "confidential": true,
    "start": "2018-07-05",
    "end": "2019-11-30",
    "commissionable": true,
    "names": [
      {
        "lang": "EN",
        "name": "CR1"
      }
    ],
    "descriptions": [
      {
        "lang": "EN",
        "description": "Corporate Rate 1"
      }
    ],
    "commission": null,
    "minimumAdvancedBookingOffset": 1,
    "maximumAdvancedBookingOffset": 7,
    "minLOS": 1,
    "maxLOS": 14,
    "arrivalWeekDays": [
      "mon",
      "tue",
      "wed",
      "thur",
      "fri",
      "sat",
      "sun"
    ],
    "availableWeekDays": [
      "mon",
      "tue",
      "wed",
      "thur",
      "fri"
    ],
    "lastModifiedAt": "2019-03-05T05:21:21.746Z",
    "createdAt": "2019-03-05T05:21:21.653Z"
  },
  {
    "code": "CORP2",
    "hotelCode": "sample",
    "category": "rack",
    "yieldable": true,
    "marketCode": "rack-market-code",
    "confidential": true,
    "start": "2018-07-05",
    "end": "2019-11-30",
    "commissionable": true,
    "names": [
      {
        "lang": "EN",
        "name": "CR2"
      }
    ],
    "descriptions": [
      {
        "lang": "EN",
        "description": "Corporate Rate 2"
      }
    ],
    "commission": null,
    "minimumAdvancedBookingOffset": 1,
    "maximumAdvancedBookingOffset": 7,
    "minLOS": 1,
    "maxLOS": 14,
    "arrivalWeekDays": [
      "mon",
      "tue",
      "wed",
      "thur",
      "fri",
      "sat",
      "sun"
    ],
    "availableWeekDays": [
      "mon",
      "tue",
      "wed",
      "thur",
      "fri"
    ],
    "lastModifiedAt": "2019-03-05T05:21:22.134Z",
    "createdAt": "2019-03-05T05:21:22.041Z"
  },
  {
    "code": "NEG",
    "hotelCode": "sample",
    "category": "rack",
    "yieldable": true,
    "marketCode": "rack-market-code",
    "confidential": true,
    "start": "2018-07-05",
    "end": "2019-12-31",
    "commissionable": true,
    "names": [
      {
        "lang": "EN",
        "name": "NR"
      }
    ],
    "descriptions": [
      {
        "lang": "EN",
        "description": "Negotiated Rate"
      }
    ],
    "commission": null,
    "minimumAdvancedBookingOffset": 1,
    "maximumAdvancedBookingOffset": 7,
    "minLOS": 1,
    "maxLOS": 21,
    "arrivalWeekDays": [
      "mon",
      "tue",
      "wed",
      "thur"
    ],
    "availableWeekDays": [
      "fri",
      "sat",
      "sun"
    ],
    "lastModifiedAt": "2019-03-05T05:21:21.941Z",
    "createdAt": "2019-03-05T05:21:21.846Z"
  }
]

RatePlans by Rate Plan Code

Method: GET Path: ​/publisher​s/{publisherCode}​/hotel​s/{hotelCode}​/ratePlans​/{ratePlanCode} Description: Get a specific rate plan for a publisher and hotel. Sample Response

{
  "code": "CORP1",
  "hotelCode": "sample",
  "category": "rack",
  "yieldable": true,
  "marketCode": "rack-market-code",
  "confidential": true,
  "start": "2018-07-05",
  "end": "2019-11-30",
  "commissionable": true,
  "names": [
    {
      "lang": "EN",
      "name": "CR1"
    }
  ],
  "descriptions": [
    {
      "lang": "EN",
      "description": "Corporate Rate 1"
    }
  ],
  "commission": null,
  "minimumAdvancedBookingOffset": 1,
  "maximumAdvancedBookingOffset": 7,
  "minLOS": 1,
  "maxLOS": 14,
  "arrivalWeekDays": [
    "mon",
    "tue",
    "wed",
    "thur",
    "fri",
    "sat",
    "sun"
  ],
  "availableWeekDays": [
    "mon",
    "tue",
    "wed",
    "thur",
    "fri"
  ],
  "lastModifiedAt": "2019-03-05T05:21:21.746Z",
  "createdAt": "2019-03-05T05:21:21.653Z"
}

RatePlans by Hotel
RatePlans by Rate Plan Code