Ride request

Ride request by deeplink

gett://order?
NameTypeDescription
client_idstringThe client ID
product_idstringProduct identifier, will go to the default product in case of missing or invalid.
pickup=my_locationstringin order to set the current user location as pickup
pickup_latitudefloatThe latitude coordinate for pickup
pickup_longitudefloatThe longitude coordinate for pickup
pickuppoi_name _optionalstringThe POI name for pickup, must be fully URL-encoded.
dropoff=my_locationstringin order to set the current user location as dropoff
dropoff_latitudefloatThe latitude coordinate for dropoff
dropoff_longitudefloatThe longitude coordinate for dropoff
dropoffpoi_name _optionalstringThe POI name for dropoff, must be fully URL-encoded.
note
optional
stringA note to the driver

Deep Link examples

Pickup, Dropoff and Product
gett://order?pickup_latitude=32.125391&pickup_longitude=34.816468&dropoff_latitude=32.117831&dropoff_longitude=34.798379&product_id=0c1202f8-6c43-4330-9d8a-3b4fa66505fd 

Pickup(user current location), Dropoff and Product

gett://order?pickup=my_location&dropoff_latitude=32.117831&dropoff_longitude=34.798379&product_id=0c1202f8-6c43-4330-9d8a-3b4fa66505fd

gett://order?pickup_latitude=32.125391&pickup_longitude=34.816468&dropoff_latitude=32.117831&dropoff_longitude=34.798379

Pickup, Dropoff(user current location)
gett://order?pickup_latitude=32.125391&pickup_longitude=34.816468&dropoff=my_location

Pickup
gett://order?pickup_latitude=51.5007292&pickup_longitude=-0.1246254&pickup_poi_name=Big%20Ben

action is missing although it might suppose without