Error "The request content has an invalid structure" in Adjust project costs API
Hi all,
I'm trying to use the Adjust Project Costs API in Oracle Fusion Cloud, but I’m encountering the following error in Postman:
"The request content does not represent an action or it has an invalid structure."
Here are the details:
API Endpoint (as used):/fscmRestApi/resources/11.13.18.05/projectCosts/{projectCostsUniqID}/action/adjustProjectCosts
Request Body:
{ "name": "adjustProjectCosts", "parameters": { "AdjustmentType": "Transfer", "ExpenditureType": "Management Cost", "ProjectNumber": "10001", "TaskName": "Consolidated Project Management Cost", "Quantity": 1233 }}
I’ve confirmed that the projectCostsUniqID
is valid and the cost line exists.
Is there something I’m missing in the endpoint or payload structure?
Any help or working example would be greatly appreciated.