cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Subscription Billing: How to create products/rate plan/subscription using SAP API Business Hub

praveen_tanwar
Participant
0 Likes
457

Hi Experts,

May you please suggest how can we create documents like provisioning request/ subscription request/rate plan etc using API.

Is it SAP API Business Hub where we can input the data and subscription will be created at SAP Subscription Billing cloud portal?

Or is there any different method?

Requesting you to please suggest the procedure to use API.

Regards,

Praveen Tanwar

Accepted Solutions (1)

Accepted Solutions (1)

jklotz
Participant

Hi Praveen, for test-scenarios you can call SAP Subscription Billing APIs via https://api.sap.com/package/SAPHybrisRevenueCloud?section=Artifacts. By using this way you have to configure a API Environment for each API you want to use. Otherwise you can call the APIs by yourself in some custom coding at every time. For example by using javascript in a custom app. Please use in this case oauth2 (get token from authentication server and pass it via header-auth-parameter by calling the business API).

Regards, Jonathan

Answers (1)

Answers (1)

former_member226
Employee
Employee

Hello,

Further to what Jonathan has said, it is always good to have a look at offcial API documentation on https://help.sap.com/viewer/987aec876092428f88162e438acf80d6/LATEST/en-US/9e62638c757d42cabba1af32f1... where you will find how to fetch the token, which endpoints to be envoked or what http method to use etc etc.

praveen_tanwar
Participant
0 Likes

Thanks Jonathan and Saurabh.

Regards,

Praveen Tanwar