...
- Method - Read Availability Range
- XML-API: readTourAvailabilityRange
- JSON-API: read-availability-range
FYI - There is no method to read availability for Pickup, if it is required, we advise to work with method Check Reservation.
- Method - Read Tour Price Range
- XML-API: readTourPricesRange
- JSON-API: read-price-range
FYI: Some of the prices cannot be read by this request, for example a special price for Family Package or special discount (Smart Rule). We advise to work with the method Check Reservation. Another idea, is contact the Operator to create a special passenger to work as with Family Package (i.e. Passenger 1 = Adult, Passenger 3 = Child and Passenger 5 - Family Child). Or, another idea, is work with the method Check Reservation.
- Method
...
readTourAvailability
readTourPrices
readTourPickups
- - Read Tour Pickups
- XML-API: readTourPickups
- JSON-API: read-tour-pickups
FYI: For the JSON-API, there is another method to read Transfers (Pickup + Dropoff). We hardly recommend this method:
- Method - Read Transfers
- JSON-API: read-transfers
- JSON-API: read-transfers
- Method - Check Reservation
- XML-API: checkReservation
- JSON-API: check-reservation
FYI - For the XML-API, there is a special method to also check the price (JSON-API already include the price):
- Method - Check Reservation and Prices
- JSON-API: CheckReservationAndPrices
- Method - Write Reservation
- XML-API: writeReservation
- JSON-API: write-reservation
FYI - For the JSON-API, there is also a method to read reservation for a review:
- Method - Read Reservation
- JSON-API: read-reservation
- Method - Cancel Reservation
- XML-API: writeCancelation
- JSON-API: write-cancelation
FYI - There are some rules that will not allow to Write Cancelation:
- Cannot cancel the booking within the web expiry time;
- Cannot cancel the booking after tour date;
- Cannot cancel booking if the payment was already collected (via Credit Card, PayPal, etc);
- After the booking be edited by the Operator, the agent can only cancel what was not edited. For example, the Operator added a new tour, the booking will not be cancelled but the tour will be.
_______________________________________________________________________________________________________________
...