cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CC JAVA API for Allowance Balance

xhoi_alickolli
Explorer
0 Kudos
476

Hello,

Based on our business requirements, we need a JAVA API method for getting the Allowance Counter balance by having as an input the Charging Contract ID or Subscriber Account ID. We are using SAP CC 2022.0.2.1.

If we are talking about the SOAP Web Service, it should be quite same as chargingContractAllowanceFind Request.

We could not find anything on the official documentation, but maybe there is one that we missed or not published yet.

Thank you in advance,
Xhoi

Accepted Solutions (1)

Accepted Solutions (1)

former_member428395
Active Participant
0 Kudos

Hello Xhoi,

the only way to retrieve the allowance is to use the webService API. There is no available Java API to do it.

If you want to retrieve some counter values from allowance, you can implement a usage rating (and an allowance event) which will return the value of the counter as result of the rating. By doing that, you can send rating request by using Java implementation.

Best regards,

Eric F.

xhoi_alickolli
Explorer
0 Kudos

Thank you for your confirmation, Eric!

All the best,
Xhoi

Answers (1)

Answers (1)

Eric_F
Product and Topic Expert
Product and Topic Expert
0 Kudos

ok