Error While Creating Trade Operation Charges Usiing REST API - The value being set for attribute ChargeCurrencyConversionType does not match the value derived from list binding LOV_ChargeCurrencyConversionType
(Doc ID 2523817.1)
Last updated on OCTOBER 23, 2019
Applies to:
Oracle Fusion Manufacturing Cloud Service - Version 11.13.19.01.0 and laterOracle Fusion Cost Management Cloud Service - Version 11.13.19.01.0 and later
Information in this document applies to any platform.
Symptoms
ACTUAL BEHAVIOR
While trying to create Trade Operation Charges using REST API (via POSTMAN CLIENT ) following error occurs
ERROR : The value being set for attribute ChargeCurrencyConversionType does not match the value derived from list binding LOV_ChargeCurrencyConversionType
URL : https://<<..>>/fscmRestApi/resources/11.13.18.05/tradeOperations/<trade operation id>/child/charges
Payload :
{
"ChargeBU" : "<
"ChargeBasis" : "AGGREGATE",
"ChargeSupplier" : "<
"ChargeCurrencyConversionType": "Corporate",
"ChargeCurrencyConversionDate" : "<
"ChargeAllocationBasis" : "EQUALLY"
}
But 'Corporate' is in the list of values in UI
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |