{
"token": "string",
"tenantId": 0,
"permissionOrganizationIds": [
0
],
"organizationId": 0,
"eventType": "string",
"eventDescription": "string",
"eventImages": "string",
"deviceName": "string",
"alarmTime": "2019-08-24T14:15:22Z",
"processState": 0,
"processResult": 0,
"staffId": 0,
"staffName": "string",
"processTime": "2019-08-24T14:15:22Z",
"worksheetId": 0
}
curl --location --request POST 'https://test.jiuyun.pro/api/iot/v1/monitor/monitorEventIns' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"tenantId": 0,
"permissionOrganizationIds": [
0
],
"organizationId": 0,
"eventType": "string",
"eventDescription": "string",
"eventImages": "string",
"deviceName": "string",
"alarmTime": "2019-08-24T14:15:22Z",
"processState": 0,
"processResult": 0,
"staffId": 0,
"staffName": "string",
"processTime": "2019-08-24T14:15:22Z",
"worksheetId": 0
}'
{
"errCode": 0,
"errMsg": "string",
"data": true
}