Need to update Project Cost Timecard comments
Summary: Update Project Cost timecard comments using REST API in Oracle Fusion.
Content (required):
Hi Team,
We have a requirement to update Project Cost timecard comments using REST API.
We have tried with the below details but its not updating the current comment.
REST API URL:
https://****.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projectCosts/{projectCostsUniqID}/action/adjustProjectCosts
Request Body:
{
"name": "adjustProjectCosts",
"parameters": [
{
"AdjustmentType": "Edit comment"
},
{
"Comment": "This is the new comment."
}
]
}
Response:
403Forbidden
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):