Unable To Add A Service Without Deal By The Calling The SubscribePackage BillingCare REST API
(Doc ID 2737960.1)
Last updated on MARCH 24, 2023
Applies to:
Oracle Communications Billing and Revenue Management - Version 12.0.0.3.0 and laterInformation in this document applies to any platform.
Goal
On : 12.0.0.3.0 version, REST APIs
User is trying to add a service to an account by calling the subscribePackage rest api, with the payload captured for a BillingCare App request, in the background one see that it's calling the CUST_MODIFY_CUSTER opcode but with no service array, hence service is not getting created on the account.
NOTE: In package/plan "No Deals" is selected for the service
API Used: /bcws/webresources/v1.0/accounts/{id}/package
Payload Used:
{
"purchasingPackageRef":"0.0.0.1+-plan+28511680",
"services":[
],
"genericBundle":{
},
"existingBillunitsForBalanceGroups":[
{
"billUnitId":"0.0.0.1+-billinfo+28979202",
"forServiceGroup":[
]
}
],
"newBillunitsForBalanceGroups":[
]
}
Solution
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
Goal |
Solution |
References |