Last active
November 27, 2018 18:02
-
-
Save blangel/0e1a70a5d0bbb1069b39175e7f28393b to your computer and use it in GitHub Desktop.
Dash Fleet API - StatsChangeRequest Example JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"id":"ID", | |
| "dateTime":DATE_TIME, | |
| "endDateTime":END_DATE_TIME, | |
| "mockData":MOCK_DATA, | |
| "totalTime":TOTAL_TIME, | |
| "totalDrives":TOTAL_DRIVES, | |
| "totalDistance":TOTAL_DISTANCE, | |
| "totalFuelConsumed":TOTAL_FUEL_CONSUMED, | |
| "averageFuelEconomy":AVG_FUEL_ECONOMY, | |
| "estimatedFuelCost":EST_FUEL_COST | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment