Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

REST api to reverse project cost

edited Jun 3, 2021 10:30AM in Project Management 7 comments

Summary

Unable to reverse project cost using REST

Content

I am trying to use REST api to reverse an existing project cost transaction.

From the documentation I guess that it is supposed to work:

https://docs.oracle.com/en/cloud/saas/project-management/21b/fapap/op-projectcosts-projectcostsuniqid-x-operations-0.html

According to the above mentionned documentation I try to do a POST to:

https://xxxx.oraclecloud.com:443/fscmRestApi/resources/11.13.18.05/projectCosts/1640001/Adjustments

And using a body like:

{
"name":"adjustProjectCosts",
"parameters":
[
              {"AdjustmentType""Reverse"}
]
}
 
But it is not working. Any ideas or working examples would be very appreciated.
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!