POST api/IoT

Request Information

URI Parameters

None.

Body Parameters

EvChargingInformation
NameDescriptionTypeAdditional information
CustomerId

string

None.

ContractId

integer

None.

GatewayAssetId

integer

None.

DeviceAssetId

integer

None.

ChargingMode

EvChargingModeEnum

None.

IsActive

boolean

None.

CarInfoId

string

None.

BatteryLevel

decimal number

None.

FullyChargedBy

date

None.

Credentials

string

None.

VehicleId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "sample string 1",
  "ContractId": 1,
  "GatewayAssetId": 1,
  "DeviceAssetId": 2,
  "ChargingMode": 0,
  "IsActive": true,
  "CarInfoId": "sample string 3",
  "BatteryLevel": 1.1,
  "FullyChargedBy": "2025-05-20T00:40:21.6845181+00:00",
  "Credentials": "sample string 4",
  "VehicleId": "sample string 5"
}

text/html

Sample:
{"CustomerId":"sample string 1","ContractId":1,"GatewayAssetId":1,"DeviceAssetId":2,"ChargingMode":0,"IsActive":true,"CarInfoId":"sample string 3","BatteryLevel":1.1,"FullyChargedBy":"2025-05-20T00:40:21.6845181+00:00","Credentials":"sample string 4","VehicleId":"sample string 5"}

Response Information

Resource Description

JsonPatchDocumentOfEvChargingInformation
NameDescriptionTypeAdditional information
Operations

Collection of OperationOfEvChargingInformation

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/html

Sample:

Sample not available.