Update Subscription Schedule
Modify the subscription properties like recipients, frequency, output type, etc.
- application/json
Request Body
- companyId integer
report object
reportId integerreportName stringdescription stringsubTaskId integertaskId integerscheduleName stringselfSubscription integer-1 if not subscribed, 1 if subscribed
companySubscription integer0,1,2,3,4,5 for none subscribed, tenant admins subscribed, tenant admins unsubscribed, tenant operators subscribed, tenant operators unsubscribed, both subscribed respectively
subscriptionToEmail integer-1 if user is unsubscribed from email, 0 otherwise
outputType integer0,1,2,3,4 for PDF,CSV,MHTML,PRINT,HTML respectively
scheduleUrl stringenabled integerfrequencyDetails object
freq_type integerfreq_interval integerfreq_relative_interval integerfreq_recurrence_factor integerfreq_subday_interval integerskipOccurence integerskipDayNumber integeractive_start_date integeractive_start_time integeractive_end_date integeractive_end_time integeractive_end_occurence integerfreq_restart_interval integernext_schedule_time integertimezone_type integertimezoneDisplayName string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
error object
errorCode integererrorMessage string
{
"error": {
"errorCode": 0,
"errorMessage": "string"
}
}
{
"error": {
"errorCode": 0,
"errorMessage": ""
}
}
Loading...