Skip to main content

Get transaction consumption by ID

x-ms-visibility: "important"

Retrieve the consumption details for a specific transaction by its ID.

Path Parameters
    transactionId string required

    ID of the transaction to retrieve consumption details.

Query Parameters
    chargerId string required

    ID of the charger to retrieve.

Responses

Details of the requested transaction consumption.


Schema
    consumptions object[]
  • Array [
  • timestampStart date-time
    timestampEnd date-time
    chargerId string
    consumedEnergyKWh double
    currency string
    priceInclVat double nullable
    priceExclVat double nullable
    tariffType string
  • ]
Loading...