go back Home

RowDriverHours

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<driver_hours company_id="..." driver_id="..." log_date="..." hours="..." is_reset_day="..." miles_driven="..." off_duty_hours="..." remaining_hours="..." sleeper_hours="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"__type":"driver_hours","company_id":"...","driver_id":"...","log_date":"...","hours":"...","is_reset_day":"...","miles_driven":"...","off_duty_hours":"...","remaining_hours":"...","sleeper_hours":"..."}

Fields

key name size type
company_id 4 String
driver_id 8 String
log_date 10 Date
hours 4.2 BigDecimal
is_reset_day 1 String
miles_driven 12.1 BigDecimal
off_duty_hours 4.2 BigDecimal
remaining_hours 4.2 BigDecimal
sleeper_hours 4.2 BigDecimal