SAP BRIM (Billing and Revenue Innovation Management) SAP BRIM Convergent Charging API — Balances

SAP BRIM (Billing and Revenue Innovation Management) SAP BRIM Convergent Charging API — Balances. 2 operations. Lead operation: SAP BRIM (Billing and Revenue Innovation Management) Get account balance. Self-contained Naftiko capability covering one Sap Brim Billing And Revenue Innovation Management business surface.

Run with Naftiko Sap Brim Billing And Revenue Innovation ManagementBalances

What You Can Do

GET
Getaccountbalance — SAP BRIM (Billing and Revenue Innovation Management) Get account balance
/v1/balances/{accountid}
POST
Topupbalance — SAP BRIM (Billing and Revenue Innovation Management) Top up account balance
/v1/balances/{accountid}/topup

MCP Tools

sap-brim-billing-and-revenue

SAP BRIM (Billing and Revenue Innovation Management) Get account balance

read-only idempotent
sap-brim-billing-and-revenue-2

SAP BRIM (Billing and Revenue Innovation Management) Top up account balance

Capability Spec

sap-brim-convergent-charging-balances.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAP BRIM (Billing and Revenue Innovation Management) SAP BRIM Convergent Charging API — Balances
  description: 'SAP BRIM (Billing and Revenue Innovation Management) SAP BRIM Convergent Charging API — Balances. 2 operations.
    Lead operation: SAP BRIM (Billing and Revenue Innovation Management) Get account balance. Self-contained Naftiko capability
    covering one Sap Brim Billing And Revenue Innovation Management business surface.'
  tags:
  - Sap Brim Billing And Revenue Innovation Management
  - Balances
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SAP_BRIM_BILLING_AND_REVENUE_INNOVATION_MANAGEMENT_API_KEY: SAP_BRIM_BILLING_AND_REVENUE_INNOVATION_MANAGEMENT_API_KEY
capability:
  consumes:
  - type: http
    namespace: sap-brim-convergent-charging-balances
    baseUri: https://api.sap.com/convergent-charging/v1
    description: SAP BRIM (Billing and Revenue Innovation Management) SAP BRIM Convergent Charging API — Balances business
      capability. Self-contained, no shared references.
    resources:
    - name: balances-accountId
      path: /balances/{accountId}
      operations:
      - name: getaccountbalance
        method: GET
        description: SAP BRIM (Billing and Revenue Innovation Management) Get account balance
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: balances-accountId-topup
      path: /balances/{accountId}/topup
      operations:
      - name: topupbalance
        method: POST
        description: SAP BRIM (Billing and Revenue Innovation Management) Top up account balance
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.SAP_BRIM_BILLING_AND_REVENUE_INNOVATION_MANAGEMENT_API_KEY}}'
  exposes:
  - type: rest
    namespace: sap-brim-convergent-charging-balances-rest
    port: 8080
    description: REST adapter for SAP BRIM (Billing and Revenue Innovation Management) SAP BRIM Convergent Charging API —
      Balances. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/balances/{accountid}
      name: balances-accountid
      description: REST surface for balances-accountId.
      operations:
      - method: GET
        name: getaccountbalance
        description: SAP BRIM (Billing and Revenue Innovation Management) Get account balance
        call: sap-brim-convergent-charging-balances.getaccountbalance
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/balances/{accountid}/topup
      name: balances-accountid-topup
      description: REST surface for balances-accountId-topup.
      operations:
      - method: POST
        name: topupbalance
        description: SAP BRIM (Billing and Revenue Innovation Management) Top up account balance
        call: sap-brim-convergent-charging-balances.topupbalance
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sap-brim-convergent-charging-balances-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAP BRIM (Billing and Revenue Innovation Management) SAP BRIM Convergent Charging API — Balances.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: sap-brim-billing-and-revenue
      description: SAP BRIM (Billing and Revenue Innovation Management) Get account balance
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sap-brim-convergent-charging-balances.getaccountbalance
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-brim-billing-and-revenue-2
      description: SAP BRIM (Billing and Revenue Innovation Management) Top up account balance
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sap-brim-convergent-charging-balances.topupbalance
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.