Authorization: Bearer ********************
{
"energyConsumptionChargeEntityInput": [
{
"timePeriodType": "string",
"electricityPrice": 0,
"timeInterval": [
{
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z"
}
]
}
]
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/EnergyConsumptionCharge/AddEnergyConsumptionCharge' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"energyConsumptionChargeEntityInput": [
{
"timePeriodType": "string",
"electricityPrice": 0,
"timeInterval": [
{
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z"
}
]
}
]
}'