Get an impact for change order
get
/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.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
Header Parameters
-
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.
There's no request body for this operation.
Back to TopResponse
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. -
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.
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. Updatable only at creation time. -
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.
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. - ChangeDocumentId:
Examples
The following example shows how to get a change impact for a change order by submitting a GET request on the REST resource using cURL..
curl --user ppm_cloud_user https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/changeOrders/300100124745706/child/ChangeImpacts?finder=PrimaryKey;ImpactId=300100124745940
Example of Response Body
The following example shows the contents of the response body in JSON format of the change impact for the change order with the change document ID 300100124745706.
{
"items": [
{
"ImpactId": 300100124745940,
"ChangeDocumentId": 300100124745706,
"ImpactOwnerId": 300100023180814,
"Area": "REQUIREMENTS",
"EffortsInHours": 14.567,
"EstimatedCost": 19.456,
"EstimatedRevenue": 45.98,
"Currency": "AED",
"Summary": "Summary for impacts area",
"Description": "Test",
"ContractAmount": null,
"ImpactOwnerName": "Mary Smith",
"ImpactOwnerEmail": "prj_mary_smith_in_grp@oracle.com",
}
],
}