Sap Brim Rate Usage Event Example

BillingEnterpriseOrder to CashRevenue ManagementSAPSubscription ManagementUsage-Based Pricing

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

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "accountId": "CUST-98765",
    "serviceType": "DATA",
    "eventId": "EVT-20260502-001",
    "timestamp": "2026-05-02T10:15:30Z",
    "quantity": 1536,
    "unit": "MB",
    "direction": "OUTBOUND",
    "attributes": {
      "roaming": false,
      "apn": "internet",
      "networkType": "5G"
    }
  },
  "response": {
    "eventId": "EVT-20260502-001",
    "accountId": "CUST-98765",
    "serviceType": "DATA",
    "quantity": 1536,
    "unit": "MB",
    "appliedPlanId": "PLAN-DATA-UNLIMITED",
    "chargedAmount": 0.00,
    "currency": "EUR",
    "remainingBalance": 4500,
    "balanceUnit": "MB",
    "ratingTimestamp": "2026-05-02T10:15:30.150Z",
    "status": "SUCCESS"
  }
}