Ride request
Ride request by deeplink
gett://order?
Name | Type | Description |
---|---|---|
client_id | string | The client ID |
product_id | string | Product identifier, will go to the default product in case of missing or invalid. |
pickup=my_location | string | in order to set the current user location as pickup |
pickup_latitude | float | The latitude coordinate for pickup |
pickup_longitude | float | The longitude coordinate for pickup |
pickuppoi_name _optional | string | The POI name for pickup, must be fully URL-encoded. |
dropoff=my_location | string | in order to set the current user location as dropoff |
dropoff_latitude | float | The latitude coordinate for dropoff |
dropoff_longitude | float | The longitude coordinate for dropoff |
dropoffpoi_name _optional | string | The POI name for dropoff, must be fully URL-encoded. |
note optional | string | A 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
Updated about 1 year ago