go back Home

RowDriverHoursLogs

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_logs company_id="..." id="..." descr="..." driver_id="..." end_date="..." fuel_consumption="..." hours="..." hours_type="..." latitude="..." longitude="..." start_date="..."/>

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_logs","company_id":"...","id":"...","descr":"...","driver_id":"...","end_date":"...","fuel_consumption":"...","hours":"...","hours_type":"...","latitude":"...","longitude":"...","start_date":"..."}

Fields

key name size type
company_id 4 String
id 32 String
descr 127 String
driver_id 8 String
end_date 19 Date
fuel_consumption 7.2 BigDecimal
hours 4.2 BigDecimal
hours_type 1 String
latitude 10.6 BigDecimal
longitude 10.6 BigDecimal
start_date 19 Date