| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| team5j [2023/06/08 13:38] – [✔ EscortedToursSearch] Administrator | team5j [2026/05/13 17:26] (current) – [✔ PriceSearch] Administrator |
|---|
| |
| :!: //**Default time zone for Cancellation Policy is EST / EDT** // | :!: //**Default time zone for Cancellation Policy is EST / EDT** // |
| | |
| | |
| | **Resort Fee Types:** Find all available resort fee types and it's corresponding Ids from here:[[https://developers.teamamericany.com/resortfeetypes.html|Resort Fee Link]] |
| | |
| |
| |
| |1 |Password |string |1 |Y | | |1 |Password |string |1 |Y | |
| |1 |CityCode |string |1 |Y |Use [[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 |N |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| |
| |1 |Occupancy |string |1 |Y |Accepts only 1 occupancy type per request. Single, Double, Triple, Quad, SGL+1CH, DBL+1CH, DBL+2CH, TPL+1CH. In addition XML5+ supports an another occupancy convention with child age **<occupancy type>+<number of children>CH-<first child age>-<second child age>**. For example, DBL+1CH-10 [given child age is 10], DBL+2CH-7-10 [1st child age is 7, 2nd child age is 10]| | |1 |Occupancy |string |1 |Y |Accepts only 1 occupancy type per request. Single, Double, Triple, Quad, SGL+1CH, DBL+1CH, DBL+2CH, TPL+1CH. In addition XML5+ supports an another occupancy convention with child age **<occupancy type>+<number of children>CH-<first child age>-<second child age>**. For example, DBL+1CH-10 [given child age is 10], DBL+2CH-7-10 [1st child age is 7, 2nd child age is 10]| |
| | 3 |PenaltyDeadline| string | 1 |N/A| Penalty will be added from this Date. Format will look like "YYYY-MM-DD T00:00:00.000 -04:00". **THIS IS AVAILABLE ONLY ON XML VERSION 5.1**| | | 3 |PenaltyDeadline| string | 1 |N/A| Penalty will be added from this Date. Format will look like "YYYY-MM-DD T00:00:00.000 -04:00". **THIS IS AVAILABLE ONLY ON XML VERSION 5.1**| |
| |
| |
| **Resort Fee Values** | |
| |
| ^ID^Type of Resort Fee^ | |
| |1|Paid Locally Per Person| | |
| |2|Paid Locally Per Room| | |
| |3|Paid Locally Per Day| | |
| |4|Paid Locally Plus Tax Per Person| | |
| |5|Paid Locally Plus Tax Per Room| | |
| |6|Paid Locally Plus Tax Per Day| | |
| |7|Waived For TeamAmerica| | |
| |8|Included In Rate| | |
| |9|Optional Resort Fee to be Paid Locally Plus Tax Per Day| | |
| |10|Paid Locally Per Room Per Day| | |
| |11|Paid Locally Plus Tax Per Person Per Day| | |
| |15|Plus Tax Per Room Per Day Included In Rate| | |
| |16|Plus Tax Paid Locally By Guests Per Room Per Day| | |
| |17|Paid Locally By Guests Per Room Per Day| | |
| |18|PER ROOM PER DAY WAIVED FOR PROMO (PERKS NOT RECEIVED)| | |
| |
| <code> | <code> |
| |1 |ProductCode |string |1 |Y | Mandatory if VendorName is blank, Product code or part of it| | |1 |ProductCode |string |1 |Y | Mandatory if VendorName is blank, Product code or part of it| |
| |1 |VendorName |string |1 |N | Mandatory if ProductCode is blank, Vendor (hotel) name or part of it | | |1 |VendorName |string |1 |N | Mandatory if ProductCode is blank, Vendor (hotel) name or part of it | |
| |1 |VendorID |INT |1 |Y | Mandatory if ProductCode is blank, Vendor (hotel) name or part of it. If you do not have a Vendor ID , use 0 as a value | | |1 |VendorID |INT |1 |N | Mandatory if ProductCode is blank, Vendor (hotel) name or part of it. If you do not have a Vendor ID , use 0 as a value | |
| |
| |
| |3 |ProductDate |string |1 |Y | Check-in date | | |3 |ProductDate |string |1 |Y | Check-in date | |
| |3 |Occupancy |string |1 |Y | Single, Double, Triple, Quad, SGL+1CH, DBL+1CH, DBL+2CH, TPL+1CH | | |3 |Occupancy |string |1 |Y | Single, Double, Triple, Quad, SGL+1CH, DBL+1CH, DBL+2CH, TPL+1CH | |
| |3 |NumberOfNights |int |1 |Y | Must be a value between 1 and 14. It should always be 1 for services.| | |3 |NumberOfNights |int |1 |Y | Must be a value between 1 and 21. It should always be 1 for services.| |
| |3 |Language |string |1 |N | Optional, ENG/ITA/GER/SPA/FRE/POR | | |3 |Language |string |1 |N | Optional, ENG/ITA/GER/SPA/FRE/POR | |
| |3 |PickUpLocation |string |1 |N | Optional, for Transfers - You must use the ListVendor function for possible values | | |3 |PickUpLocation |string |1 |N | Optional, for Transfers - You must use the ListVendor function for possible values | |
| |
| |
| =====✔ Book Escorted Tours using NewMultiItemReservation Method===== | =====✔ Book Packages or Escorted Tours using NewMultiItemReservation Method===== |
| |
| |