Chargefox · Example Payload

Chargefox Fleets Sessions 200

EnergyAustraliaEV ChargingElectricityUtilitiesOCPICharge Point OperatorRoamingFleetsMobilityCharging SessionsElectrification

Chargefox Fleets Sessions 200 is an example object payload from Chargefox, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datapagination

Example Payload

Raw ↑
{
  "data": {
    "sessions": [
      {
        "uuid": "3f922abd-ef9f-4114-a023-e5739029e1b9",
        "auth_id": "BUMBLEBEE",
        "location": {
          "name": "Bayfront Hideout",
          "timezone": "Australia/Sydney",
          "address": "18 Energon Lane, Circuit Cove, NSW 2450",
          "operator": {
            "name": "Chargefox"
          },
          "suboperator": {
            "name": "Cybertron"
          },
          "evse": {
            "evse_id": "BEE-BAY-18",
            "name": "Station 2450",
            "connector": {
              "id": 2,
              "name": "Port B"
            }
          }
        },
        "start_date_time": "2024-02-10T09:12:03+11:00",
        "stop_date_time": "2024-02-10T09:19:54+11:00",
        "total_time": 420,
        "consumption": 1.586,
        "total_parking_time": 0,
        "total_revenue": 0,
        "gst_on_total_revenue": 0,
        "total_cost": 0.28,
        "gst_on_total_cost": 0.03,
        "currency": "AUD",
        "charging_periods": [
          {
            "start_date_time": "2024-02-10T09:12:03+11:00",
            "duration": 420,
            "consumption": 1.586,
            "tariff": 0.3,
            "gst": 0.04,
            "amount": 0.48,
            "currency": "AUD"
          }
        ]
      },
      {
        "uuid": "4d0ab8cc-e7bb-44ae-913a-06f6a1e9c863",
        "auth_id": "RATCHET",
        "location": {
          "name": "Remote Repair Shop",
          "timezone": "Australia/Sydney",
          "address": "404 Transformer Trail, Gearhead Valley, VIC 3777",
          "operator": {
            "name": "Chargefox"
          },
          "suboperator": {
            "name": "Cybertron"
          },
          "evse": {
            "evse_id": "RCH-REP-04",
            "name": "Station 4045",
            "connector": {
              "id": 1,
              "name": "Port A"
            }
          }
        },
        "start_date_time": "2024-02-10T11:21:39+11:00",
        "stop_date_time": "2024-02-10T11:31:15+11:00",
        "total_time": 540,
        "consumption": 1.681,
        "total_parking_time": 0,
        "total_revenue": 0.5,
        "gst_on_total_revenue": 0.05,
        "total_cost": 0.29,
        "gst_on_total_cost": 0.03,
        "currency": "AUD",
        "charging_periods": [
          {
            "start_date_time": "2024-02-10T11:21:39+11:00",
            "duration": 540,
            "consumption": 1.681,
            "tariff": 0.3,
            "gst": 0.05,
            "amount": 0.5,
            "currency": "AUD"
          }
        ]
      }
    ]
  },
  "pagination": {
    "total_entries": 2
  }
}