Subscription

BillingEnterpriseOrder-to-CashRevenue ManagementSAPSubscription ManagementUsage-Based Pricing

Properties

Name Type Description
subscriptionId string
customerId string
planId string
planName string
status string
billingFrequency string
startDate string
endDate string
trialEndDate string
currentPeriodStart string
currentPeriodEnd string
nextBillingDate string
autoRenew boolean
renewalCount integer Number of times this subscription has been renewed
cancellationDate string
cancellationReason string
recurringCharge object
items array
paymentMethod string Identifier of the payment method on file
metadata object
createdAt string
modifiedAt string
View JSON Schema on GitHub

JSON Schema

sap-brim-billing-and-revenue-innovation-management-subscription-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Subscription",
  "title": "Subscription",
  "type": "object",
  "properties": {
    "subscriptionId": {
      "type": "string",
      "format": "uuid"
    },
    "customerId": {
      "type": "string"
    },
    "planId": {
      "type": "string"
    },
    "planName": {
      "type": "string"
    },
    "status": {
      "type": "string",
      "enum": [
        "ACTIVE",
        "SUSPENDED",
        "CANCELLED",
        "EXPIRED",
        "PENDING",
        "TRIAL"
      ]
    },
    "billingFrequency": {
      "type": "string",
      "enum": [
        "MONTHLY",
        "QUARTERLY",
        "SEMI_ANNUAL",
        "ANNUAL",
        "CUSTOM"
      ]
    },
    "startDate": {
      "type": "string",
      "format": "date"
    },
    "endDate": {
      "type": "string",
      "format": "date"
    },
    "trialEndDate": {
      "type": "string",
      "format": "date"
    },
    "currentPeriodStart": {
      "type": "string",
      "format": "date"
    },
    "currentPeriodEnd": {
      "type": "string",
      "format": "date"
    },
    "nextBillingDate": {
      "type": "string",
      "format": "date"
    },
    "autoRenew": {
      "type": "boolean"
    },
    "renewalCount": {
      "type": "integer",
      "description": "Number of times this subscription has been renewed"
    },
    "cancellationDate": {
      "type": "string",
      "format": "date"
    },
    "cancellationReason": {
      "type": "string"
    },
    "recurringCharge": {
      "$ref": "#/components/schemas/MonetaryAmount"
    },
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SubscriptionItem"
      }
    },
    "paymentMethod": {
      "type": "string",
      "description": "Identifier of the payment method on file"
    },
    "metadata": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    },
    "createdAt": {
      "type": "string",
      "format": "date-time"
    },
    "modifiedAt": {
      "type": "string",
      "format": "date-time"
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/sap-brim-billing-and-revenue-innovation-management-subscription"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no email required.

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