Batch Update Report Cycles
put
/primeapi/restapi/reportCycle/batch
Send a request to this endpoint to update one or more report cycles.
Request
Supported Media Types
- application/json
One or more report cycle objects.
Nested Schema : ApiEntityReportCycle
Type:
Show Source
object
-
baseDate:
string(date-time)
The date used as the starting point for generating the period start and end dates in a reporting cycle.
-
cycleName:
string
The name of the reporting cycle.
-
link(optional):
string(url)
Read Only:
true
-
periodId:
integer(int64)
The unique identifier of a period.
-
prefix:
string
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.
-
pushDownType(optional):
string
Allowed Values:
[ "MANUAL", "AUTOMATIC" ]
The push down type of the workspace report. -
reportCycleId:
integer(int64)
The unique identifier of a report cycle.
-
suffix:
integer(int32)
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.
-
suffixIncrement:
integer(int32)
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.
-
uniqueName(optional):
string
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response. -
workspaceId:
integer(int64)
The unique identifier of a work space.
Response
Supported Media Types
- application/json
200 Response
A collection of object IDs mapped to a canonical link of the object. For example - {"links":{"1":"https://:/primeapi/restapi/
400 Response
Invalid input for the Report Cycle service.