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):