{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"systemId": "string",
"source": "string",
"fireEventType": "string",
"sources": "string",
"externalId": "string",
"title": "string",
"content": "string",
"location": "string",
"eventTime": "2019-08-24T14:15:22Z",
"longitude": "string",
"latitude": "string",
"areaName": "string",
"areaCode": "string",
"reporter": "string",
"reporterMobile": "string",
"originJson": "string",
"state": "string",
"responseState": "string",
"endType": "string",
"mainStation": "string",
"txtc": "string",
"stationId": 0,
"stationIds": "string",
"stationName": "string",
"divisionCode": "string",
"divisionName": "string",
"beginTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"cimId": 0,
"resourceId": 0,
"responseBoxCode": "string",
"firstId": "string",
"haveSon": "string",
"score": 0,
"passCheck": 0
}
curl --location --request PUT 'http://127.0.0.1:8081/fireResource/warning' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"systemId": "string",
"source": "string",
"fireEventType": "string",
"sources": "string",
"externalId": "string",
"title": "string",
"content": "string",
"location": "string",
"eventTime": "2019-08-24T14:15:22Z",
"longitude": "string",
"latitude": "string",
"areaName": "string",
"areaCode": "string",
"reporter": "string",
"reporterMobile": "string",
"originJson": "string",
"state": "string",
"responseState": "string",
"endType": "string",
"mainStation": "string",
"txtc": "string",
"stationId": 0,
"stationIds": "string",
"stationName": "string",
"divisionCode": "string",
"divisionName": "string",
"beginTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"cimId": 0,
"resourceId": 0,
"responseBoxCode": "string",
"firstId": "string",
"haveSon": "string",
"score": 0,
"passCheck": 0
}'
{
"code": 0,
"msg": "string",
"data": {}
}