File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,21 @@ Currently, the following scenarios are included:
1717 This example demonstrates how to search for properties with a location keyword with filters
1818 applied in Lodging Listings API.
1919
20+ - [ ` ListingsHotelIdsSearchScenario.java ` ] ( src/main/java/com/expediagroup/sdk/xap/examples/scenarios/lodging/ListingsHotelIdsSearchScenario.java ) :
21+
22+ This example demonstrates how to retrieve accessible property ids and location content from
23+ SDP DownloadURL API and then get the prices of these properties using the Lodging Listings API.
24+
2025- [ ` QuotesQuickStartScenario.java ` ] ( src/main/java/com/expediagroup/sdk/xap/examples/scenarios/lodging/QuotesQuickStartScenario.java ) :
2126
22- This example demonstrates how to search for property quotes with property IDs in Lodging Quotes API.
27+ This example demonstrates how to retrieve accessible Vrbo property ids and location content from
28+ SDP DownloadURL API and then get the prices of these properties using the Lodging Quotes API.
2329
2430- [
2531 ` AvailabilityCalendarsQuickStartScenario.java ` ] ( src/main/java/com/expediagroup/sdk/xap/examples/scenarios/lodging/AvailabilityCalendarsQuickStartScenario.java ) :
2632
27- This example demonstrates how to search for availability calendars with property IDs in Lodging Availability Calendar API.
33+ This example demonstrates how to use Availability Calendar api with simple search.
34+ In terms of how to get property Ids, you can refer to ` QuotesQuickStartScenario.java ` .
2835
2936We are continuously adding more scenarios to demonstrate the usage of other XAP APIs.
3037
You can’t perform that action at this time.
0 commit comments