Charging Station
The Charging Station service enables you to retrieve charging station information, such as details related to your EVSEs.
The service uses OData.
Operations
This table lists the operations available.
|
Entity |
HTTP Method |
Path |
Description |
|---|---|---|---|
|
Charging Plans |
GET |
/chargingStation/v1/ChargingPlans |
Retrieves a list of charging plans. |
|
Charging Plans |
POST |
/chargingStation/v1/ChargingPlans |
Creates a charging plan. |
|
Charging Plans |
GET |
/chargingStation/v1/ChargingPlans('{id}') |
Retrieves a charging plan with a specific identifier. |
|
Charging Plans |
PATCH |
/chargingStation/v1/ChargingPlans('{id}') |
Updates a charging plan. |
|
Charging Plans |
DELETE |
/chargingStation/v1/ChargingPlans('{id}') |
Deletes a charging plan. |
|
Charging Stations |
GET |
/chargingStation/v1/ChargingStations |
Retrieves a list of charging stations. |
|
Charging Stations |
GET |
/chargingStation/v1/ChargingStations({id}) |
Retrieves a charging station with a specific identifier. |
|
Charging Stations |
POST |
/chargingStation/v1/ChargingStations({id})/ChangeSiteArea |
Assigns a charging station to another site area. |
|
Charging Stations |
POST |
/chargingStation/v1/ChargingStations({id})/Reset |
Reboots (hard resets) or soft resets charging stations. |
|
Charging Stations |
POST |
/chargingStation/v1/ChargingStations({id})/Start |
Starts a charging session for a charging station and a badge, which must be identified by its authentication ID. If no connector ID is provided, the charging station selects a connector for charging. |
|
Charging Stations |
POST |
/chargingStation/v1/ChargingStations({id})/Stop |
Stops a charging session running at a charging station using the charging session ID. |
|
Charging Stations |
POST |
/chargingStation/v1/ChargingStations({id})/TransferData |
Transfers vendor-specific data to a charging station. |
|
EVSEs |
GET |
/chargingStation/v1/Evses |
Retrieves a collection of EVSEs, including: their electrical properties, the status of their connectors, and their location. |
|
EVSEs |
GET |
/chargingStation/v1/Evses({id}) |
Retrieves an EVSE with a specific identifier. |
|
EVSEs |
PATCH |
/chargingStation/v1/Evses({id}) |
Updates an EVSE. |
Documentation
To access this service, including the search parameters and the returned payload, see SAP E-Mobility APIs on the SAP Business Accelerator Hub
(only available in English).