v1
latestOpenAPI 3.1.02026-07-2617501.1 MBCreate a new log suggestion
post/v1/log_suggestions
Request body
Response
201
Example response
{
"log_suggestion": {
"id": 12381,
"driver_ids": [
1061934
],
"log_ids": [
4490470
],
"status": "suggested",
"suggested_at": "2022-07-28T19:44:18Z",
"drivers": [
{
"driver": {
"id": 1061934,
"first_name": "John",
"last_name": "Smith",
"eld_mode": "logs"
}
}
],
"dispatchers": [
{
"dispatcher": {
"id": 1054357,
"first_name": "James",
"last_name": "Robert"
}
}
],
"suggested_changes": [
{
"field_name": "ref_no",
"new_value": "Document 1, Document 2"
}
]
}
}