{
"id": 32359,
"type": 2,
"stationId": 31431,
"stationName": "王五",
"sectionType": "1",
"sectionStartTime": "2019-08-24T14:15:22Z",
"sectionEndTime": "2019-08-24T14:15:22Z",
"whetherCompare": true,
"compareSectionType": "2",
"compareSectionStartTime": "2019-08-24T14:15:22Z",
"compareSectionEndTime": "2019-08-24T14:15:22Z",
"createBy": "string",
"reportName": "string"
}
curl --location --request POST '/admin-api/charging/system-report/create' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 32359,
"type": 2,
"stationId": 31431,
"stationName": "王五",
"sectionType": "1",
"sectionStartTime": "2019-08-24T14:15:22Z",
"sectionEndTime": "2019-08-24T14:15:22Z",
"whetherCompare": true,
"compareSectionType": "2",
"compareSectionStartTime": "2019-08-24T14:15:22Z",
"compareSectionEndTime": "2019-08-24T14:15:22Z",
"createBy": "string",
"reportName": "string"
}'
{
"code": 0,
"data": 0,
"msg": "string"
}