View a Scope Item Assignment Period Closeout

get

/api/restapi/periodCloseoutData/{scopeAssignmentPeriodCloseOutId}

Send a request to this endpoint to view a scope item assignment period close out data.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ApiEntityScopeItemAssignmentPeriodCloseOut
Type: object
Title: ApiEntityScopeItemAssignmentPeriodCloseOut
Show Source
Nested Schema : scopeItemAssignmentCostPeriodCloseOut
An object containing the cost fields associated with the period closeout.
Match All
Show Source
Nested Schema : ApiEntityScopeItemAssignmentCostPeriodCloseOut
Type: object
Title: ApiEntityScopeItemAssignmentCostPeriodCloseOut
Show Source
  • The actual costs incurred on the scope assignment. This tracks the VOWD (Value of Work Done). This field is in base currency and is calculated from actualCostProject field based on the specified exchange rate.
  • The actual costs incurred on the scope assignment. This tracks the VOWD (Value of Work Done). This is the cumulative value for all scope assignments in the work package. This value is based on the project currency.
  • The total cost at the completion of the scope assignment. Calculated as Revised Cost plus Adjusted Cost. This field is in base currency and is calculated from atCompletionCostProject field based on the specified exchange rate.
  • The total cost at the completion of the scope assignment. Calculated as Revised Cost plus Adjusted Cost. This is the cumulative value for all scope assignments in the work package. This value is based on the project currency.
  • The Revised Cost or At Completion Cost at the time the current baseline was set, depending on the selection for the Budget at Completion Method. The Revised Cost of the current project if no baseline is set. This field is in base currency and is calculated from bacCostProject field based on the specified exchange rate.
  • The Revised Cost or At Completion Cost at the time the current baseline was set, depending on the selection for the Budget at Completion Method. The Revised Cost of the current project if no baseline is set. This is the cumulative value for all scope assignments in the work package. This value is based on the project currency.
  • Calculated as ETC Cost plus Actual Cost to Date. This field is in base currency and is calculated from eacCostProject field based on the specified exchange rate.
  • The total cost estimated to be earned as the completion of the work package. Calculated as ETC Cost plus Actual Cost to Date. This is the cumulative value for all scope assignments in the work package. This value is based on the project currency.
  • Calculated as Performance Percent Complete multiplied by BAC Cost. This field is in base currency and is calculated from earnedCostProject field based on the specified exchange rate.
  • The portion of the budgeted cost that is currently earned for the work package. Calculated as Performance Percent Complete multiplied by BAC Cost. This is the cumulative value for all scope assignments in the work package. This value is based on the project currency.
  • The estimate of the cost needed to complete the work. Calculated as BAC Cost minus Earned Cost. This field is in base currency and is calculated from etcCostProject field based on the specified exchange rate.
  • The estimate of the cost needed to complete the work. Calculated as BAC Cost minus Earned Cost. This is the cumulative value for all scope assignments in the work package. This value is based on the project currency.
  • The total cost incurred on the scope assignment as of the current date. If Rate By is set to Hours, then Installed Cost equals Revised Cost Rate multiplied by Installed Hours. If Rate By is set to Quantity, then Installed Cost equals Revised Cost Rate multiplied by Installed Quantity. This field is in base currency and is calculated from installedCostProject field based on the specified exchange rate.
  • The total cost incurred on the scope assignment as of the current date. If Rate By is set to Hours, then Installed Cost equals Revised Cost Rate multiplied by Installed Hours. If Rate By is set to Quantity, then Installed Cost equals Revised Cost Rate multiplied by Installed Quantity. This is the cumulative value for all scope assignments in the work package. This value is based on the project currency.
  • The unique identifier of scope cost data.
  • Read Only: true
    Date when the record was last updated.

404 Response

The requested scope item assignment on period closeout does not exist, or you do not have access to it.
Back to Top