SAP BRIM (Billing and Revenue Innovation Management) SAP BRIM Subscription Billing API — Plans

SAP BRIM (Billing and Revenue Innovation Management) SAP BRIM Subscription Billing API — Plans. 5 operations. Lead operation: SAP BRIM (Billing and Revenue Innovation Management) List subscription plans. Self-contained Naftiko capability covering one Sap Brim Billing And Revenue Innovation Management business surface.

Run with Naftiko Sap Brim Billing And Revenue Innovation ManagementPlans

What You Can Do

GET
Listplans — SAP BRIM (Billing and Revenue Innovation Management) List subscription plans
/v1/plans
POST
Createplan — SAP BRIM (Billing and Revenue Innovation Management) Create a subscription plan
/v1/plans
GET
Getplan — SAP BRIM (Billing and Revenue Innovation Management) Get a subscription plan
/v1/plans/{planid}
PUT
Updateplan — SAP BRIM (Billing and Revenue Innovation Management) Update a subscription plan
/v1/plans/{planid}
DELETE
Deleteplan — SAP BRIM (Billing and Revenue Innovation Management) Delete a subscription plan
/v1/plans/{planid}

MCP Tools

sap-brim-billing-and-revenue

SAP BRIM (Billing and Revenue Innovation Management) List subscription plans

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

SAP BRIM (Billing and Revenue Innovation Management) Create a subscription plan

sap-brim-billing-and-revenue-3

SAP BRIM (Billing and Revenue Innovation Management) Get a subscription plan

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

SAP BRIM (Billing and Revenue Innovation Management) Update a subscription plan

idempotent
sap-brim-billing-and-revenue-5

SAP BRIM (Billing and Revenue Innovation Management) Delete a subscription plan

idempotent

Capability Spec

sap-brim-subscription-billing-plans.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAP BRIM (Billing and Revenue Innovation Management) SAP BRIM Subscription Billing API — Plans
  description: 'SAP BRIM (Billing and Revenue Innovation Management) SAP BRIM Subscription Billing API — Plans. 5 operations.
    Lead operation: SAP BRIM (Billing and Revenue Innovation Management) List subscription plans. Self-contained Naftiko capability
    covering one Sap Brim Billing And Revenue Innovation Management business surface.'
  tags:
  - Sap Brim Billing And Revenue Innovation Management
  - Plans
  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-subscription-billing-plans
    baseUri: https://api.sap.com/subscription-billing/v1
    description: SAP BRIM (Billing and Revenue Innovation Management) SAP BRIM Subscription Billing API — Plans business capability.
      Self-contained, no shared references.
    resources:
    - name: plans
      path: /plans
      operations:
      - name: listplans
        method: GET
        description: SAP BRIM (Billing and Revenue Innovation Management) List subscription plans
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: status
          in: query
          type: string
        - name: billingFrequency
          in: query
          type: string
      - name: createplan
        method: POST
        description: SAP BRIM (Billing and Revenue Innovation Management) Create a subscription plan
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: plans-planId
      path: /plans/{planId}
      operations:
      - name: getplan
        method: GET
        description: SAP BRIM (Billing and Revenue Innovation Management) Get a subscription plan
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateplan
        method: PUT
        description: SAP BRIM (Billing and Revenue Innovation Management) Update a subscription plan
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteplan
        method: DELETE
        description: SAP BRIM (Billing and Revenue Innovation Management) Delete a subscription plan
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SAP_BRIM_BILLING_AND_REVENUE_INNOVATION_MANAGEMENT_API_KEY}}'
  exposes:
  - type: rest
    namespace: sap-brim-subscription-billing-plans-rest
    port: 8080
    description: REST adapter for SAP BRIM (Billing and Revenue Innovation Management) SAP BRIM Subscription Billing API —
      Plans. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/plans
      name: plans
      description: REST surface for plans.
      operations:
      - method: GET
        name: listplans
        description: SAP BRIM (Billing and Revenue Innovation Management) List subscription plans
        call: sap-brim-subscription-billing-plans.listplans
        with:
          status: rest.status
          billingFrequency: rest.billingFrequency
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createplan
        description: SAP BRIM (Billing and Revenue Innovation Management) Create a subscription plan
        call: sap-brim-subscription-billing-plans.createplan
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/plans/{planid}
      name: plans-planid
      description: REST surface for plans-planId.
      operations:
      - method: GET
        name: getplan
        description: SAP BRIM (Billing and Revenue Innovation Management) Get a subscription plan
        call: sap-brim-subscription-billing-plans.getplan
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateplan
        description: SAP BRIM (Billing and Revenue Innovation Management) Update a subscription plan
        call: sap-brim-subscription-billing-plans.updateplan
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteplan
        description: SAP BRIM (Billing and Revenue Innovation Management) Delete a subscription plan
        call: sap-brim-subscription-billing-plans.deleteplan
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sap-brim-subscription-billing-plans-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAP BRIM (Billing and Revenue Innovation Management) SAP BRIM Subscription Billing API —
      Plans. 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) List subscription plans
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sap-brim-subscription-billing-plans.listplans
      with:
        status: tools.status
        billingFrequency: tools.billingFrequency
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-brim-billing-and-revenue-2
      description: SAP BRIM (Billing and Revenue Innovation Management) Create a subscription plan
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sap-brim-subscription-billing-plans.createplan
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-brim-billing-and-revenue-3
      description: SAP BRIM (Billing and Revenue Innovation Management) Get a subscription plan
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sap-brim-subscription-billing-plans.getplan
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-brim-billing-and-revenue-4
      description: SAP BRIM (Billing and Revenue Innovation Management) Update a subscription plan
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: sap-brim-subscription-billing-plans.updateplan
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-brim-billing-and-revenue-5
      description: SAP BRIM (Billing and Revenue Innovation Management) Delete a subscription plan
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: sap-brim-subscription-billing-plans.deleteplan
      outputParameters:
      - type: object
        mapping: $.