{
"name": "string",
"enable": true,
"beginTime": 0,
"endTime": 0,
"dayTimeSliceList": [
{
"week": 0,
"hour": 0,
"minute": 0,
"second": 0,
"duration": 0
}
],
"sourceList": [
{
"eventType": 1,
"payload": "string",
"actionList": [
0
]
}
],
"objectList": [
{
"objectType": "PU",
"objectId": "string"
}
]
}
curl --location --request POST 'https://192.168.88.11:9781/bvcsp/v1/linkaction/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"enable": true,
"beginTime": 0,
"endTime": 0,
"dayTimeSliceList": [
{
"week": 0,
"hour": 0,
"minute": 0,
"second": 0,
"duration": 0
}
],
"sourceList": [
{
"eventType": 1,
"payload": "string",
"actionList": [
0
]
}
],
"objectList": [
{
"objectType": "PU",
"objectId": "string"
}
]
}'
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"name": "string",
"enable": true,
"beginTime": 0,
"endTime": 0,
"dayTimeSliceList": [
{
"week": 0,
"hour": 0,
"minute": 0,
"second": 0,
"duration": 0
}
],
"sourceList": [
{
"eventType": 1,
"payload": "string",
"actionList": [
0
]
}
],
"objectList": [
{
"objectType": "PU",
"objectId": "string"
}
]
}
}