Project Cost Adjustments - Request For Payload
(Doc ID 2940347.1)
Last updated on SEPTEMBER 26, 2023
Applies to:
Oracle Fusion Project Costing Cloud Service - Version 11.13.23.01.0 and laterInformation in this document applies to any platform.
Goal
We are using the below API to perform adjustments (change work type for project costs)
/fscmRestApi/resources/11.13.18.05/projectCosts/{projectCostsUniqID}/action/adjustProjectCosts
While submitting from postman the below request fails with error - "The request content does not represent an action or it has an invalid structure."
Post URL:
<HOST NAME>/fscmRestApi/resources/11.13.18.05/projectCosts/19005/action/adjustProjectCosts
Media type:
Content-Type = application/vnd.oracle.adf.action+json
Body:
{
"name":"adjustProjectCosts",
"parameters":
[
{
"ExpenditureItemId": 19008,
"AdjustmentType": "Change work type",
"AdjustmentTypeCode": "CHANGE_WORK_TYPE",
"ProjectId": 300000002602573,
"WorkType": "Deferred",
"Justification":"Change in project status"
}
]
}
Why?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |