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
error object
statusCode int32
warnings object[]
{
"error": {
"errorCode": "string",
"errorDescription": "string",
"metadata": {}
},
"statusCode": 0,
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Created
Unauthorized
Forbidden
Not Found
POST /v3/data-fix
Request
Request
curl / cURL
curl -L -X POST '//api.mykaarma.com/pickupdelivery/v3/data-fix' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerUUIDs": [
"string"
],
"dealerDepartmentUUIDList": [
"string"
],
"dealerOrderUUIDs": [
"string"
],
"dealerUUIDList": [
"string"
],
"driverUUIDs": [
"string"
],
"endAppointmentTime": "string",
"lastAppointmentTime": "string",
"pageSize": 0,
"requesterUserUUID": "string",
"rideType": "PICKUP_CUSTOMER",
"source": "DEALER_APP",
"startAppointmentTime": "string",
"tripStatusList": [
"DRAFT"
]
}'
python / requests
curl -L -X POST '//api.mykaarma.com/pickupdelivery/v3/data-fix' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerUUIDs": [
"string"
],
"dealerDepartmentUUIDList": [
"string"
],
"dealerOrderUUIDs": [
"string"
],
"dealerUUIDList": [
"string"
],
"driverUUIDs": [
"string"
],
"endAppointmentTime": "string",
"lastAppointmentTime": "string",
"pageSize": 0,
"requesterUserUUID": "string",
"rideType": "PICKUP_CUSTOMER",
"source": "DEALER_APP",
"startAppointmentTime": "string",
"tripStatusList": [
"DRAFT"
]
}'
go / native
curl -L -X POST '//api.mykaarma.com/pickupdelivery/v3/data-fix' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerUUIDs": [
"string"
],
"dealerDepartmentUUIDList": [
"string"
],
"dealerOrderUUIDs": [
"string"
],
"dealerUUIDList": [
"string"
],
"driverUUIDs": [
"string"
],
"endAppointmentTime": "string",
"lastAppointmentTime": "string",
"pageSize": 0,
"requesterUserUUID": "string",
"rideType": "PICKUP_CUSTOMER",
"source": "DEALER_APP",
"startAppointmentTime": "string",
"tripStatusList": [
"DRAFT"
]
}'
nodejs / axios
curl -L -X POST '//api.mykaarma.com/pickupdelivery/v3/data-fix' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerUUIDs": [
"string"
],
"dealerDepartmentUUIDList": [
"string"
],
"dealerOrderUUIDs": [
"string"
],
"dealerUUIDList": [
"string"
],
"driverUUIDs": [
"string"
],
"endAppointmentTime": "string",
"lastAppointmentTime": "string",
"pageSize": 0,
"requesterUserUUID": "string",
"rideType": "PICKUP_CUSTOMER",
"source": "DEALER_APP",
"startAppointmentTime": "string",
"tripStatusList": [
"DRAFT"
]
}'
ruby / Net::HTTP
curl -L -X POST '//api.mykaarma.com/pickupdelivery/v3/data-fix' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerUUIDs": [
"string"
],
"dealerDepartmentUUIDList": [
"string"
],
"dealerOrderUUIDs": [
"string"
],
"dealerUUIDList": [
"string"
],
"driverUUIDs": [
"string"
],
"endAppointmentTime": "string",
"lastAppointmentTime": "string",
"pageSize": 0,
"requesterUserUUID": "string",
"rideType": "PICKUP_CUSTOMER",
"source": "DEALER_APP",
"startAppointmentTime": "string",
"tripStatusList": [
"DRAFT"
]
}'
csharp / RestSharp
curl -L -X POST '//api.mykaarma.com/pickupdelivery/v3/data-fix' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerUUIDs": [
"string"
],
"dealerDepartmentUUIDList": [
"string"
],
"dealerOrderUUIDs": [
"string"
],
"dealerUUIDList": [
"string"
],
"driverUUIDs": [
"string"
],
"endAppointmentTime": "string",
"lastAppointmentTime": "string",
"pageSize": 0,
"requesterUserUUID": "string",
"rideType": "PICKUP_CUSTOMER",
"source": "DEALER_APP",
"startAppointmentTime": "string",
"tripStatusList": [
"DRAFT"
]
}'
php / cURL
curl -L -X POST '//api.mykaarma.com/pickupdelivery/v3/data-fix' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerUUIDs": [
"string"
],
"dealerDepartmentUUIDList": [
"string"
],
"dealerOrderUUIDs": [
"string"
],
"dealerUUIDList": [
"string"
],
"driverUUIDs": [
"string"
],
"endAppointmentTime": "string",
"lastAppointmentTime": "string",
"pageSize": 0,
"requesterUserUUID": "string",
"rideType": "PICKUP_CUSTOMER",
"source": "DEALER_APP",
"startAppointmentTime": "string",
"tripStatusList": [
"DRAFT"
]
}'
java / OkHttp
curl -L -X POST '//api.mykaarma.com/pickupdelivery/v3/data-fix' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerUUIDs": [
"string"
],
"dealerDepartmentUUIDList": [
"string"
],
"dealerOrderUUIDs": [
"string"
],
"dealerUUIDList": [
"string"
],
"driverUUIDs": [
"string"
],
"endAppointmentTime": "string",
"lastAppointmentTime": "string",
"pageSize": 0,
"requesterUserUUID": "string",
"rideType": "PICKUP_CUSTOMER",
"source": "DEALER_APP",
"startAppointmentTime": "string",
"tripStatusList": [
"DRAFT"
]
}'
powershell / RestMethod
curl -L -X POST '//api.mykaarma.com/pickupdelivery/v3/data-fix' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerUUIDs": [
"string"
],
"dealerDepartmentUUIDList": [
"string"
],
"dealerOrderUUIDs": [
"string"
],
"dealerUUIDList": [
"string"
],
"driverUUIDs": [
"string"
],
"endAppointmentTime": "string",
"lastAppointmentTime": "string",
"pageSize": 0,
"requesterUserUUID": "string",
"rideType": "PICKUP_CUSTOMER",
"source": "DEALER_APP",
"startAppointmentTime": "string",
"tripStatusList": [
"DRAFT"
]
}'