POST api/Schedule

Request Information

URI Parameters

None.

Body Parameters

ScheduleReportRequest
NameDescriptionTypeAdditional information
CronExpression

string

None.

BaseUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CronExpression": "sample string 1",
  "BaseUrl": "sample string 2"
}

text/html

Sample:
{"CronExpression":"sample string 1","BaseUrl":"sample string 2"}

application/xml, text/xml

Sample:
<ScheduleReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GreemFormServices.Models">
  <BaseUrl>sample string 2</BaseUrl>
  <CronExpression>sample string 1</CronExpression>
</ScheduleReportRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ScheduleReportRequest'.

Response Information

Resource Description

ApiResponse
NameDescriptionTypeAdditional information
HttpResponseCode

HttpStatusCode

None.

ResponseMessage

string

None.

ResponseObject

Object

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.