{
"id": 0,
"deviceType": "张三",
"deviceSiteList": "张三",
"deviceNoList": "张三",
"ruleName": "张三",
"ruleLevel": 0,
"createdBy": "string",
"createdTime": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"updatedTime": "2019-08-24T14:15:22Z",
"skid": "15567",
"ruleStatus": "1",
"indicatorsList": 1,
"codeList": 1,
"logicCondition": 1,
"alarmCycle": 1,
"effectiveStartTime": "2019-08-24T14:15:22Z",
"effectiveEndTime": "2019-08-24T14:15:22Z",
"contactGroupId": 1,
"ruleDescribe": "1",
"remark": "1"
}
curl --location --request POST '/admin-api/charging/warning-rule/create' \
--header 'Authorization: {{token}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"deviceType": "张三",
"deviceSiteList": "张三",
"deviceNoList": "张三",
"ruleName": "张三",
"ruleLevel": 0,
"createdBy": "string",
"createdTime": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"updatedTime": "2019-08-24T14:15:22Z",
"skid": "15567",
"ruleStatus": "1",
"indicatorsList": 1,
"codeList": 1,
"logicCondition": 1,
"alarmCycle": 1,
"effectiveStartTime": "2019-08-24T14:15:22Z",
"effectiveEndTime": "2019-08-24T14:15:22Z",
"contactGroupId": 1,
"ruleDescribe": "1",
"remark": "1"
}'
{
"code": 0,
"data": 0,
"msg": "string"
}