File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,19 @@ 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 ) :
20+ - [ ` HotelIdsSearchEndToEndScenario .java` ] ( src/main/java/com/expediagroup/sdk/xap/examples/scenarios/lodging/ListingsHotelIdsSearchScenario.java ) :
2121
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.
22+ This example demonstrates how to retrieve accessible property ids from SDP DownloadURL API and
23+ then get the content and prices of these properties using the Lodging Listings API.
2424
2525- [ ` QuotesQuickStartScenario.java ` ] ( src/main/java/com/expediagroup/sdk/xap/examples/scenarios/lodging/QuotesQuickStartScenario.java ) :
2626
27- This example demonstrates how to retrieve accessible Vrbo property ids and location content from
27+ This example demonstrates how to search for property quotes with property IDs in
28+ Lodging Quotes API.
29+
30+ - [ ` VrboPropertySearchEndToEndScenario.java ` ] ( src/main/java/com/expediagroup/sdk/xap/examples/scenarios/lodging/VrboPropertySearchEndToEndScenario.java ) :
31+
32+ This example demonstrates how to retrieve accessible Vrbo property ids and location content from
2833 SDP DownloadURL API and then get the prices of these properties using the Lodging Quotes API.
2934
3035- [
You can’t perform that action at this time.
0 commit comments