{
"id": 17750,
"deviceType": "2",
"deviceSite": "string",
"deviceSiteName": "芋艿",
"deviceNo": "string",
"warningContent": "string",
"ruleLevel": "string",
"contactUserName": "赵六",
"createdTime": "2019-08-24T14:15:22Z",
"confirmStatus": 2
}
curl --location --request POST '/admin-api/charging/rule-record/create' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 17750,
"deviceType": "2",
"deviceSite": "string",
"deviceSiteName": "芋艿",
"deviceNo": "string",
"warningContent": "string",
"ruleLevel": "string",
"contactUserName": "赵六",
"createdTime": "2019-08-24T14:15:22Z",
"confirmStatus": 2
}'
{
"code": 0,
"data": 0,
"msg": "string"
}