| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| start [2023/04/19 11:10] – [✔ PriceSearch] Administrator | start [2023/04/19 11:14] (current) – [4.CANCEL] Administrator |
|---|
| |
| **Description:** | **Description:** |
| ProductInfo returns not-dynamic, not-sensitive, stable information that should be cached in the client side on a regular basis (ideally every day, but once a week is acceptable).This function should not be included everytime a new request for new prices is made. (See [[documentation:start#pricesearch|PriceSearch]] for dynamic updated Prices) | ProductInfo returns not-dynamic, not-sensitive, stable information that should be cached in the client side on a regular basis (ideally every day, but once a week is acceptable).This function should not be included everytime a new request for new prices is made. (See [[start#pricesearch|PriceSearch]] for dynamic updated Prices) |
| |
| ProductInfo Replace the following functions: ListVendorFull, ProductDetails, ProductVendorInfo, PropertyImages. | ProductInfo Replace the following functions: ListVendorFull, ProductDetails, ProductVendorInfo, PropertyImages. |
| |
| |
| :!: //This function should be used together with [[documentation:start#pricesearch|PriceSearch]]// | :!: //This function should be used together with [[start#pricesearch|PriceSearch]]// |
| |
| |
| |1 |Username |string |1 |Y | | |1 |Username |string |1 |Y | |
| |1 |Password |string |1 |Y | | |1 |Password |string |1 |Y | |
| |1 |CityCode |string |1 |Y |Use [[documentation:start#listcities|ListCities]] to get City Codes from all available Cities| | |1 |CityCode |string |1 |Y |Use [[start#listcities|ListCities]] to get City Codes from all available Cities| |
| |1 |Type |string |1 |Y |Use 'Service' or 'Hotel' as parameters | | |1 |Type |string |1 |Y |Use 'Service' or 'Hotel' as parameters | |
| |
| |
| |
| * [[documentation:start#newmultiitemreservation|NewMultiItemReservation]] (v3) | * [[start#newmultiitemreservation|NewMultiItemReservation]] (v3) |
| |
| |
| |
| |
| * [[documentation:start#RetrieveReservation|RetrieveReservation]] | * [[start#RetrieveReservation|RetrieveReservation]] |
| |
| |
| **CANCEL FUNCTIONS:** Cancel existing reservations. | **CANCEL FUNCTIONS:** Cancel existing reservations. |
| |
| * [[documentation:start#cancelreservation|CancelReservation]] | * [[start#cancelreservation|CancelReservation]] |
| |
| |