ReportRequests Test
Reporting/ReportRequests/GenerateScheduled
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Reporting/ReportRequests/GenerateScheduled

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : GenerateScheduledRequest

{}
<GenerateScheduledRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" />

Response object type : GenerateScheduledResponse

Response object type GenerateScheduledResponse has the following properties.
Property Name Data Type Length Required Readonly Notes
GeneratedCount integer N The count of new report schedule requests generated.
{
  "GeneratedCount": 1
}
<GenerateScheduledResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <GeneratedCount>1</GeneratedCount>
</GenerateScheduledResponse>
Change Version Description Contract Old New
Operation Added 15.0.0 GenerateScheduled has been added. GenerateScheduled