SAP SB Query
The SAP SB (Subscription Billing) Query Function enables the user to query subscriptions, customers, bills, and provisioning requests.
The following information is required from your SAP account:
Field | Description |
---|---|
Tenant | The SAP Subscription Billing tenant name |
Region | The SAPÂ Subscription Billing region |
OAuth Client ID | The client identifier issued to the client during registration |
OAuth Client Secret | The client secret used by the client for authentication |
To configure the SAP Subscription Billing Query Function, take the following steps:
In SAP Credentials, specify the Tenant, Region, OAuth Client ID and OAuth Client Secret.
Note!
You can also use the Secrets Wallet toggle button to select a predefined SAP Subscription Billing secret from your Secrets Wallet.
In SAP API, you can specify the query parameters in Query Option to filter the result. You can select the following options:
Query Option Description Subscriptions - All The query option to view all subscriptions. The SAP API endpoint is GET /subscription/v1/subscriptions. Customers - All The query option to view all customers. The SAP API endpoint is GET /business-partner/v3/customers. Customers - Specific The query option to view a specific customer. The SAP API endpoint is GET /business-partner/v3/customers/{customerNumber}. Bills - All The query option to view all bills. The SAP API endpoint is GET /bill/v2/bills. Provisioning requests - All The query option to view all provisioning requests. The SAP API endpoint is GET /provisioning-request/v1/provisioning-requests. Provisioning request - Specific The query option to view a specific provisioning request. The SAP API endpoint is GET /provisioning-request/v1/provisioning-requests/{identifier}. In Query Parameters, you can specify the query parameters by selecting a Key and specify a Value. After specifying the key-value pair, click +Add Query Parameter to add the query parameter to the search filter.Â
Note!
The query parameter keys are always different for different SAP API endpoints.