trackingInfo
trackingInfo
Path Parameters
sub_trip_uuid string required
sub_trip_uuid
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
dealerLogo string
destination object
address string
latitudeDouble double
longitude double
driver object
imageUrl string
name string
phone string
error object
errorCode string
errorDescription string
metadata object
property name* string
lastLocation object
address string
latitudeDouble double
longitude double
manager object
imageUrl string
name string
phone string
rideType string
Possible values: [PICKUP_CUSTOMER
, PICKUP_VEHICLE
, DROPOFF_CUSTOMER
, DROPOFF_VEHICLE
, LOANER_SWAP
, MISCELLANEOUS
, RIDE_SHARE
]
showDriverNumberToCustomer boolean
source object
address string
latitudeDouble double
longitude double
subRideType string
Possible values: [OUTBOUND
, INBOUND
]
subscribeKey string
tripStatus string
warnings object[]
warningCode string
warningDescription string
{
"dealerLogo": "string",
"destination": {
"address": "string",
"latitudeDouble": 0,
"longitude": 0
},
"driver": {
"imageUrl": "string",
"name": "string",
"phone": "string"
},
"error": {
"errorCode": "string",
"errorDescription": "string",
"metadata": {}
},
"lastLocation": {
"address": "string",
"latitudeDouble": 0,
"longitude": 0
},
"manager": {
"imageUrl": "string",
"name": "string",
"phone": "string"
},
"rideType": "PICKUP_CUSTOMER",
"showDriverNumberToCustomer": true,
"source": {
"address": "string",
"latitudeDouble": 0,
"longitude": 0
},
"subRideType": "OUTBOUND",
"subscribeKey": "string",
"tripStatus": "string",
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Unauthorized
Forbidden
Not Found
Loading...