Cost Adjustments using REST web service
Summary:
How to use the Cost Adjustments REST web service to transfer costs to another Task
Content (required):
Hello,
I'm trying to use the Project Cost Adjustments REST web service to transfer costs from one Project Task to another Task:
/fscmRestApi/resources/11.13.18.05/projectCosts/{projectCostsUniqID}
I've included the code snippet below but it's not working for me - I'd assume the syntax is incorrect.
The Oracle documentation only has examples for "Update Accounts" and "Transfer" of Expenditure Type, not Tasks.
How do I find out what other type of Adjustments the Adjustments REST web service can do? Would it be a polymorphic type? I'd assume the parameters you need to pass for each type of Adjustments differs between each.
0