{
"groupList": [
{
"id": "string",
"name": "string",
"orgIds": [
"string"
],
"scheduleList": [
{
"scheduleId": "string",
"scheduleName": "string",
"description": "string",
"color": "string",
"timeRanges": [
{
"startTime": "string",
"endTime": "string"
}
]
}
]
}
],
"deleteGroupIds": [
"string"
],
"deleteScheduleIds": [
"string"
]
}curl --location --request POST '/schedule/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupList": [
{
"id": "string",
"name": "string",
"orgIds": [
"string"
],
"scheduleList": [
{
"scheduleId": "string",
"scheduleName": "string",
"description": "string",
"color": "string",
"timeRanges": [
{
"startTime": "string",
"endTime": "string"
}
]
}
]
}
],
"deleteGroupIds": [
"string"
],
"deleteScheduleIds": [
"string"
]
}'{
"code": "",
"result": "",
"data": {},
"message": "",
"count": 0,
"total": 0,
"size": 0,
"current": 0,
"pages": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"timestamp": 0,
"extra": {
"{}": {}
},
"traceId": "",
"withColumns": [
""
],
"includeColumns": [
""
],
"cause": ""
}