| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| start [2023/04/19 11:06] – Administrator | start [2023/04/19 11:14] (current) – [4.CANCEL] Administrator |
|---|
| |
| |
| **SEARCH FUNCTIONS:** Everything needed to search and build a result is under this set of Functions. to enhance the response time we recommend having everything cached on a regular basis and only the newly designed [[documentation:team5j#pricesearch|PriceSearch]] function looking dynamically for prices within our system. | **SEARCH FUNCTIONS:** Everything needed to search and build a result is under this set of Functions. to enhance the response time we recommend having everything cached on a regular basis and only the newly designed [[start#pricesearch|PriceSearch]] function looking dynamically for prices within our system. |
| |
| |
| |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 |ProductCode |string |1 |Y |For all products in that city leave it blank| | |1 |ProductCode |string |1 |Y |For all products in that city leave it blank| |
| |1 |Type |string |1 |Y | ‘Hotel’ as default for searching hotels| | |1 |Type |string |1 |Y | ‘Hotel’ as default for searching hotels| |
| |
| **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]] |
| |
| |