Skip to main content

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

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

OK


Schema
    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[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
Loading...