dataFixForUber
dataFixForUber
application/json
Request Body required
getTripsByFilterRequest
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 [
- ]
error object
errorCode string
errorDescription string
metadata object
property name* string
statusCode int32
warnings object[]
warningCode string
warningDescription string
{
"error": {
"errorCode": "string",
"errorDescription": "string",
"metadata": {}
},
"statusCode": 0,
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Created
Unauthorized
Forbidden
Not Found
Loading...