POST api/IoT
Request Information
URI Parameters
None.
Body Parameters
EvChargingInformation| Name | Description | Type | Additional 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-12-23T07:59:21.3675432+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-12-23T07:59:21.3675432+00:00","Credentials":"sample string 4","VehicleId":"sample string 5"}
Response Information
Resource Description
JsonPatchDocumentOfEvChargingInformation| Name | Description | Type | Additional 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.