POST api/wechatmini/saveScheduledTasks

Request Information

URI Parameters

None.

Body Parameters

ScheduledTaskInfo
NameDescriptionTypeAdditional information
Id

string

None.

UserId

integer

None.

GroupId

integer

None.

ChatContent

string

None.

ScheduledTime

string

None.

StartDate

date

None.

EndDate

date

None.

Status

integer

None.

AddTime

date

None.

LastSentTime

date

None.

groupchatRootTypeId

string

None.

AreaName

string

None.

GroupCategoryName

string

None.

AreaId

integer

None.

pictures

Collection of ScheduledTaskInfoPicture

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "userId": 2,
  "groupId": 3,
  "chatContent": "sample string 4",
  "scheduledTime": "sample string 5",
  "startDate": "2025-12-06T12:27:58.8897899+08:00",
  "endDate": "2025-12-06T12:27:58.8897899+08:00",
  "status": 8,
  "addTime": "2025-12-06T12:27:58.8897899+08:00",
  "lastSentTime": "2025-12-06T12:27:58.8897899+08:00",
  "groupchatRootTypeId": "sample string 11",
  "areaName": "sample string 12",
  "groupCategoryName": "sample string 13",
  "areaId": 14,
  "pictures": [
    {
      "id": 1,
      "taskInfoId": "sample string 2",
      "pictureUrl": "sample string 3"
    },
    {
      "id": 1,
      "taskInfoId": "sample string 2",
      "pictureUrl": "sample string 3"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
success

boolean

None.

data

Object

None.

error

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "data": {},
  "error": "sample string 3"
}