Skip to main content
POST
Update schedule task

Headers

Authorization
string
required

Access Token

OrganizationId
string
required

Organization ID

Body

application/json

scheduleTaskRequest

Schedule Task Request Api Model

taskName
string

Task Name

Example:

"testTask"

taskType
integer<int32>

Task Type

Example:

2

taskDates
string[]

Task Dates

notificationOptions
NotificationOptions · object

Notification Options Api Model

selection
string

Selection

Example:

"1"

resources
integer<int64>[]

Resources

users
integer<int64>[]

Users

combinedData
string[]

Combined Data

taskId
integer<int64>

Task Id

Example:

100

userType
string

User Type

Example:

"regular"

Response

Update schedule task response.

SuccessResult Api Model

message
string
success
boolean