POST
/
reservations
curl --request POST \
  --url https://api.chargeapi.co/v1/reservations
{
  "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
}

Response

200 - application/json

A newly created reservation.