Reserve a Charge Point
Making a Reservation of a Specific Charge Point
When a user initiates a Reserve Now action in the application, a POST request is dispatched from your custom backend to the Public API, targeting the /actions/charge-point/v1.0/{chargePointId}/reserve/{evseNetworkId} endpoint with a payload with reservation details including user ID and reservation reason.
In response, the Public API processes the request and returns a response with key reservation identifiers, like the success status and the unique reservation ID for tracking the reservation. The backend communicates the successful reservation status back to the application and it displays a screen confirming the reservation.
Updated 12 months ago