Need Payload for creating periodic cost adjustment Using REST Api — Cloud Customer Connect
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

Need Payload for creating periodic cost adjustment Using REST Api

Summary:

Hi Team ,

Need Payload for creating periodic cost adjustment Using REST Api, I am getting an error while using Oracle provided Rest Payload.

Content (please ensure you mask any confidential information):

Request Payload

{
"AdjustmentTypeCode": "OPENING_BALANCE",
"CostBook": "ABC Cost Book",
"CostOrganizationName": "RCost Org",
"Item": "03-1test-12-",
"PeriodName": "2024-25",
"ReasonCode": "Item Cost Adjustment",
"ValuationUnit": "R-2TEST1",
"ValuationUnitType": "ASSET",
"costAdjustmentDetails": [
{
"CostElement": "Material",
"ValueCost": 10
}
]
}
====================

request URL

https://faclient.od1.fa.ocs.oraclecloud.com/fscmRestApi/resources/11.13.18.05/periodicAverageCostAdjustments

=================

Error Message :

{    "title": "Bad Request",    "status": "400",    "o:errorDetails": []}

==========================

Version (include the version you are using, if applicable):



Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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