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

SAP BRIM (Billing and Revenue Innovation Management) SAP BRIM Convergent Charging API — Rating. 3 operations. Lead operation: SAP BRIM (Billing and Revenue Innovation Management) Rate a usage event. Self-contained Naftiko capability covering one Sap Brim Billing And Revenue Innovation Management business surface.

Run with Naftiko Sap Brim Billing And Revenue Innovation ManagementRating

What You Can Do

POST
Rateusageevent — SAP BRIM (Billing and Revenue Innovation Management) Rate a usage event
/v1/rating/rate
POST
Rateusageeventbatch — SAP BRIM (Billing and Revenue Innovation Management) Rate a batch of usage events
/v1/rating/rate-batch
POST
Simulaterating — SAP BRIM (Billing and Revenue Innovation Management) Simulate rating without committing
/v1/rating/simulate

MCP Tools

sap-brim-billing-and-revenue

SAP BRIM (Billing and Revenue Innovation Management) Rate a usage event

sap-brim-billing-and-revenue-2

SAP BRIM (Billing and Revenue Innovation Management) Rate a batch of usage events

sap-brim-billing-and-revenue-3

SAP BRIM (Billing and Revenue Innovation Management) Simulate rating without committing

Capability Spec

sap-brim-convergent-charging-rating.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAP BRIM (Billing and Revenue Innovation Management) SAP BRIM Convergent Charging API — Rating
  description: 'SAP BRIM (Billing and Revenue Innovation Management) SAP BRIM Convergent Charging API — Rating. 3 operations.
    Lead operation: SAP BRIM (Billing and Revenue Innovation Management) Rate a usage event. Self-contained Naftiko capability
    covering one Sap Brim Billing And Revenue Innovation Management business surface.'
  tags:
  - Sap Brim Billing And Revenue Innovation Management
  - Rating
  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-rating
    baseUri: https://api.sap.com/convergent-charging/v1
    description: SAP BRIM (Billing and Revenue Innovation Management) SAP BRIM Convergent Charging API — Rating business capability.
      Self-contained, no shared references.
    resources:
    - name: rating-rate
      path: /rating/rate
      operations:
      - name: rateusageevent
        method: POST
        description: SAP BRIM (Billing and Revenue Innovation Management) Rate a usage event
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: rating-rate-batch
      path: /rating/rate-batch
      operations:
      - name: rateusageeventbatch
        method: POST
        description: SAP BRIM (Billing and Revenue Innovation Management) Rate a batch of usage events
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: rating-simulate
      path: /rating/simulate
      operations:
      - name: simulaterating
        method: POST
        description: SAP BRIM (Billing and Revenue Innovation Management) Simulate rating without committing
        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-rating-rest
    port: 8080
    description: REST adapter for SAP BRIM (Billing and Revenue Innovation Management) SAP BRIM Convergent Charging API —
      Rating. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/rating/rate
      name: rating-rate
      description: REST surface for rating-rate.
      operations:
      - method: POST
        name: rateusageevent
        description: SAP BRIM (Billing and Revenue Innovation Management) Rate a usage event
        call: sap-brim-convergent-charging-rating.rateusageevent
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/rating/rate-batch
      name: rating-rate-batch
      description: REST surface for rating-rate-batch.
      operations:
      - method: POST
        name: rateusageeventbatch
        description: SAP BRIM (Billing and Revenue Innovation Management) Rate a batch of usage events
        call: sap-brim-convergent-charging-rating.rateusageeventbatch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/rating/simulate
      name: rating-simulate
      description: REST surface for rating-simulate.
      operations:
      - method: POST
        name: simulaterating
        description: SAP BRIM (Billing and Revenue Innovation Management) Simulate rating without committing
        call: sap-brim-convergent-charging-rating.simulaterating
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sap-brim-convergent-charging-rating-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAP BRIM (Billing and Revenue Innovation Management) SAP BRIM Convergent Charging API — Rating.
      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) Rate a usage event
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sap-brim-convergent-charging-rating.rateusageevent
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-brim-billing-and-revenue-2
      description: SAP BRIM (Billing and Revenue Innovation Management) Rate a batch of usage events
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sap-brim-convergent-charging-rating.rateusageeventbatch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-brim-billing-and-revenue-3
      description: SAP BRIM (Billing and Revenue Innovation Management) Simulate rating without committing
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sap-brim-convergent-charging-rating.simulaterating
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.