Odometer List

id
Integer
id of the odometer data
start_time
Time
odometer start date and time
end_time
Time
odometer end date and time
company_id
Integer
id of the company
employee_id
Integer
id of the employee from which odometer was added
start_reading
String
start reading values in numbers
end_reading
String
end reading value in number
start_location
String
start location added while adding odometer data
end_location
String
end location added while adding odometer data
notes
String
text field added in notes while adding odometer
distance_unit
String
unit if selected miles shows 0 , if kms shows 1
distance
String
calculated based on start reading value and end reading value
Request
$Curl http://dev.deltasalesapp.com/api/v1/fetchOdometerData
-X POST
-H "Content-Type: application/json;charset=UTF-8"
-H "Accept: application/json"
-H "Authorization: Bearer "
Response