Reserve a Charge Point for a Specific Time in the Future.
Make a Reservation of a Charge Point in Advance for a Given Time.
When a user in your application wishes to reserve a CP for a future time, your backend starts by securely storing the booking details. Having this information saved allows the system to schedule a job, which ensures the reservation request is triggered at a specific time. The user then receives a confirmation of their successful booking.
When the reserved time arrives, the backend initiates a POST request to the Public API at the /actions/charge-point/v1.0/{chargePointId}/reserve/{evseNetworkId} endpoint, carrying user ID and reservation reason. The API responds with a success status and a reservation ID.
Updated 12 months ago