Charge home pagelight logodark logo
  • Contact
  • Get API Keys
  • Get API Keys
  • Documentation
  • Blog
  • Getting Started
    • Accounts
    • Charging Sessions
    • Charging Stations
    • Drivers
    • Estimations
    • Fleets
    • Invoices
    • Payment Methods
    • Reports
    • Reservations
      • The Reservation object
      • POST
        Create a reservation
    • Transactions
    • Vehicles
    • Vehicle Telemetries
    • Webhook Endpoints
    Reservations

    The Reservation object

    A Reservation represents a driver’s intent to charge within a specific time window and geographic area. Reservations are initially virtual and managed by Charge. Around 30 minutes before the reserved window, Charge attempts to assign a real charging station and lock the reservation. This enables advanced scheduling even when underlying CPOs do not support native future reservations.

    List all past reportsCreate a reservation
    linkedin
    Powered by Mintlify
    Copy
    {
      "id": null,
      "object": null,
      "cancellation_policy": {
        "type": null,
        "free_until_before": null
      },
      "charging_station": null,
      "connector_type": null,
      "created": null,
      "currency": null,
      "driver": null,
      "location": {
        "latitude": null,
        "longitude": null,
        "radius": null
      },
      "metadata": null,
      "payment_method": null,
      "reservation_fee": null,
      "reserved_start": null,
      "reserved_end": null,
      "status": null,
      "updated": null,
      "vehicle": null
    }
    Assistant
    Responses are generated using AI and may contain mistakes.