{ "opencollection": "1.0.0", "info": { "name": "SAP BRIM (Billing and Revenue Innovation Management) SAP BRIM Convergent Charging Balances Usage Events API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.sap.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Usage Events", "type": "folder" }, "items": [ { "info": { "name": "SAP BRIM (Billing and Revenue Innovation Management) Submit a usage event", "type": "http" }, "http": { "method": "POST", "url": "https://api.sap.com/convergent-charging/v1/usage-events", "body": { "type": "json", "data": "{}" } }, "docs": "Submits a usage event for rating and charging. The event is processed against the applicable pricing plan." }, { "info": { "name": "SAP BRIM (Billing and Revenue Innovation Management) Get usage event status", "type": "http" }, "http": { "method": "GET", "url": "https://api.sap.com/convergent-charging/v1/usage-events/:eventId", "params": [ { "name": "eventId", "value": "", "type": "path" } ] }, "docs": "Retrieves the processing status and details of a previously submitted usage event." } ] } ], "bundled": true }