Update an impact for a change order

patch

/fscmRestApi/resources/11.13.18.05/changeOrders/{ChangeDocumentId}/child/ChangeImpacts/{ImpactId}

Request

Path Parameters
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Title: Impact Area Code
    Maximum Length: 30
    The code of the impact area of a change order. Valid values are BUDGET_AND_FORECAST, CONTRACTS, OTHERS, PROJECT_PLAN, REQUIREMENTS, and RESOURCES. The default value is PROJECT_PLAN.
  • Change Impact Details
    Title: Change Impact Details
    The Change Impact Details resource is used to view, create, update or delete the impact details for a change order. Change Impact Details can be created only for the impacts where the impact area is defined as Budget and Forecast.
  • Title: Contract Amount
    Contract amount of the impact of a change order.
  • Title: Impact Currency Code
    Maximum Length: 15
    Currency code for the amounts impacted by the change. If project is specified for the change order, currency is defaulted to project currency. Otherwise, default value for currency is USD.
  • Title: Impact Description
    Maximum Length: 2000
    Description of the impact of a change order.
  • Title: Effort in Hours
    Effort required in hours to implement the change requested.
  • Title: Estimated Cost
    Estimated cost to implement the change requested.
  • Title: Estimated Revenue
    Estimated revenue to implement the change requested.
  • Title: Impacted Object ID
    Identifier of the impacted object such as a budget version or a forecast version.
  • Title: Impact Name
    Maximum Length: 100
    Summary of the impact of a change order.
Nested Schema : Change Impact Details
Type: array
Title: Change Impact Details
The Change Impact Details resource is used to view, create, update or delete the impact details for a change order. Change Impact Details can be created only for the impacts where the impact area is defined as Budget and Forecast.
Show Source
Nested Schema : changeOrders-ChangeImpacts-ChangeImpactDetails-item-patch-request
Type: object
Show Source
  • Title: Change Order ID
    External identifier of a project change order. Updatable only at creation time.
  • Title: Impact ID
    Unique identifier of the impact to the change order. Updatable only at creation time.
  • Title: Finish Date
    The finish date of the change impact detail.
  • Title: Burdened Cost in Project Currency
    The amount of change to the burdened cost in project currency.
  • Title: Raw Cost in Project Currency
    The amount of change to the raw cost in project currency.
  • Title: Revenue in Project Currency
    The amount of change to the revenue in project currency.
  • Title: Burdened Cost in Project Ledger Currency
    The amount of change to the burdened cost in project ledger currency.
  • Title: Raw Cost in Project Ledger Currency
    The amount of change to the raw cost in project ledger currency.
  • Title: Revenue in Project Ledger Currency
    The amount of change to the revenue in project ledger currency.
  • Title: Project or Task
    Maximum Length: 255
    Name of the task or the project for which change order impact detail is created. Updatable only at creation time.
  • Title: Quantity
    The amount of change to the quantity.
  • Title: Resource Name
    Maximum Length: 255
    Name of the resource that's impacted by the change. Updatable only at creation time.
  • Title: Start Date
    The start date of the change impact detail.
  • Title: Burdened Cost
    The amount of change to the burdened cost in transaction currency.
  • Title: Raw Cost
    The amount of change to the raw cost in transaction currency.
  • Title: Revenue
    The amount of change to the revenue in transaction currency.
  • Title: Transaction Currency Code
    Maximum Length: 15
    The currency code for the change impact in transaction currency.
  • Title: Unit of Measure
    Maximum Length: 30
    The unit to measure the quantity such as hours or tons.
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : changeOrders-ChangeImpacts-item-response
Type: object
Show Source
  • Title: Impact Area Code
    Maximum Length: 30
    The code of the impact area of a change order. Valid values are BUDGET_AND_FORECAST, CONTRACTS, OTHERS, PROJECT_PLAN, REQUIREMENTS, and RESOURCES. The default value is PROJECT_PLAN.
  • Change Impact Details
    Title: Change Impact Details
    The Change Impact Details resource is used to view, create, update or delete the impact details for a change order. Change Impact Details can be created only for the impacts where the impact area is defined as Budget and Forecast.
  • Title: Contract Amount
    Contract amount of the impact of a change order.
  • Title: Impact Currency Code
    Maximum Length: 15
    Currency code for the amounts impacted by the change. If project is specified for the change order, currency is defaulted to project currency. Otherwise, default value for currency is USD.
  • Title: Impact Description
    Maximum Length: 2000
    Description of the impact of a change order.
  • Title: Effort in Hours
    Effort required in hours to implement the change requested.
  • Title: Estimated Cost
    Estimated cost to implement the change requested.
  • Title: Estimated Revenue
    Estimated revenue to implement the change requested.
  • Title: Impacted Object ID
    Identifier of the impacted object such as a budget version or a forecast version.
  • Title: Impact Id
    Read Only: true
    Unique identifier of the impact to the change order.
  • Title: Impact Owner Email
    Email of the impact owner.
  • Title: Impact Owner Id
    Resource identifier of the impact owner.
  • Title: Impact Owner Name
    Name of the impact owner.
  • Title: Impact To
    Maximum Length: 30
    The detail of the impacted object type such as a cost budget or revenue budget.
  • Links
  • Title: Impact Name
    Maximum Length: 100
    Summary of the impact of a change order.
Nested Schema : Change Impact Details
Type: array
Title: Change Impact Details
The Change Impact Details resource is used to view, create, update or delete the impact details for a change order. Change Impact Details can be created only for the impacts where the impact area is defined as Budget and Forecast.
Show Source
Nested Schema : changeOrders-ChangeImpacts-ChangeImpactDetails-item-response
Type: object
Show Source
Back to Top

Examples

The following example shows how to update an impact for a change order by submitting a PATCH request on the REST resource using cURL.

curl --user ppm_cloud_user -X PATCH -d @example_request_payload.json --header "Content-Type: application/json" https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/changeOrders/300100152034699/child/ChangeImpacts/300100152034700

Note:

You cannot add, update, or delete participants or impacts to a change order that is approved or in implementation stage.

Request Body Example

The following shows an example of the request body in JSON format.

 {
"Area":"OTHERS"
}

Response Body Example

The following shows an example of the response body in JSON format.

{
    "ImpactId": 300100125631301,
    "ChangeDocumentId": 300100125631297,
    "ImpactOwnerId": 300100024326751,
    "Area": "OTHERS",
    "EffortsInHours": 14.567,
    "EstimatedCost": 2,
    "EstimatedRevenue": 45.98,
    "Currency": "USD",
    "Summary": "Summary for impacts area",
    "Description": "Description for impacts area",
    "ContractAmount": 2,
    "ImpactOwnerName": "Abraham Mason",
    "ImpactOwnerEmail": "prj_wf_in_grp@oracle.com"
}
Back to Top