Can we get a working payload for periodic cost adjustment
Hi Team ,
I am trying to create periodic cost adjustment using REST Payload.
{ "AdjustmentTypeCode": "OPENING_BALANCE", "CostOrganizationName": "Reo Cost Org", "CostBook": "Reo Avg Cost Book", "Item": "01-5109-56-", "ValuationUnitType": "ASSET", "ValuationUnit": "RCO-28101", "PeriodName": "2024-25", "ReasonCode": "Item Cost Adjustment", "Account":null , "costAdjustmentDetails": [ { "CostElement": "Material", "ValueCost": 10 } ]}
https://fa-eyiz-fa.ocs.oraclecloud.com/fscmRestApi/resources/11.13.18.05/periodicAverageCostAdjustments
I am using above payload but it gives error
{ "title": "Bad Request", "status": "400", "o:errorDetails": []}
Can anyone help me with the working request payload.