Enhanced Fuel Endpoints with Transaction Date and Quantity Details

What’s New?

We enhanced the Fuel API endpoints with additional fields to provide more complete transaction details:

  • TransactionDate → Now included in all fuel transactions.
  • Quantity → Each transaction includes the purchased quantity with value and unit of measure:
"Quantity": {
  "Value": 7.799,
  "UnitOfMeasure": "Gallons"
}

This makes it possible to accurately calculate the total fuel purchased and improve report metrics.