cancel
Showing results for 
Search instead for 
Did you mean: 

Rate Plan Template - API returning empty list

494

Dear Community,

I am trying use following API to get all rate plan templates defined, but for some reason its returning an empty list [ ].

Am I doing something wrong or probably a bug ?

https://eu10.revenue.cloud.sap/api/rate-plan-template/v2/ratePlanTemplates

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello Shakeel,

version 1 and 2 of the Rate Plan Template API represent two distinct types of rate plan templates.

I could imagine that you are trying to access a rate plan template that is using Subscription Billings native pricing capabilities. Such templates are exposed only via the v1 API.

Background:

  1. Templates exposed via the v1 API are templates without a pricing scheme.
  2. In contrast, templates exposed via v2 API are templates with a pricing scheme.

If your pricing definition originates from Subscription Billing, you are dealing with a v1 rate plan template.

If your pricing definition is defined externally, in the recently released Price Calculation, you are dealing with a v2 rate plan template.

For a comparison of the two types of pricing and template, you can can see the Pricing section in the documentation.

Best regards
Jonas

0 Kudos

Thanks Jonas, I am checking and so far no success. do you have possibility to share Request URL for both versions ?