Update report
Partially updates a driver’s self-reported hours worked and/or miles driven for a calendar day. Caller must be the driver themselves. | authz: allowed_org_types=[provider], min_org_role=driver | (DriverSelfReportedHoursAndMileageClientUpdate1) -> (DriverSelfReportedHoursAndMileage1)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
driver_id
report_date
Request
This endpoint expects an object.
hours_worked
hours_worked__set_to_None
miles_driven
miles_driven__set_to_None
Response
Successful Response
_id
created_at_timestamp
created_by_user_id
Must be a string starting with user_
date
driver_id
org_id
Must be a string starting with org_
schema_version
updated_at
hours_worked
miles_driven
Errors
422
Drivers Update Self Reported Hours and Mileage V1request Unprocessable Entity Error

