Sap Brim List Subscriptions Example

BillingEnterpriseOrder-to-CashRevenue ManagementSAPSubscription ManagementUsage-Based Pricing

Sap Brim List Subscriptions Example is an example object payload from SAP BRIM (Billing and Revenue Innovation Management), with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

resultstotalCountoffsetlimit

Example Payload

Raw ↑
{
  "results": [
    {
      "id": "SUB-00012345",
      "customerId": "CUST-98765",
      "planId": "PLAN-ENTERPRISE-MONTHLY",
      "status": "ACTIVE",
      "startDate": "2025-01-01",
      "nextBillingDate": "2026-06-01",
      "billingFrequency": "MONTHLY",
      "currency": "EUR",
      "items": [
        {
          "id": "ITEM-001",
          "productId": "PROD-CLOUD-STORAGE-1TB",
          "quantity": 1,
          "unitPrice": 299.00
        },
        {
          "id": "ITEM-002",
          "productId": "PROD-SUPPORT-ENTERPRISE",
          "quantity": 1,
          "unitPrice": 150.00
        }
      ]
    },
    {
      "id": "SUB-00012346",
      "customerId": "CUST-98766",
      "planId": "PLAN-STARTER-MONTHLY",
      "status": "TRIAL",
      "startDate": "2026-04-15",
      "endDate": "2026-05-15",
      "billingFrequency": "MONTHLY",
      "currency": "USD"
    }
  ],
  "totalCount": 2,
  "offset": 0,
  "limit": 50
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/sap-brim-list-subscriptions-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.