GET api/customers/{customerId}/contracts/{contractNo}/gateways/{gatewayAssetId}/evchargeplans/{deviceAssetId}
Get the specified electrical vehicles (EV) plans associated with a gateway with charging info.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | integer |
Required |
|
| contractNo | integer |
Required |
|
| gatewayAssetId | integer |
Required |
|
| deviceAssetId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
eSmart.Common.DataModel.WebApi.DTO.EvChargePlan
EvChargePlan| Name | Description | Type | Additional information |
|---|---|---|---|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| Created | date |
None. |
|
| TotalChargeTime | time interval |
None. |
Response Formats
application/json, text/json
Sample:
{
"StartTime": "2025-12-23T07:31:37.510952+00:00",
"EndTime": "2025-12-23T07:31:37.510952+00:00",
"Created": "2025-12-23T07:31:37.510952+00:00",
"TotalChargeTime": "00:00:00.1234567"
}
text/html
Sample:
{"StartTime":"2025-12-23T07:31:37.510952+00:00","EndTime":"2025-12-23T07:31:37.510952+00:00","Created":"2025-12-23T07:31:37.510952+00:00","TotalChargeTime":"00:00:00.1234567"}