Adds or updates the driver and impact score for the existing event.
Request
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://fleet.roscolive.com/api/v1.0/events/' \
--form 'driver_id="1234"' \
--form 'impact_score=""'
Responses
application/json {
"meta": {
"code": 200
},
"response": {
"driver_card_id": "763460F6",
"driver_email": "Iliana49@hotmail.com",
"driver_id": 2167,
"driver_name": "Alison Graham",
"impact_score": true
},
"result": "OK"
}
Modified at 2025-08-21 14:30:38