getDriversLocationForGlobalMap
getDriversLocationForGlobalMap
Path Parameters
departmentUUID string required
departmentUUID
application/json
Request Body required
pickupDeliveryTripFilter
driverUUIDs string[]
endDate string
startDate string
statusList string[]
Responses
- 200
- 201
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
driverLocationList object[]
completeDriverString string
currentLocation object
address string
latitudeDouble double
longitude double
customerName string
customerUuid string
destination object
address string
latitudeDouble double
longitude double
destinationAddress string
driverName string
driverUUID string
eventUUID string
internalRideType string
isHide boolean
primaryDriverUUID string
rideType string
Possible values: [PICKUP_CUSTOMER
, PICKUP_VEHICLE
, DROPOFF_CUSTOMER
, DROPOFF_VEHICLE
, LOANER_SWAP
, MISCELLANEOUS
, RIDE_SHARE
]
secondaryDriverUUID string
serviceAdvisorName string
source object
address string
latitudeDouble double
longitude double
startTime date-time
subRideType string
transportType string
tripStatus string
tripUUID string
error object
errorCode string
errorDescription string
metadata object
property name* string
{
"driverLocationList": [
{
"completeDriverString": "string",
"currentLocation": {
"address": "string",
"latitudeDouble": 0,
"longitude": 0
},
"customerName": "string",
"customerUuid": "string",
"destination": {
"address": "string",
"latitudeDouble": 0,
"longitude": 0
},
"destinationAddress": "string",
"driverName": "string",
"driverUUID": "string",
"eventUUID": "string",
"internalRideType": "string",
"isHide": true,
"primaryDriverUUID": "string",
"rideType": "PICKUP_CUSTOMER",
"secondaryDriverUUID": "string",
"serviceAdvisorName": "string",
"source": {
"address": "string",
"latitudeDouble": 0,
"longitude": 0
},
"startTime": "2024-11-04T10:14:15.052Z",
"subRideType": "string",
"transportType": "string",
"tripStatus": "string",
"tripUUID": "string"
}
],
"error": {
"errorCode": "string",
"errorDescription": "string",
"metadata": {}
}
}
Created
Unauthorized
Forbidden
Not Found
Loading...