Uber Trips
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
End-point to get summary for uber billing. Don't pass date range of more than 15 days.
Header Parameters
authorization string required
Base64 encoded basic auth
application/json
Request Body required
Request to fetch details of uber rides
customerUUIDs string[]
dealerDepartmentUUIDList string[]
dealerOrderUUIDs string[]
dealerUUIDList string[]
driverUUIDs string[]
endAppointmentTime string
lastAppointmentTime string
pageSize int32
requesterUserUUID string
rideType string
Possible values: [PICKUP_CUSTOMER, PICKUP_VEHICLE, DROPOFF_CUSTOMER, DROPOFF_VEHICLE, LOANER_SWAP, MISCELLANEOUS, RIDE_SHARE]
source string
Possible values: [DEALER_APP, WEB, PND_API, EXTERNAL_CONTROLLER]
startAppointmentTime string
tripStatusList string[]
Possible values: [DRAFT, AUTO_DRAFT, ASSIGNED, UNASSIGNED, OUTBOUND, INBOUND, READY_TO_DRIVE, AT_DESTINATION, AT_DEALERSHIP, COMPLETED, CANCELLED]
Responses
- 200
 - 201
 - 401
 - 403
 - 404
 
OK
application/json
Schema
Example (from schema)
Schema
- Array [
 - ]
 
averagePerTrip string
balanceForMonth string
error object
errorCode string
errorDescription string
metadata object
property name* string
statusCode int32
total string
totalMilesDriven string
totalMinutesDriven string
totalTrips string
warnings object[]
warningCode string
warningDescription string
{
  "averagePerTrip": "string",
  "balanceForMonth": "string",
  "error": {
    "errorCode": "string",
    "errorDescription": "string",
    "metadata": {}
  },
  "statusCode": 0,
  "total": "string",
  "totalMilesDriven": "string",
  "totalMinutesDriven": "string",
  "totalTrips": "string",
  "warnings": [
    {
      "warningCode": "string",
      "warningDescription": "string"
    }
  ]
}
Created
Unauthorized
Forbidden
Not Found
Loading...