Documentation

Pickup time possibilities Transfers logo icon



How times must be requested

  1. Origin airport (or train station) - destination hotel / port / train /airport >>>
    Flight arrival time (train) always, we DO NOT calculate Pick up time, we return the one informed by you as arrival time.


  2. Origin hotel - destination airport (or train ) >>>
    We calculate it, we (or the provider afterwards especially in shared) depending on the flight departure time (train), is NOT the time desired by the client.


  3. Origin hotel - destination port >>>
    IS the time desired by the client, not the time of departure of the ship and we DO NOT calculate the pick up, because for the cruises boarding takes several hours, the customer can choose when he wants to go.


  4. Origin port - destination hotel / port / train / airport >>>
    IS the time desired by the client, not arrival of the ship (cruise), We do not calculate pick-up since, just like boarding, disembarkation lasts several hours, the client can choose to get off before or after.


  5. Origin hotel - destination hotel >>>
    IS the time desired by the client, we DO NOT calculate the pick up.


Basically, IF service is outbound type IATA/STATION we CALCULATE the pickup time.



See full table :


From ATLAS/GIATA (HB hotel codes / GIATA hotel codes)

fromType toType RqTime PickupTime
ATLAS/GIATA ATLAS/GIATA Pickup Time Will the requested
ATLAS/GIATA IATA Flight Departure time Will be calculated
ATLAS/GIATA TRAIN Train Departure time Will be calculated
ATLAS/GIATA GPS Pickup Time Will the requested
ATLAS/GIATA PORT Pickup Time Will the requested


From GPS

fromType toType RqTime PickupTime
GPS ATLAS/GIATA Pickup Time Will the requested
GPS IATA Flight Departure time Will be calculated
GPS TRAIN Train Departure time Will be calculated
GPS GPS Pickup Time Will the requested
GPS PORT Pickup Time Will the requested


From IATA (Airport code)

fromType toType RqTime PickupTime
IATA ATLAS/GIATA Flight Arrival time Will the requested
IATA IATA Flight Arrival time Will the requested
IATA TRAIN Flight Arrival time Will the requested
IATA GPS Flight Arrival time Will the requested
IATA PORT Flight Arrival time Will the requested


From train station

fromType toType RqTime PickupTime
TRAIN ATLAS/GIATA Train Arrival time Will the requested
TRAIN IATA Train Arrival time Will the requested
TRAIN TRAIN Train Arrival time Will the requested
TRAIN GPS Train Arrival time Will the requested
TRAIN PORT Train Arrival time Will the requested


From port

fromType toType RqTime PickupTime
PORT ATLAS/GIATA Vessel Arrival time Will the requested
PORT IATA Vessel Arrival time Will the requested
PORT TRAIN Vessel Arrival time Will the requested
PORT GPS Vessel Arrival time Will the requested
PORT PORT Vessel Arrival time Will the requested


Returned pickup time options

Usually the pickupTime will be returned in the availability, but in some cases, the time could be null.


For cases pickupTime is null:

  • If “mustCheckPickupTime” is true, you must show the final client the “checkPickupinformation, before he confirms, saying they must check the website before x hours of the service date in order to see the confirmed pickup time.

  • Or the pickupTime is null, the “mustCheckPickupTime” is false in the “transferRemarks” it will specify how the time must be checked, could be calling a phone number, or the provider will contact the client hotel in order to confirm the time for.

 

IF(services[x].pickupInformation.time = null) {

 

 

    IF(services[x].pickupInformation.pickup.checkPickup.mustCheckPickupTime = true) {

        Display “The pickup time will be provided in...pickupInformation.pickup.checkPickup.url @ value” “…pickupInformation.pickup.checkPickup.hoursBeforeConsulting @ value” hours before the departure.

        For example “The pickup time will be provided in https: //checkpickup.com/ 36 hours before the departure.

    }

}


Remember that in case of returning “mustCheckPickupTime = true” the website information must be shown in the voucher, also, the transfer remarks always need to be also shown, before confirmation and must be present in the voucher.