Update WBS
put
/wbs
Send a request to this endpoint to update one or more WBS. An application object will be created for each JSON object provided in the request body
Request
Header Parameters
-
Authorization(required):
OAuth token
Supported Media Types
- application/json
A list of WBS objects.
Root Schema : List<WBS>
Type:
array
Title:
Show Source
List<WBS>
-
Array of:
object WBS
Title:
WBS
WBS Entity
Nested Schema : WBS
Type:
object
Title:
WBS
WBS Entity
Show Source
-
AnticipatedFinishDate: string
(date-time)
The anticipated finish date of WBS, project and EPS elements. User-entered - not dependent upon any other fields. If there are no children, the anticipated finish date will be the finish date displayed in the columns.
-
AnticipatedStartDate: string
(date-time)
The anticipated start date of WBS, project and EPS elements. User-entered - not dependent upon any other fields. If there are no children, the anticipated start date will be the start date displayed in the columns.
-
Code(required): string
The short code assigned to each WBS element for identification. Each WBS element is uniquely identified by concatenating its own code together with its parents' codes.
-
ContainsSummaryData: boolean
The flag that indicates that the WBS has been summarized.
-
CreateDate: string
(date-time)
The date this wbs was created.
-
CreateUser: string
The name of the user that created this wbs.
-
CurrentBudget: number
(double)
The current budget for this WBS.
-
CurrentVariance: number
(double)
The current budget minus the total spending plan.
-
DistributedCurrentBudget: number
(double)
The sum of the current budget values from one level lower
-
EarnedValueComputeType: string
The technique used for computing earned-value percent complete for activities within the WBS. Valid values are 'Activity Percent Complete', '0 / 100', '50 / 50', 'Custom Percent Complete', 'WBS Milestones Percent Complete', and 'Activity Percent Complete Using Resource Curves'.
-
EarnedValueETCComputeType: string
The technique for computing earned-value estimate-to-complete for activities within the WBS. Valid values are 'ETC = Remaining Cost for Activity', 'Performance Factor = 1', 'Performance Factor = Custom Value', 'Performance Factor = 1 / Cost Performance Index', and 'Performance Factor = 1 / (Cost Performance Index * Schedule Performance Index)'.
-
EarnedValueETCUserValue: number
(double)
The user-defined performance factor, PF, for computing earned-value estimate-to-complete. ETC is computed as PF * ( BAC - BCWP).
-
EarnedValueUserPercent: number
(double)
The user-defined percent complete for computing earned value for activities within the WBS. A value of, say, 25 means that 25% of the planned amount is earned when the activity is started and the remainder is earned when the activity is completed.
-
EstimatedWeight: number
(double)
-
FinishDate: string
(date-time)
The finish date of the WBS.
-
ForecastFinishDate: string
(date-time)
The alternate end date to be optionally used by the scheduler. The user sets the alternate end date by dragging the project bar in the Gantt Chart while manually leveling the resource profile in a resource analysis layout.
-
ForecastStartDate: string
(date-time)
The alternate start date to be optionally used by the scheduler. The user sets the alternate start date by dragging the project bar in the Gantt Chart while manually leveling the resource profile in a resource analysis layout.
-
GUID: string
The globally unique ID generated by the system.
-
IndependentETCLaborUnits: number
(double)
The user-entered ETC total labor.
-
IndependentETCTotalCost: number
(double)
The user-entered ETC total cost.
-
IntegratedType: string
The flag indicating whether the WBS is integrated with an Enterprise Resource Planning (ERP) system. 'Fusion' indicates the WBS is integrated with Oracle Fusion. 'ERP' indicates the WBS is integrated with another ERP system. 'Gateway' indicates the WBS is integrated with Oracle Primavera Gateway.
-
IntegratedWBS: boolean
The indicator that determines whether a WBS is synchronized or not.
-
IsBaseline: boolean
The boolean value indicating if this business object is related to a Project or Baseline
-
IsTemplate: boolean
The boolean value indicating if this business object is related to a template Project.
-
IsWorkPackage: boolean
Indicates if this WBS is a workpackage in Oracle Prime or not.
-
LastUpdateDate: string
(date-time)
The date this wbs was last updated.
-
LastUpdateUser: string
The name of the user that last updated this wbs.
-
Name(required): string
The name of the WBS element.
-
ObjectId: integer
(int32)
The unique ID generated by the system.
-
OBSName: string
The name of the person/role in the organization, sometimes referred to as the "responsible manager".
-
OBSObjectId: integer
(int32)
The unique ID of the project manager from the project's OBS tree who is responsible for the WBS.
-
OriginalBudget: number
(double)
The original budget for the WBS element.
-
ParentObjectId(required): integer
(int32)
The unique ID of the parent WBS of this WBS in the hierarchy.
-
ProjectId: string
The short code that uniquely identifies the project.
-
ProjectObjectId(required): integer
(int32)
The unique ID of the associated project.
-
ProposedBudget: number
(double)
The sum of the original budget plus the approved and pending budgets from the budget change log.
-
RolledUpFinishDate: string
(date-time)
The finish date of the WBS. The involved summarized fields such as "RemianingFinish" and "ActualFinish" are rolled up on the fly.
-
RolledUpStartDate: string
(date-time)
The start date of the WBS. The involved summarized fields such as "RemianingStart" and "ActualStart" are rolled up on the fly.
-
SequenceNumber: integer
(int32)
The sequence number for sorting.
-
StartDate: string
(date-time)
The start date of the WBS.
-
Status: string
The WBS status: 'Planned', 'Active', 'Inactive', 'What-If', 'Requested', or 'Template'.
-
StatusReviewerName: string
The name of the user reviewing status updates.
-
StatusReviewerObjectId: string
The unique ID of the user reviewing status updates.
-
SummaryAccountingVarianceByCost: number
(double)
The Planned Value minus the Actual Cost. A negative value indicates that the Actual Cost has exceeded the Planned Value.
-
SummaryAccountingVarianceByLaborUnits: number
(double)
The Planned Value Labor Units minus the Actual Units. Negative value indicates that Actual Units have exceeded the Planned Value Labor Units.
-
SummaryActivityCount: integer
(int32)
The number of activities that are currently in progress.
-
SummaryActualDuration: number
(double)
The actual duration.
-
SummaryActualExpenseCost: number
(double)
The actual costs for all project expenses associated with the WBS.
-
SummaryActualFinishDate: string
(date-time)
The latest actual finish date of all activities in the WBS.
-
SummaryActualLaborCost: number
(double)
The actual cost for all labor resources assigned to the activity.
-
SummaryActualLaborUnits: number
(double)
The actual labor units.
-
SummaryActualMaterialCost: number
(double)
The actual units for all material resources assigned to the activity.
-
SummaryActualNonLaborCost: number
(double)
The actual units for all nonlabor resources assigned to the activity.
-
SummaryActualNonLaborUnits: number
(double)
The actual nonlabor units.
-
SummaryActualStartDate: string
(date-time)
The earliest actual start date of all activities in the WBS.
-
SummaryActualThisPeriodCost: number
(double)
The actual this period cost (will be labor or nonlabor).
-
SummaryActualThisPeriodLaborCost: number
(double)
The actual this period labor cost.
-
SummaryActualThisPeriodLaborUnits: number
(double)
The actual this period labor units.
-
SummaryActualThisPeriodMaterialCost: number
(double)
The actual this period material cost.
-
SummaryActualThisPeriodNonLaborCost: number
(double)
The actual this period nonlabor cost.
-
SummaryActualThisPeriodNonLaborUnits: number
(double)
The actual this period nonlabor units.
-
SummaryActualTotalCost: number
(double)
The actual labor cost + actual nonlabor cost + actual expense cost as of the project data date.
-
SummaryActualValueByCost: number
(double)
The actual total cost incurred on the activity as of the project data date, computed as Actual Labor Cost + Actual Nonlabor Cost + Actual Material Cost + Actual Expense Cost.
-
SummaryActualValueByLaborUnits: number
(double)
The actual total labor units for the activity as of the project data date (i.e., actual total cost by labor units).
-
SummaryAtCompletionDuration: number
(double)
The total working time from the activity's current start date to the current finish date. The current start date is the planned start date until the activity is started, then it is the actual start date. The current finish date is the activity planned finish date while the activity is not started, the remaining finish date while the activity is in progress, and the actual finish date once the activity is completed. The total working time is computed using the activity's calendar.
-
SummaryAtCompletionExpenseCost: number
(double)
The sum of the actual plus remaining cost for all project expenses associated with the cost account. Computed as Actual Expense Cost + Remaining Expense Cost.
-
SummaryAtCompletionLaborCost: number
(double)
The sum of the actual plus remaining costs for all labor resources assigned to the activity. Computed as actual labor cost + remaining labor cost. Same as the planned labor costs if the activity is not started and the actual labor costs once the activity is completed.
-
SummaryAtCompletionLaborUnits: number
(double)
The sum of the actual plus remaining units for all labor resources assigned to the activity. Computed as actual labor units + remaining labor units. Same as the planned labor units if the activity is not started and the actual labor units once the activity is completed.
-
SummaryAtCompletionMaterialCost: number
(double)
The material cost at completion. It is the sum of the actual plus remaining costs for all material resources assigned to the activity. Computed as actual material cost + remaining material cost. Same as the planned material costs if the activity is not started and the actual material costs once the activity is completed.
-
SummaryAtCompletionNonLaborCost: number
(double)
The nonlabor cost at completion. It is the sum of the actual plus remaining costs for all nonlabor resources assigned to the activity. Computed as actual nonlabor cost + remaining nonlabor cost. Same as the planned nonlabor costs if the activity is not started and the actual nonlabor costs once the activity is completed.
-
SummaryAtCompletionNonLaborUnits: number
(double)
The nonlabor units at completion. It is the sum of the actual plus remaining units for all nonlabor resources assigned to the activity. Computed as actual nonlabor units + remaining nonlabor units. Same as the planned nonlabor units if the activity is not started and the actual nonlabor units once the activity is completed.
-
SummaryAtCompletionTotalCost: number
(double)
The estimated cost at completion for the activity. Computed as the actual total cost plus the estimate-to-complete cost; EAC = ACWP + ETC. Note that the method for computing ETC depends on the earned-value technique selected for the activity's WBS.
-
SummaryAtCompletionTotalCostVariance: number
(double)
The Baseline Planned Total Cost - At Completion Total Cost.
-
SummaryBaselineCompletedActivityCount: integer
(int32)
The number of completed activities in the baseline.
-
SummaryBaselineDuration: number
(double)
The planned duration for the activity in the primary baseline. Planned duration is the total working time from the activity current start date to the current finish date. Same as the actual duration plus the remaining duration. The total working time is computed using the activity's calendar.
-
SummaryBaselineExpenseCost: number
(double)
The planned cost for all project expenses associated with the activity in the primary baseline. Computed as the baseline actual expense cost plus the baseline remaining expense cost.
-
SummaryBaselineFinishDate: string
(date-time)
The current latest finish date of all activities in the WBS for the current baseline.
-
SummaryBaselineInProgressActivityCount: integer
(int32)
The number of activities that should be currently in progress, according to the primary baseline. Computed using the baseline start and finish dates and the current data date.
-
SummaryBaselineLaborCost: number
(double)
The planned cost for all labor resources assigned to the activity in the primary baseline. Computed from the baseline At Completion labor units. If no resources are assigned, computed as the activity Baseline Planned Labor Units * Project Default Price / Time.
-
SummaryBaselineLaborUnits: number
(double)
The planned units for all labor resources assigned to the activity in the primary baseline. Computed as the baseline actual labor units plus the baseline remaining labor units.
-
SummaryBaselineMaterialCost: number
(double)
The planned cost for all material resources assigned to the activity in the primary baseline. Computed from the baseline At Completion nonlabor units. If no resources are assigned.
-
SummaryBaselineNonLaborCost: number
(double)
The planned cost for all nonlabor resources assigned to the activity in the primary baseline. Computed from the baseline At Completion nonlabor units. If no resources are assigned, computed as the activity Baseline Planned Nonlabor Units * Project Default Price / Time.
-
SummaryBaselineNonLaborUnits: number
(double)
The planned units for all nonlabor resources assigned to the activity in the primary baseline. Computed as the baseline actual nonlabor units plus the baseline remaining nonlabor units.
-
SummaryBaselineNotStartedActivityCount: integer
(int32)
The number of activities not started in the baseline.
-
SummaryBaselineStartDate: string
(date-time)
The current earliest start date of all activities in the WBS for the current baseline.
-
SummaryBaselineTotalCost: number
(double)
The Planned Total Cost for the activity in the primary baseline, including labor resources, nonlabor resources, and project expenses. Baseline Planned Total Cost = Baseline Planned Labor Cost + Baseline Planned Nonlabor Cost + Baseline Planned Expense Cost.
-
SummaryBudgetAtCompletionByCost: number
(double)
The Planned Total Cost through activity completion. Computed as Planned Labor Cost + Planned Nonlabor Cost + Planned Expense Cost, same as the Planned Total Cost.
-
SummaryBudgetAtCompletionByLaborUnits: number
(double)
The Baseline Labor Units
-
SummaryCompletedActivityCount: integer
(int32)
The number of activities that have an Actual Finish in the WBS.
-
SummaryCostPercentComplete: number
(double)
The percent complete of costs for the resource assignments in the wbs. Computed as Actual Units / At Complete Units * 100. Always in the range 0 to 100.
-
SummaryCostPercentOfPlanned: number
(double)
The activity actual cost percent of planned. Computed as actual total cost / baseline total cost * 100, or equivalently as ACWP / BAC * 100. The value can exceed 100. The baseline total cost is the activity's at completion cost from the current baseline. This field is named SummaryCostPercentOfBudget in Primavera's Engineering & Construction and Maintenance & Turnaround solutions.
-
SummaryCostPerformanceIndexByCost: number
(double)
The Earned Value divided by the Actual Cost. A value less than 1 indicates that the Actual Cost has exceeded the Planned Value.
-
SummaryCostPerformanceIndexByLaborUnits: number
(double)
The Earned Value Labor Units / Actual Labor Units.
-
SummaryCostVarianceByCost: number
(double)
The Earned Value minus the Actual Cost. A negative value indicates that the Actual Cost has exceeded the Planned Value.
-
SummaryCostVarianceByLaborUnits: number
(double)
The Earned Value Labor Cost minus Actual Value Labor Cost.
-
SummaryCostVarianceIndex: number
(double)
The value that is calcuated as the Cost Variance divided by Earned Value.
-
SummaryCostVarianceIndexByCost: number
(double)
The Cost Variance divided by Earned Value.
-
SummaryCostVarianceIndexByLaborUnits: number
(double)
The Cost Variance Labor Units divided by Earned Value Labor Units.
-
SummaryDurationPercentComplete: number
(double)
The activity actual duration percent of planned. Computed as (baseline planned duration - remaining duration) / baseline planned duration * 100
-
SummaryDurationPercentOfPlanned: number
(double)
The summary actual duration percent of planned of all activities under this WBS. Computed as actual duration / baseline duration * 100. The value can exceed 100. The Baseline duration is the activity's at complete duration from the current baseline.
-
SummaryDurationVariance: number
(double)
The duration between the activity's baseline duration and the at complete duration. Computed as baseline duration - at completion duration.
-
SummaryEarnedValueByCost: number
(double)
The Budget at Completion * Performance % Complete. The method for computing the Performance Percent Complete depends on the Earned Value technique selected for the activity's WBS. Budget at Completion is computed from the primary baseline.
-
SummaryEarnedValueByLaborUnits: number
(double)
The portion of the baseline labor units that is actually completed as of the project data date. Computed as Baseline Labor Units * Performance % Complete. The planned labor units performed is essentially the labor units Earned Value for the activity. The method for computing the Performance % Complete depends on the Earned Value technique selected for the activity's WBS. The Baseline Labor Units is taken from the current baseline.
-
SummaryEstimateAtCompletionByCost: number
(double)
The Actual Cost plus the Estimate to Complete Cost. The method for computing Estimate to Complete depends on the Earned Value technique selected for the activity's WBS.
-
SummaryEstimateAtCompletionByLaborUnits: number
(double)
The Actual Labor Units + Estimate To Complete Labor Units. (Estimate To Complete Labor Units is calculated based off of the Earned Value setting on the WBS.)
-
SummaryEstimateAtCompletionHighPercentByLaborUnits: number
(double)
The high forecast of Estimate At Completion (EAC) by labor units.
-
SummaryEstimateAtCompletionLowPercentByLaborUnits: number
(double)
The low forecast of Estimate At Completion (EAC) by labor units.
-
SummaryEstimateToCompleteByCost: number
(double)
The Remaining Total Cost for the activity or the Performance Factor * (Budget at Completion - Earned Value), depending on the Earned Value technique selected for the activity's WBS (calculated from the primary baseline).
-
SummaryEstimateToCompleteByLaborUnits: number
(double)
The estimated quantity to complete the activity. Computed as either the remaining total units for the activity, or as Performance Factor * (Baseline Planned Labor Units - Planned Quantity of Work Performed), depending on the Earned Value Technique selected for the activity's WBS.
-
SummaryExpenseCostPercentComplete: number
(double)
The percent complete of cost for all expenses associated with the WBS. It is computed as Actual Expense Cost / At Complete Expense Cost * 100, and it is always in the range of 0 to 100.
-
SummaryExpenseCostVariance: number
(double)
The Baseline Planned Expense Cost - At Completion Expense Cost (At Completion Expense Cost = Actual Expense Cost + Remaining Expense Cost).
-
SummaryFinishDateVariance: number
(double)
The duration between the finish date in the current project and the baseline finish date. Calculated as finish date - baseline finish date.
-
SummaryInProgressActivityCount: integer
(int32)
The number of activities that are currently in progress.
-
SummaryLaborCostPercentComplete: number
(double)
The percent complete of cost for all labor resources assigned to the WBS. It is computed as Actual Labor Cost / At Complete Labor Cost * 100, and it is always in the range of 0 to 100.
-
SummaryLaborCostVariance: number
(double)
The Baseline Planned Labor Cost - At Completion Labor Cost.
-
SummaryLaborUnitsPercentComplete: number
(double)
The percent complete of units for all labor resources for the WBS. Computed as actual labor units / at complete labor units * 100. Always in the range 0 to 100.
-
SummaryLaborUnitsVariance: number
(double)
The difference between baseline labor units and at completion labor units. Calculated as baseline labor units - at completion labor units.
-
SummaryMaterialCostPercentComplete: number
(double)
The percent complete of cost for all material resources assigned to the WBS. It is computed as Actual Material Cost / At Complete Material Cost * 100, and it is always in the range of 0 to 100.
-
SummaryMaterialCostVariance: number
(double)
The variance that is calculated as Baseline Material Cost - At Completion Material Cost.
-
SummaryNonLaborCostPercentComplete: number
(double)
The percent complete of cost for all non-labor resources assigned to the WBS. It is computed as Actual Nonlabor Cost / At Complete Nonlabor Cost * 100, and it is always in the range of 0 to 100.
-
SummaryNonLaborCostVariance: number
(double)
The Baseline Planned Nonlabor Cost - At Completion Nonlabor Cost.
-
SummaryNonLaborUnitsPercentComplete: number
(double)
The percent complete of units for all nonlabor resources for the WBS. Computed as Actual Nonlabor Cost / At Completion Nonlabor Cost * 100. Always in the range 0 to 100.
-
SummaryNonLaborUnitsVariance: number
(double)
The difference between baseline nonlabor units and at completion non labor units. Calculated as baseline nonlabor units - at completion nonlabor units.
-
SummaryNotStartedActivityCount: integer
(int32)
The number of activities that are currently not started.
-
SummaryPerformancePercentCompleteByCost: number
(double)
The percent complete of performance for all labor resources, nonlabor resources, and expenses. Computed as Earned Value / Budget At Completion * 100. Always in the range 0 to 100.
-
SummaryPerformancePercentCompleteByLaborUnits: number
(double)
The percent complete of performance for all labor resources. Computed as earned value labor units / baseline labor units * 100. Always in the range 0 to 100.
-
SummaryPlannedCost: number
(double)
The sum of all planned expense, non labor, labor, and material costs in the WBS.
-
SummaryPlannedDuration: number
(double)
The total working days between planned start and finish dates in the WBS.
-
SummaryPlannedExpenseCost: number
(double)
The sum of all planned expense costs in the WBS.
-
SummaryPlannedFinishDate: string
(date-time)
The latest planned finish date of all activities in the WBS.
-
SummaryPlannedLaborCost: number
(double)
The sum of all planned labor costs in the WBS.
-
SummaryPlannedLaborUnits: number
(double)
The sum of all planned labor units in the WBS.
-
SummaryPlannedMaterialCost: number
(double)
The sum of all planned material costs in the WBS.
-
SummaryPlannedNonLaborCost: number
(double)
The sum of all planned non labor costs in the WBS.
-
SummaryPlannedNonLaborUnits: number
(double)
The sum of all planned non labor units in the WBS.
-
SummaryPlannedStartDate: string
(date-time)
The earliest planned start date of all activities in the WBS.
-
SummaryPlannedValueByCost: number
(double)
The Budget at Completion * Schedule % Complete. The Schedule % Complete specifies how much of the activity's baseline duration has been completed so far. Budget at Completion is computed from the primary baseline
-
SummaryPlannedValueByLaborUnits: number
(double)
The portion of the baseline labor units that is scheduled to be completed as of the project data date. Computed as Baseline Labor Units * Schedule % Complete. The Schedule % Complete specifies how much of the activity's baseline duration has been completed so far. The Baseline Labor Units is taken from the current baseline.
-
SummaryProgressFinishDate: string
(date-time)
The date the activity is expected to be finished according to the progress made on the activity's work products. The expected finish date is entered manually by people familiar with progress of the activity's work products.
-
SummaryRemainingDuration: number
(double)
The total working time from the WBS remaining start date to the remaining finish date.
-
SummaryRemainingExpenseCost: number
(double)
The remaining costs for all project expenses associated with the activities in the WBS.
-
SummaryRemainingFinishDate: string
(date-time)
The date the resource is scheduled to finish the remaining work for the activity. This date is computed by the project scheduler but can be updated manually by the project manager. Before the activity is started, the remaining finish date is the same as the planned finish date.
-
SummaryRemainingLaborCost: number
(double)
The remaining costs for all labor resources assigned to the activities. The remaining cost reflects the cost remaining for the WBS.
-
SummaryRemainingLaborUnits: number
(double)
The remaining units for all labor resources assigned to the activities. The remaining units reflects the work remaining to be done for the WBS.
-
SummaryRemainingMaterialCost: number
(double)
The remaining material costs for all project expenses associated with the activities in the WBS.
-
SummaryRemainingNonLaborCost: number
(double)
The remaining nonlabor costs for all project expenses associated with the activities in the WBS.
-
SummaryRemainingNonLaborUnits: number
(double)
The remaining units for all nonlabor resources assigned to the activities. The remaining units reflects the work remaining to be done for the WBS.
-
SummaryRemainingStartDate: string
(date-time)
The earliest remaining start of all activities assigned to the WBS.
-
SummaryRemainingTotalCost: number
(double)
The sum of all remaining total costs in the WBS.
-
SummarySchedulePercentComplete: number
(double)
The measure that indicates how much of the WBS baseline duration has been completed so far. Computed based on where the current data date falls between the activity's baseline start and finish dates. If the data date is earlier than the baseline start, the schedule % complete is 0. If the data date is later than the baseline finish, the schedule % complete is 100. The schedule % complete indicates how much of the WBS duration should be currently completed, relative to the selected baseline.
-
SummarySchedulePercentCompleteByLaborUnits: number
(double)
The percent complete of units for all labor resources. Computed as Actual Labor Units / At Completion Labor Units * 100. Always in the range 0 to 100.
-
SummarySchedulePerformanceIndexByCost: number
(double)
The Earned Value divided by the Planned Value. A value less than 1 indicates that less work was actually performed than was scheduled.
-
SummarySchedulePerformanceIndexByLaborUnits: number
(double)
The Earned Value Labor Units divided by Planned Value Labor Units.
-
SummaryScheduleVarianceByCost: number
(double)
The Earned Value divided by the Planned Value. A negative value indicates that less work was actually performed than was scheduled.
-
SummaryScheduleVarianceByLaborUnits: number
(double)
The Earned Value Labor Units minus the Planned Value Labor Units.
-
SummaryScheduleVarianceIndex: number
(double)
The value that is calculated as the Schedule Variance Labor Units divided by Planned Value Labor Units.
-
SummaryScheduleVarianceIndexByCost: number
(double)
The Schedule Variance divided by the Planned Value.
-
SummaryScheduleVarianceIndexByLaborUnits: number
(double)
The Schedule Variance Labor Units divided by the Planned Value Labor Units.
-
SummaryStartDateVariance: number
(double)
The duration between the start date in the current project and the baseline start date. Calculated as start date - baseline start date.
-
SummaryToCompletePerformanceIndexByCost: number
(double)
The (Budget at Completion - Earned Value) divided by (Estimate at Completion - Actual Cost).
-
SummaryTotalCostVariance: number
(double)
The value that is calculated as baseline total cost - total cost.
-
SummaryTotalFloat: number
(double)
The amount of time the WBS can be delayed before delaying the project finish date. Total float can be computed as late start - early start or as late finish - early finish; this option can be set when running the project scheduler.
-
SummaryUnitsPercentComplete: number
(double)
The percent complete of units for the resource assignments in the wbs. Computed as Actual Units / At Complete Units * 100. Always in the range 0 to 100.
-
SummaryVarianceAtCompletionByLaborUnits: number
(double)
The Baseline Planned Total Labor Units minus Estimate at Completion Labor Units.
-
TotalBenefitPlan: number
(double)
The sum of the monthly benefit plan.
-
TotalBenefitPlanTally: number
(double)
The sum of the monthly benefit plan tally.
-
TotalSpendingPlan: number
(double)
The sum of the monthly spending plan.
-
TotalSpendingPlanTally: number
(double)
The sum of the monthly spending plan tally.
-
UnallocatedBudget: number
(double)
The difference between the total current and distributed current budget. Calculated as total current budget - distributed current budget.
-
UndistributedCurrentVariance: number
(double)
The total spending plan minus the total spending plan tally.
-
WBSCategoryObjectId: integer
(int32)
The unique ID of the associated WBS category value. Note that the label used for the WBS category is dynamic; it is controlled by the system administrator.
-
WBSMilestonePercentComplete: number
(double)
The WBSMilestonePercentComplete field determines whether to calculate earned value by defining milestones at the WBS level and assigning a level of significance or weight to each of them. As progress occurs and you mark each milestone complete, the WBS element's performance percent complete is calculated based on the weight of the milestone.
Response
Supported Media Types
- application/json
200 Response
OK.
Root Schema : schema
Type:
boolean
400 Response
Bad Request.
401 Response
Unauthorized.
403 Response
Forbidden.
404 Response
Not Found.
405 Response
Invalid Input.
500 Response
Internal Server Error.