Skip Navigation

Get Offer

Overview

The Get Offer API allows Booking Engine application users view details of a specific SRS Product like dates/times (when the product is available), price and tax details of the product, product variations, descriptive content. The information returned by this API can help choose the right product.

To view SRS Product/Offer details, pass the following information in the request:

  • SRS Product Id also called as Offer Id
  • Number of Guests by their Age Type (Adult, Senior, Child)
  • Stay Dates
  • Booking Channel
  • Vendor Store Id

Additionally, for performance optimization - to avoid bringing all available timeslots up front for the SRS Product - pass the start and end date information in the following field in the request body:

 "offerInstanceFilterCriteria": {
    "endDateTime": "2023-10-30T23:59:59.999Z",
    "filterType": "QUANTITY_DATETIME",
    "startDateTime": "2023-10-30T00:00:00.000Z"
  },

The response includes all details of the SRS product: Product Name, Product Description, Product SKU, Product Availabilities, Pricing and Tax Details, Charge Type and Charge Frequency, Policy Details, Descriptive Content, and Product Categories it belongs to.