ReportMailingJobsApi

Functions

Link copied to clipboard
abstract suspend fun createReportMailingJob(postReportMailingJobsRequest: PostReportMailingJobsRequest): PostReportMailingJobsResponse

Create a Report Mailing Job Mandatory Fields: name, startDateTime, stretchyReportId, emailRecipients, emailSubject, emailMessage, emailAttachmentFileFormatId, recurrence, isActive Optional Fields: description, stretchyReportParamMap Responses:

Link copied to clipboard
abstract suspend fun deleteReportMailingJob(entityId: Long, body: Any): DeleteReportMailingJobsResponse

Delete a Report Mailing Job

Link copied to clipboard
abstract suspend fun retrieveAllReportMailingJobs(offset: Int? = null, limit: Int? = null, orderBy: String? = null, sortOrder: String? = null): List<GetReportMailingJobsResponse>

List Report Mailing Jobs Example Requests: reportmailingjobs Responses:

Link copied to clipboard

Retrieve a Report Mailing Job Example Requests: reportmailingjobs/1 reportmailingjobs/1?template=true Responses:

Link copied to clipboard

Retrieve Report Mailing Job Details Template This is a convenience resource. It can be useful when building maintenance user interface screens for report mailing job applications. The template data returned consists of any or all of: Field Defaults Allowed description Lists Example Request: reportmailingjobs/template Responses:

Link copied to clipboard
abstract suspend fun updateReportMailingJob(entityId: Long, putReportMailingJobsRequest: PutReportMailingJobsRequest): PutReportMailingJobsResponse

Update a Report Mailing Job