Create impact details for a change impact
post
/fscmRestApi/resources/11.13.18.05/changeOrders/{ChangeDocumentId}/child/ChangeImpacts/{ImpactId}/child/ChangeImpactDetails
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.
- Upsert-Mode: string Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
- application/json
Root Schema : schema
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. - 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.
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-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.
Examples
The following example shows how to create impact details for a change impact by submitting a POST request on the REST resource using cURL.
curl -H "Content-Type: application/vnd.oracle.adf.action+json" --user ppm_cloud_user -X POST -d @example_request_payload.json https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/changeOrders/{ChangeDocumentId}/child/ChangeImpacts/{ImpactId}/child/ChangeImpactDetails Request Body Example
The following shows an example of the request body in JSON format.
{ "ProjectOrTaskName": "Design Review", "ResourceName" : "Consultant", "TransactionCurrency" : "USD", "Quantity" : 100, } Response Body Example
The following shows an example of the response body in JSON format.
{ "ChangeDocumentId": 300100585212206, "ChangeImpactId": 300100585253624, "FinishDate": "2024-03-29", "ImpactDetailsId": 300100585253625, "PCBurdenedCost": 990, "PCRawCost": 990, "PCRevenue": 1980, "PfcBurdenedCost": 990, "PfcRawCost": 990, "PfcRevenue": 1980, "ProjElementId": 300100085299786, "Quantity": 100, "RbsElementId": 300100084467634, "StartDate": "2024-02-02", "TCBurdenedCost": 990, "TCRawCost": 990, "TCRevenue": 1980, "TransactionCurrency": "USD", "UnitOfMeasure": "HOURS", "ResourceName": "Consultant", "ProjectOrTaskName": "Design Review" }