TM Forum · Capability

Account Management — billPresentationMedia

Account Management — billPresentationMedia. 5 operations. Lead operation: List or find BillPresentationMedia objects. Self-contained Naftiko capability covering one Tm Forum business surface.

Run with Naftiko Tm ForumbillPresentationMedia

What You Can Do

GET
Listbillpresentationmedia — List or find BillPresentationMedia objects
/v1/billpresentationmedia
POST
Createbillpresentationmedia — Creates a BillPresentationMedia
/v1/billpresentationmedia
GET
Retrievebillpresentationmedia — Retrieves a BillPresentationMedia by ID
/v1/billpresentationmedia/{id}
PATCH
Patchbillpresentationmedia — Updates partially a BillPresentationMedia
/v1/billpresentationmedia/{id}
DELETE
Deletebillpresentationmedia — Deletes a BillPresentationMedia
/v1/billpresentationmedia/{id}

MCP Tools

list-find-billpresentationmedia-objects

List or find BillPresentationMedia objects

read-only idempotent
creates-billpresentationmedia

Creates a BillPresentationMedia

retrieves-billpresentationmedia-id

Retrieves a BillPresentationMedia by ID

read-only idempotent
updates-partially-billpresentationmedia

Updates partially a BillPresentationMedia

idempotent
deletes-billpresentationmedia

Deletes a BillPresentationMedia

idempotent

Capability Spec

tmf666-account-management-billpresentationmedia.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Account Management — billPresentationMedia
  description: 'Account Management — billPresentationMedia. 5 operations. Lead operation: List or find BillPresentationMedia
    objects. Self-contained Naftiko capability covering one Tm Forum business surface.'
  tags:
  - Tm Forum
  - billPresentationMedia
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TM_FORUM_API_KEY: TM_FORUM_API_KEY
capability:
  consumes:
  - type: http
    namespace: tmf666-account-management-billpresentationmedia
    baseUri: https://serverRoot/tmf-api/accountManagement/v4
    description: Account Management — billPresentationMedia business capability. Self-contained, no shared references.
    resources:
    - name: billPresentationMedia
      path: /billPresentationMedia
      operations:
      - name: listbillpresentationmedia
        method: GET
        description: List or find BillPresentationMedia objects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: string
          description: Comma-separated properties to be provided in response
        - name: offset
          in: query
          type: integer
          description: Requested index for start of resources to be provided in response
        - name: limit
          in: query
          type: integer
          description: Requested number of resources to be provided in response
      - name: createbillpresentationmedia
        method: POST
        description: Creates a BillPresentationMedia
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: billPresentationMedia
          in: body
          type: string
          description: The BillPresentationMedia to be created
          required: true
    - name: billPresentationMedia-id
      path: /billPresentationMedia/{id}
      operations:
      - name: retrievebillpresentationmedia
        method: GET
        description: Retrieves a BillPresentationMedia by ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Identifier of the BillPresentationMedia
          required: true
        - name: fields
          in: query
          type: string
          description: Comma-separated properties to provide in response
      - name: patchbillpresentationmedia
        method: PATCH
        description: Updates partially a BillPresentationMedia
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Identifier of the BillPresentationMedia
          required: true
        - name: billPresentationMedia
          in: body
          type: string
          description: The BillPresentationMedia to be updated
          required: true
      - name: deletebillpresentationmedia
        method: DELETE
        description: Deletes a BillPresentationMedia
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Identifier of the BillPresentationMedia
          required: true
  exposes:
  - type: rest
    namespace: tmf666-account-management-billpresentationmedia-rest
    port: 8080
    description: REST adapter for Account Management — billPresentationMedia. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/billpresentationmedia
      name: billpresentationmedia
      description: REST surface for billPresentationMedia.
      operations:
      - method: GET
        name: listbillpresentationmedia
        description: List or find BillPresentationMedia objects
        call: tmf666-account-management-billpresentationmedia.listbillpresentationmedia
        with:
          fields: rest.fields
          offset: rest.offset
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createbillpresentationmedia
        description: Creates a BillPresentationMedia
        call: tmf666-account-management-billpresentationmedia.createbillpresentationmedia
        with:
          billPresentationMedia: rest.billPresentationMedia
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/billpresentationmedia/{id}
      name: billpresentationmedia-id
      description: REST surface for billPresentationMedia-id.
      operations:
      - method: GET
        name: retrievebillpresentationmedia
        description: Retrieves a BillPresentationMedia by ID
        call: tmf666-account-management-billpresentationmedia.retrievebillpresentationmedia
        with:
          id: rest.id
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchbillpresentationmedia
        description: Updates partially a BillPresentationMedia
        call: tmf666-account-management-billpresentationmedia.patchbillpresentationmedia
        with:
          id: rest.id
          billPresentationMedia: rest.billPresentationMedia
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletebillpresentationmedia
        description: Deletes a BillPresentationMedia
        call: tmf666-account-management-billpresentationmedia.deletebillpresentationmedia
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tmf666-account-management-billpresentationmedia-mcp
    port: 9090
    transport: http
    description: MCP adapter for Account Management — billPresentationMedia. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-find-billpresentationmedia-objects
      description: List or find BillPresentationMedia objects
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tmf666-account-management-billpresentationmedia.listbillpresentationmedia
      with:
        fields: tools.fields
        offset: tools.offset
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: creates-billpresentationmedia
      description: Creates a BillPresentationMedia
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: tmf666-account-management-billpresentationmedia.createbillpresentationmedia
      with:
        billPresentationMedia: tools.billPresentationMedia
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieves-billpresentationmedia-id
      description: Retrieves a BillPresentationMedia by ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tmf666-account-management-billpresentationmedia.retrievebillpresentationmedia
      with:
        id: tools.id
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.
    - name: updates-partially-billpresentationmedia
      description: Updates partially a BillPresentationMedia
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: tmf666-account-management-billpresentationmedia.patchbillpresentationmedia
      with:
        id: tools.id
        billPresentationMedia: tools.billPresentationMedia
      outputParameters:
      - type: object
        mapping: $.
    - name: deletes-billpresentationmedia
      description: Deletes a BillPresentationMedia
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: tmf666-account-management-billpresentationmedia.deletebillpresentationmedia
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.