post https://api.gomotive.com/v1/log_suggestions
Purpose: Log suggestions are made to correct or update log entries for drivers in Motive. Use this API to create a new log suggestion.
NOTE
Ensure that you add the body parameters as per your requirements. For more info, refer to the Body Parameters section below:
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 ELD mode for 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.