Adds or updates the driver and impact score for the existing event.
Request
Body Params multipart/form-data
driver_id
integer <int32>
requiredID of driver in RoscoLive (NOT card_id)
Impact score of that specific event
Request samples
curl --location --request POST 'https://fleet.roscolive.com/api/v1.0/events/' \
--form 'driver_id="1234"' \
--form 'impact_score=""'
Responses
application/json HTTP status code returned by server
Card ID associated with this driver.
Unique ID assigned to driver record in RoscoLive
Flag for if true
this event will impact the driver's score
"OK" if request successful, otherwise "Fail"
{
"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-06-15 10:46:58