Authorization: ********************{
"id": 0,
"version": 0,
"packageName": "string",
"packageType": 0,
"effectDuration": 0,
"freeMinute": 0,
"renewFlag": 0,
"compensateFlag": 0,
"describe": "string",
"effectStatus": 0,
"firstPrice": 0,
"price": 0,
"discount": 0,
"autoRecharge": 0,
"presentAmountAutoRecharge": 0,
"showFlag": 0,
"deductionRange": 0,
"hasBatteryCheck": 0,
"batteryCheckPrice": 0
}curl --location --request PUT '/management/average-charge-package/modifyAverageChargePackage' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"version": 0,
"packageName": "string",
"packageType": 0,
"effectDuration": 0,
"freeMinute": 0,
"renewFlag": 0,
"compensateFlag": 0,
"describe": "string",
"effectStatus": 0,
"firstPrice": 0,
"price": 0,
"discount": 0,
"autoRecharge": 0,
"presentAmountAutoRecharge": 0,
"showFlag": 0,
"deductionRange": 0,
"hasBatteryCheck": 0,
"batteryCheckPrice": 0
}'{
"code": "",
"msg": "",
"data": false,
"stackTraceMsg": ""
}