associate a driver with a trip
Partner associates a driver with a trip by driver ID. If it's a new driver, then 'driver_name' field should be used for adding a new driver
Request
Body Params multipart/form-data
Example:{{TRIP_PHOTOS_IDS}}
Request samples
curl --location -g --request POST 'https://fleet.roscolive.com/api/v1.0/api/{{API_VERSION}}/associate/driver/withtrip' \
--form 'trip_photos_ids="{{TRIP_PHOTOS_IDS}}"' \
--form 'driver_id="{{DRIVER_ID}}"' \
--form 'driver_name="{{DRIVER_NAME}}"'
Responses
application/json Modified at 2024-07-25 02:00:14