Retrieve Offers Availability
The availOffers
query allows you to retrieve the availability of specific offers in the Inventory.
Query Fields
success
offers
rateCode
offers
code
stopSales
closeMaster
closeOnArrival
closeOnDeparture
dateRange
start
end
adviseMessages
code
description
level
correlationID
external
code
message
Returned Field Explanations
success
: A boolean that indicates whether the query was successful.offers
: The details of the offers for which the availability was retrieved. It includes therateCode
of the offer, thecode
of the specific offer, and anystopSales
conditions.stopSales
: This field contains conditions that can restrict the availability of the offer.closeMaster
: A boolean that indicates whether the offer is closed for the entire date range.closeOnArrival
: A boolean that indicates whether the offer is closed on arrival.closeOnDeparture
: A boolean that indicates whether the offer is closed on departure.
dateRange
: The date range during which the conditions will be applied. It includes thestart
andend
dates.adviseMessages
: An array of messages that provide information about the query. Each message includes acode
,description
,level
,correlationID
, andexternal
fields, which indicate whether the message is internal or external and provide the code and message of the external message.
Query Inputs
When building your availOffers
query, you have 1 input to fill based on your specific needs:
- Criteria
1. Criteria
This query will allow you to enter specific details in the fields clientCode
, supplierCode
, hotelCode
, offers
, and dateRange
to retrieve the availability of specific offers.
Mandatory input
clientCode
supplierCode
hotelCode
offers
rateCode
dateRange
start
end
Field Explanations
clientCode
,supplierCode
,hotelCode
: These fields identify the client, supplier, and hotel for which the offer availability is being retrieved.offers
: This field contains the details of the offers for which the availability is being retrieved. It includes therateCode
of the offer and thedateRange
for which the availability is being retrieved.dateRange
: This field specifies the date range for which the availability is being retrieved.
Requests Examples
Retrieve availability for a specific offer
With this example, we are going to retrieve the availability for a specific offer within a specific date range.
Retrieve availability for multiple offers
With this example, we are going to retrieve the availability for multiple offers within a specific date range.