put https://api.gomotive.com/v1/log_suggestions/
Purpose: Use this API to update an existing log suggestion to your drivers.
NOTE
Ensure to specify the ID of the log suggestion for which you are making an update to. Refer to the Path Parameters and Body Parameters section for more info.
Response Parameters
log_suggestion
- Type: Object
- Description: Details of a log suggestion.
id
- Type: Integer
- Description: The unique identifier for the log suggestion.
driver_ids
- Type: Integer
- Description: List of driver IDs associated with the log suggestion.
log_ids
- Type: Integer
- Description: List of log IDs associated with the log suggestion.
status
- Type: String
- Description: The status of the log suggestion (e.g.,
suggested
).
suggested_at
- Type: String
- Description: The timestamp when the suggestion was made.
reason
- Type: String
- Description: The reason for the log suggestion, if any.
id
- Type: Integer
- Description: The unique identifier for the driver.
first_name
- Type: String
- Description: The driver's first name.
last_name
- Type: String
- Description: The driver's last name.
driver_company_id
- Type: String
- Description: The company ID associated with the driver.
eld_mode
- Type: String
- Description: The vehicle gateway mode used by the driver. (e.g.,
logs
).
id
- Type: Integer
- Description: The unique identifier for the dispatcher.
first_name
- Type: String
- Description: The dispatcher's first name.
last_name
- Type: String
- Description: The dispatcher's last name.
suggested_changes
- Type: Object
- Description: List of changes suggested to the log.
field_name
- Type: String
- Description: The name of the field being suggested for change.
old_value
- Type: String
- Description: The previous value of the field.
new_value
- Type: string
- Description: The new value being suggested for the field.