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
Nested Schema : projectCostFieldTypes
Type: array
Cost types to include in project cost sheet recalculation. Required if project recalculate boolean flag is provided as true.
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

400 Response

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