Action data model
latnumber
Latitude of the vehicle when the action occurred.
lonnumber
Longtitude of the vehicle when the action happened
action_typestringrequired
Type of action.
data objectrequired
This is a required parameter, if there is no data needed, set to empty object.
commentstring
Optional comment that a driver can leave.
image_urlsstring<uri>[]
URLs of uploaded attachements (such as photos of POD)
action_subtypestring
Optional action type definition (for example, photo).
Action data model
{
"lat": 0,
"lon": 0,
"action_type": "string",
"data": {
"comment": "string"
},
"image_urls": [
"string"
],
"action_subtype": "string"
}