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

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
StartTime

date

None.

EndTime

date

None.

Created

date

None.

TotalChargeTime

time interval

None.

Response Formats

application/json, text/json

Sample:
{
  "StartTime": "2025-05-20T00:42:10.5062453+00:00",
  "EndTime": "2025-05-20T00:42:10.5062453+00:00",
  "Created": "2025-05-20T00:42:10.5062453+00:00",
  "TotalChargeTime": "00:00:00.1234567"
}

text/html

Sample:
{"StartTime":"2025-05-20T00:42:10.5062453+00:00","EndTime":"2025-05-20T00:42:10.5062453+00:00","Created":"2025-05-20T00:42:10.5062453+00:00","TotalChargeTime":"00:00:00.1234567"}