GET api/customers/{customerId}/evchargingrequests/{evChargingRequestId}
Get one specific EV charging request for the specified customer.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId |
Customer number/ID |
integer |
Required |
evChargingRequestId |
EV charging request ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
EvChargingRequestResponseName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
CustomerId |
AssetId of EV charging point where charging in requested. |
integer |
None. |
AssetId | integer |
None. |
|
StartTime |
Start time in UTC. |
date |
None. |
EndTime | date |
None. |
|
ChargingDemand |
Charging demand i kWh. |
decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "2c8e53d5-a9fd-41bf-85e8-85c71eea2a40", "CustomerId": 2, "AssetId": 3, "StartTime": "2025-05-20T00:52:17.0161977+00:00", "EndTime": "2025-05-20T00:52:17.0161977+00:00", "ChargingDemand": 6.1 }
text/html
Sample:
{"Id":"2c8e53d5-a9fd-41bf-85e8-85c71eea2a40","CustomerId":2,"AssetId":3,"StartTime":"2025-05-20T00:52:17.0161977+00:00","EndTime":"2025-05-20T00:52:17.0161977+00:00","ChargingDemand":6.1}