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

