PDC REST Services Manager- ProductOfferingPriceCreateEvent JSON Payload is not Working for Non-Currency
(Doc ID 2898014.1)
Last updated on SEPTEMBER 23, 2022
Applies to:
Oracle Communications Pricing Design Center - Version 12.0.0.4.0 and laterInformation in this document applies to any platform.
Symptoms
The user has followed instructions from Pricing Design Center (PDC) REST Services Manager Guide: https://docs.oracle.com/en/industries/communications/billing-revenue/12.0/pdc-rest-guide/index.html to pass in request to create product offering. The user tried with few combinations, the request is submitted successfully, however only the currency "balanceElementNumCode" reflects in PDC database, and the non-currency balance element is not reflected for the charge creation.
When using out-of-box mapping "priceType": "ONE_TIME_PRICE_PLAN" for EventBillingProductFeePurchase.
In rsm.log there are many success POST, however, the issue is that it does not reflect when trying to pass a non-currency "GCC" balance element,
"unitOfMeasure": {
"price": "-1000.00",
"unit": "GCC"
},
It reflects: <balanceElementNumCode>752</balanceElementNumCode> which is currency code.
EXPECTED BEHAVIOR
-------------
Expect non-currency GCC balance element instead of currency code 752.
STEPS
------------
1. Create product offering using PDC REST request with payload
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 |
References |