Update an impact for a change order
patch
/fscmRestApi/resources/11.13.18.05/changeOrders/{ChangeDocumentId}/child/ChangeImpacts/{ImpactId}
Request
Path Parameters
-
ChangeDocumentId(required): integer(int64)
Unique identifier of a project change order. Mandatory for PATCH operation.
-
ImpactId(required): integer(int64)
Unique identifier of the impact to the change order.
Header Parameters
-
Metadata-Context: string
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".
-
REST-Framework-Version: string
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
- application/json
Root Schema : schema
Type:
Show Source
object-
Area: string
Title:
Impact Area CodeMaximum Length:30The 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. -
ChangeImpactDetails: array
Change Impact Details
Title:
Change Impact DetailsThe 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 or Project Plan. -
ChangeImpactTaskDetails: array
Change Impact Task Details
Title:
Change Impact Task DetailsThe Change Impact Task Details resource is used to view, create, update, or delete the task impact details for a change order. This allows for creation of tasks and updates to task dates through a change order. -
ContractAmount: number
Title:
Contract AmountContract amount of the impact of a change order. -
Currency: string
Title:
Impact Currency CodeMaximum Length:15Currency 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. -
Description: string
Title:
Impact DescriptionMaximum Length:2000Description of the impact of a change order. -
EffortsInHours: number
Title:
Effort in HoursEffort required in hours to implement the change requested. -
EstimatedCost: number
Title:
Estimated CostEstimated cost to implement the change requested. -
EstimatedRevenue: number
Title:
Estimated RevenueEstimated revenue to implement the change requested. -
ImpactedObjectId: integer
(int64)
Title:
Impacted Object IDIdentifier of the impacted object such as a budget version or a forecast version. -
Summary: string
Title:
Impact NameMaximum Length:100Summary of the impact of a change order.
Nested Schema : Change Impact Details
Type:
arrayTitle:
Change Impact DetailsThe 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 or Project Plan.
Show Source
Nested Schema : Change Impact Task Details
Type:
arrayTitle:
Change Impact Task DetailsThe Change Impact Task Details resource is used to view, create, update, or delete the task impact details for a change order. This allows for creation of tasks and updates to task dates through a change order.
Show Source
Nested Schema : changeOrders-ChangeImpacts-ChangeImpactDetails-item-patch-request
Type:
Show Source
object-
ChangeDocumentId: integer
(int64)
Title:
Change Order IDExternal identifier of a project change order. Updatable only at creation time. -
ChangeImpactId: integer
(int64)
Title:
Impact IDUnique identifier of the impact to the change order. Updatable only at creation time. -
FinishDate: string
(date)
Title:
Finish DateThe finish date of the change impact detail. -
PCBurdenedCost: number
Title:
Burdened Cost in Project CurrencyThe amount of change to the burdened cost in project currency. -
PCRawCost: number
Title:
Raw Cost in Project CurrencyThe amount of change to the raw cost in project currency. -
PCRevenue: number
Title:
Revenue in Project CurrencyThe amount of change to the revenue in project currency. -
PfcBurdenedCost: number
Title:
Burdened Cost in Project Ledger CurrencyThe amount of change to the burdened cost in project ledger currency. -
PfcRawCost: number
Title:
Raw Cost in Project Ledger CurrencyThe amount of change to the raw cost in project ledger currency. -
PfcRevenue: number
Title:
Revenue in Project Ledger CurrencyThe amount of change to the revenue in project ledger currency. -
ProjectOrTaskName: string
Title:
Project or TaskMaximum Length:255Name of the task or the project for which change order impact detail is created. Updatable only at creation time. -
ProjElementId: integer
(int64)
Title:
Task NumberIdentifier of the task or the project that is impacted by the change. Updatable only at creation time. -
Quantity: number
Title:
QuantityThe amount of change to the quantity. -
RbsElementId: integer
(int64)
Title:
Resource IDIdentifier of the resource that is impacted by the change. -
ResourceName: string
Title:
Resource NameMaximum Length:255Name of the resource that's impacted by the change. Updatable only at creation time. -
StartDate: string
(date)
Title:
Start DateThe start date of the change impact detail. -
TCBurdenedCost: number
Title:
Burdened CostThe amount of change to the burdened cost in transaction currency. -
TCRawCost: number
Title:
Raw CostThe amount of change to the raw cost in transaction currency. -
TCRevenue: number
Title:
RevenueThe amount of change to the revenue in transaction currency. -
TransactionCurrency: string
Title:
Transaction Currency CodeMaximum Length:15The currency code for the change impact in transaction currency. -
UnitOfMeasure: string
Title:
Unit of MeasureMaximum Length:30The unit to measure the quantity such as hours or tons.
Nested Schema : changeOrders-ChangeImpacts-ChangeImpactTaskDetails-item-patch-request
Type:
Show Source
object-
Action: string
Title:
ActionMaximum Length:10Specifies the type of task impact. A value of CREATE denotes the creation of a new task, while a value of UPDATE indicates modifications to an existing task using the change order. -
ChangeDocumentId: integer
(int64)
Title:
Change Order IDIdentifier of a project change order. Updatable only at creation time. -
ChangeImpactId: integer
(int64)
Title:
Impact IDIdentifier of the impact to the change order. Updatable only at creation time. -
FinishDate: string
(date)
Title:
Finish DateThe proposed finish date of a task created or existing task impacted with the change order. -
MilestoneFlag: boolean
Title:
MilestoneMaximum Length:1Indicates whether the impacted task is a milestone. Value of True indicates that the task is a milestone. The default value is False. -
ParentTaskId: integer
(int64)
Title:
Parent Task IDUnique Identifier of the parent task of a new task that's proposed or impacted with the change order. -
ParentTaskName: string
Title:
Parent Task NameMaximum Length:255Name of the parent task of a new task proposed or impacted with the change order. -
ParentTaskNumber: string
Title:
Parent Task NumberMaximum Length:255Unique number of the parent task of a new task that's proposed or impacted with the change order. -
ProjectId: integer
(int64)
Title:
Project IDIdentifier of the project that's impacted. Updateable only at the time of creation. -
StartDate: string
(date)
Title:
Start DateThe proposed start date of a task created or existing task impacted with the change order. -
TaskId: integer
(int64)
Title:
Task IDUnique identifier of the task that's impacted due to the change order. -
TaskName: string
Title:
Task NameMaximum Length:255Name of the task that's impacted due to the change order. -
TaskNumber: string
Title:
Task NumberMaximum Length:100Number of the task that's impacted due to the change order.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
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".
-
REST-Framework-Version:
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.
Root Schema : changeOrders-ChangeImpacts-item-response
Type:
Show Source
object-
Area: string
Title:
Impact Area CodeMaximum Length:30The 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. -
ChangeImpactDetails: array
Change Impact Details
Title:
Change Impact DetailsThe 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 or Project Plan. -
ChangeImpactTaskDetails: array
Change Impact Task Details
Title:
Change Impact Task DetailsThe Change Impact Task Details resource is used to view, create, update, or delete the task impact details for a change order. This allows for creation of tasks and updates to task dates through a change order. -
ContractAmount: number
Title:
Contract AmountContract amount of the impact of a change order. -
Currency: string
Title:
Impact Currency CodeMaximum Length:15Currency 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. -
Description: string
Title:
Impact DescriptionMaximum Length:2000Description of the impact of a change order. -
EffortsInHours: number
Title:
Effort in HoursEffort required in hours to implement the change requested. -
EstimatedCost: number
Title:
Estimated CostEstimated cost to implement the change requested. -
EstimatedRevenue: number
Title:
Estimated RevenueEstimated revenue to implement the change requested. -
ImpactedObjectId: integer
(int64)
Title:
Impacted Object IDIdentifier of the impacted object such as a budget version or a forecast version. -
ImpactId: integer
(int64)
Title:
Impact IdRead Only:trueUnique identifier of the impact to the change order. -
ImpactOwnerEmail: string
Title:
Impact Owner EmailEmail of the impact owner. -
ImpactOwnerId: integer
(int64)
Title:
Impact Owner IDResource identifier of the impact owner. -
ImpactOwnerName: string
Title:
Impact Owner NameName of the impact owner. -
ImpactTo: string
Title:
Impact ToMaximum Length:30The detail of the impacted object type such as a cost budget or revenue budget. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Summary: string
Title:
Impact NameMaximum Length:100Summary of the impact of a change order.
Nested Schema : Change Impact Details
Type:
arrayTitle:
Change Impact DetailsThe 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 or Project Plan.
Show Source
Nested Schema : Change Impact Task Details
Type:
arrayTitle:
Change Impact Task DetailsThe Change Impact Task Details resource is used to view, create, update, or delete the task impact details for a change order. This allows for creation of tasks and updates to task dates through a change order.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : changeOrders-ChangeImpacts-ChangeImpactDetails-item-response
Type:
Show Source
object-
ChangeDocumentId: integer
(int64)
Title:
Change Order IDExternal identifier of a project change order. Updatable only at creation time. -
ChangeImpactId: integer
(int64)
Title:
Impact IDUnique identifier of the impact to the change order. Updatable only at creation time. -
FinishDate: string
(date)
Title:
Finish DateThe finish date of the change impact detail. -
ImpactDetailsId: integer
(int64)
Title:
Impact Details IDUnique identifier of the impact detail of the change order. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PCBurdenedCost: number
Title:
Burdened Cost in Project CurrencyThe amount of change to the burdened cost in project currency. -
PCRawCost: number
Title:
Raw Cost in Project CurrencyThe amount of change to the raw cost in project currency. -
PCRevenue: number
Title:
Revenue in Project CurrencyThe amount of change to the revenue in project currency. -
PfcBurdenedCost: number
Title:
Burdened Cost in Project Ledger CurrencyThe amount of change to the burdened cost in project ledger currency. -
PfcRawCost: number
Title:
Raw Cost in Project Ledger CurrencyThe amount of change to the raw cost in project ledger currency. -
PfcRevenue: number
Title:
Revenue in Project Ledger CurrencyThe amount of change to the revenue in project ledger currency. -
ProjectOrTaskName: string
Title:
Project or TaskMaximum Length:255Name of the task or the project for which change order impact detail is created. Updatable only at creation time. -
ProjElementId: integer
(int64)
Title:
Task NumberIdentifier of the task or the project that is impacted by the change. Updatable only at creation time. -
Quantity: number
Title:
QuantityThe amount of change to the quantity. -
RbsElementId: integer
(int64)
Title:
Resource IDIdentifier of the resource that is impacted by the change. -
ResourceName: string
Title:
Resource NameMaximum Length:255Name of the resource that's impacted by the change. Updatable only at creation time. -
StartDate: string
(date)
Title:
Start DateThe start date of the change impact detail. -
TCBurdenedCost: number
Title:
Burdened CostThe amount of change to the burdened cost in transaction currency. -
TCRawCost: number
Title:
Raw CostThe amount of change to the raw cost in transaction currency. -
TCRevenue: number
Title:
RevenueThe amount of change to the revenue in transaction currency. -
TransactionCurrency: string
Title:
Transaction Currency CodeMaximum Length:15The currency code for the change impact in transaction currency. -
UnitOfMeasure: string
Title:
Unit of MeasureMaximum Length:30The unit to measure the quantity such as hours or tons.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : changeOrders-ChangeImpacts-ChangeImpactTaskDetails-item-response
Type:
Show Source
object-
Action: string
Title:
ActionMaximum Length:10Specifies the type of task impact. A value of CREATE denotes the creation of a new task, while a value of UPDATE indicates modifications to an existing task using the change order. -
ChangeDocumentId: integer
(int64)
Title:
Change Order IDIdentifier of a project change order. Updatable only at creation time. -
ChangeImpactId: integer
(int64)
Title:
Impact IDIdentifier of the impact to the change order. Updatable only at creation time. -
FinishDate: string
(date)
Title:
Finish DateThe proposed finish date of a task created or existing task impacted with the change order. -
ImpactTaskDetailsId: integer
(int64)
Title:
Impact Task Details IDUnique identifier of the task impact details of the change order. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MilestoneFlag: boolean
Title:
MilestoneMaximum Length:1Indicates whether the impacted task is a milestone. Value of True indicates that the task is a milestone. The default value is False. -
ParentTaskId: integer
(int64)
Title:
Parent Task IDUnique Identifier of the parent task of a new task that's proposed or impacted with the change order. -
ParentTaskName: string
Title:
Parent Task NameMaximum Length:255Name of the parent task of a new task proposed or impacted with the change order. -
ParentTaskNumber: string
Title:
Parent Task NumberMaximum Length:255Unique number of the parent task of a new task that's proposed or impacted with the change order. -
ProjectId: integer
(int64)
Title:
Project IDIdentifier of the project that's impacted. Updateable only at the time of creation. -
StartDate: string
(date)
Title:
Start DateThe proposed start date of a task created or existing task impacted with the change order. -
TaskId: integer
(int64)
Title:
Task IDUnique identifier of the task that's impacted due to the change order. -
TaskName: string
Title:
Task NameMaximum Length:255Name of the task that's impacted due to the change order. -
TaskNumber: string
Title:
Task NumberMaximum Length:100Number of the task that's impacted due to the change order.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- ChangeImpactDetails
-
Parameters:
- ChangeDocumentId:
$request.path.ChangeDocumentId - ImpactId:
$request.path.ImpactId
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 or Project Plan. - ChangeDocumentId:
- ChangeImpactTaskDetails
-
Parameters:
- ChangeDocumentId:
$request.path.ChangeDocumentId - ImpactId:
$request.path.ImpactId
The Change Impact Task Details resource is used to view, create, update, or delete the task impact details for a change order. This allows for creation of tasks and updates to task dates through a change order. - ChangeDocumentId:
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"
}