Recalculate Workspace Cost Sheet

post

/api/restapi/cbs/recalculate/workspace/{workspaceId}

Send a request to this endpoint to recalculate workspace cost sheet for the given workspace ID.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityRecalculateWorkspaceCostSheetInput
Type: object
Title: ApiEntityRecalculateWorkspaceCostSheetInput
Show Source
  • projectCostFieldTypes
    Cost types to include in project cost sheet recalculation. Required if project recalculate boolean flag is provided as true. 'FORMULA_CONFIGURED_FIELDS' type is deprecated and will be removed soon, to update formula configured fields, use the 'projectFormulaConfiguredFieldsRecalculate' boolean field.
    Allowed Values are: ACTUALS, BUDGET, COMMITMENTS, CONTRACTS, RISKS, SCOPE.
  • Boolean flag to indicate whether Formula configured fields need to be updated based on existing project data. To ensure the latest project costs, recalculate the project costs before recalculating these fields.
  • Boolean flag to indicate whether all projects' cost fields based on the provided cost field types, need to be updated in the summary cost sheet.
  • Boolean flag to indicate whether workspace totals need to be updated based on current cost data from projects and child workspaces.
Nested Schema : projectCostFieldTypes
Type: array
Cost types to include in project cost sheet recalculation. Required if project recalculate boolean flag is provided as true. 'FORMULA_CONFIGURED_FIELDS' type is deprecated and will be removed soon, to update formula configured fields, use the 'projectFormulaConfiguredFieldsRecalculate' boolean field.
Allowed Values are: ACTUALS, BUDGET, COMMITMENTS, CONTRACTS, RISKS, SCOPE.
Show Source
  • Allowed Values: [ "ACTUALS", "BUDGET", "COMMITMENTS", "CONTRACTS", "RISKS", "SCOPE", "FORMULA_CONFIGURED_FIELDS" ]
Back to Top

Response

Supported Media Types

201 Response

Successful operation
Body ()
Root Schema : ApiEntityScheduleJob
Type: object
Title: ApiEntityScheduleJob
Show Source
  • The unique identifier for the background service.
  • The unique identifier for a job.
  • Allowed Values: [ "NOT_RAN_YET", "NEW", "QUEUED", "RUNNING", "DELEGATED", "ON_HOLD", "REJECTED", "COMPLETED", "COMPLETED_WITH_ERRORS", "FAILED", "NOOP", "COMPLETED_WITH_WARNINGS", "RETRIED" ]
    The status of the background service.
  • Read Only: true
    Date when the record was last updated.

400 Response

Invalid input for the CBS service. Verify the request contains valid data, then resubmit the request.
Back to Top