Create a Report Cycle

post

/api/restapi/reportCycle

Send a request to this endpoint to create a report cycle.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityReportCycleInput
Type: object
Title: ApiEntityReportCycleInput
This entity represents a ReportCycle object, a unique ReportCycle object can be identified by the following combinations of the fields.
  • reportCycleId
  • cycleName,workspaceId
  • cycleName,workspaceCode
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityReportCycle
Type: object
Title: ApiEntityReportCycle
Show Source
  • Allowed Values: [ "OWNED", "INHERITED" ]
    The type of association in the relationship between the report cycle and the workspace. Possible values are Owned and Inherited.
  • The date used as the starting point for generating the period start and end dates in a reporting cycle.
  • Minimum Length: 1
    Maximum Length: 255
    The name of the reporting cycle.
  • Allowed Values: [ "REPORTING_PERIOD", "YEARLY", "QUARTERLY", "MONTHLY", "SEMIMONTHLY", "WEEKLY", "DAILY" ]
    The level of granularity for the workspace report.
  • The unique identifier of a period.
  • Maximum Length: 255
    The prefix for the period naming convention label, which is used to distinguish individual time periods when viewing reporting cycles in a time phased view.
  • Allowed Values: [ "MANUAL", "AUTOMATIC" ]
    The push down type of the workspace report.
  • The unique identifier of a report cycle.
  • The numerical suffix for the period naming convention label, which is used to distinguish individual time periods when viewing reporting cycles in a time phased view.
  • The number to increment the suffix by in each period naming convention label, which is used to distinguish individual time periods when viewing reporting cycles in a time phased view.
  • Date when the record was last updated.
  • Minimum Length: 0
    Maximum Length: 60
    The user-specified identifier of a workspace.
  • The unique identifier for the workspace.The workspace object can also be identified by its unique criteria.

400 Response

Invalid input for the Report Cycle service.
Back to Top