TM Forum notification listener API

Notifications for Resource Lifecycle and event notifications

OpenAPI Specification

tm-forum-notification-listener-api-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: Product Catalog Management agreement notification listener API
  description: "Product Catalog API is one of Catalog Management API Family. Product Catalog API goal is to provide a catalog of products. \n### Operations\nProduct Catalog API performs the following operations on the resources :\n- Retrieve an entity or a collection of entities depending on filter criteria\n- Partial update of an entity (including updating rules)\n- Create an entity (including default values and creation rules)\n- Delete an entity\n- Manage notification of events"
  version: 5.0.0
servers:
- url: https://serverRoot/productCatalogManagement/v5/
tags:
- name: notification listener
  description: Notifications for Resource Lifecycle and event notifications
paths:
  /listener/categoryAttributeValueChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity CategoryAttributeValueChangeEvent
      description: Example of a client listener for receiving the notification CategoryAttributeValueChangeEvent
      operationId: categoryAttributeValueChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/CategoryAttributeValueChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/categoryCreateEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity CategoryCreateEvent
      description: Example of a client listener for receiving the notification CategoryCreateEvent
      operationId: categoryCreateEvent
      requestBody:
        $ref: '#/components/requestBodies/CategoryCreateEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/categoryDeleteEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity CategoryDeleteEvent
      description: Example of a client listener for receiving the notification CategoryDeleteEvent
      operationId: categoryDeleteEvent
      requestBody:
        $ref: '#/components/requestBodies/CategoryDeleteEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/categoryStateChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity CategoryStateChangeEvent
      description: Example of a client listener for receiving the notification CategoryStateChangeEvent
      operationId: categoryStateChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/CategoryStateChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/exportJobCreateEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ExportJobCreateEvent
      description: Example of a client listener for receiving the notification ExportJobCreateEvent
      operationId: exportJobCreateEvent
      requestBody:
        $ref: '#/components/requestBodies/ExportJobCreateEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/exportJobStateChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ExportJobStateChangeEvent
      description: Example of a client listener for receiving the notification ExportJobStateChangeEvent
      operationId: exportJobStateChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/ExportJobStateChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/importJobCreateEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ImportJobCreateEvent
      description: Example of a client listener for receiving the notification ImportJobCreateEvent
      operationId: importJobCreateEvent
      requestBody:
        $ref: '#/components/requestBodies/ImportJobCreateEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/importJobStateChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ImportJobStateChangeEvent
      description: Example of a client listener for receiving the notification ImportJobStateChangeEvent
      operationId: importJobStateChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/ImportJobStateChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productCatalogAttributeValueChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductCatalogAttributeValueChangeEvent
      description: Example of a client listener for receiving the notification ProductCatalogAttributeValueChangeEvent
      operationId: productCatalogAttributeValueChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductCatalogAttributeValueChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productCatalogCreateEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductCatalogCreateEvent
      description: Example of a client listener for receiving the notification ProductCatalogCreateEvent
      operationId: productCatalogCreateEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductCatalogCreateEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productCatalogDeleteEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductCatalogDeleteEvent
      description: Example of a client listener for receiving the notification ProductCatalogDeleteEvent
      operationId: productCatalogDeleteEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductCatalogDeleteEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productCatalogStateChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductCatalogStateChangeEvent
      description: Example of a client listener for receiving the notification ProductCatalogStateChangeEvent
      operationId: productCatalogStateChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductCatalogStateChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productOfferingAttributeValueChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductOfferingAttributeValueChangeEvent
      description: Example of a client listener for receiving the notification ProductOfferingAttributeValueChangeEvent
      operationId: productOfferingAttributeValueChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductOfferingAttributeValueChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productOfferingCreateEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductOfferingCreateEvent
      description: Example of a client listener for receiving the notification ProductOfferingCreateEvent
      operationId: productOfferingCreateEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductOfferingCreateEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productOfferingDeleteEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductOfferingDeleteEvent
      description: Example of a client listener for receiving the notification ProductOfferingDeleteEvent
      operationId: productOfferingDeleteEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductOfferingDeleteEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productOfferingPriceAttributeValueChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductOfferingPriceAttributeValueChangeEvent
      description: Example of a client listener for receiving the notification ProductOfferingPriceAttributeValueChangeEvent
      operationId: productOfferingPriceAttributeValueChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductOfferingPriceAttributeValueChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productOfferingPriceCreateEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductOfferingPriceCreateEvent
      description: Example of a client listener for receiving the notification ProductOfferingPriceCreateEvent
      operationId: productOfferingPriceCreateEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductOfferingPriceCreateEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productOfferingPriceDeleteEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductOfferingPriceDeleteEvent
      description: Example of a client listener for receiving the notification ProductOfferingPriceDeleteEvent
      operationId: productOfferingPriceDeleteEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductOfferingPriceDeleteEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productOfferingPriceStateChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductOfferingPriceStateChangeEvent
      description: Example of a client listener for receiving the notification ProductOfferingPriceStateChangeEvent
      operationId: productOfferingPriceStateChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductOfferingPriceStateChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productOfferingStateChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductOfferingStateChangeEvent
      description: Example of a client listener for receiving the notification ProductOfferingStateChangeEvent
      operationId: productOfferingStateChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductOfferingStateChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productSpecificationAttributeValueChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductSpecificationAttributeValueChangeEvent
      description: Example of a client listener for receiving the notification ProductSpecificationAttributeValueChangeEvent
      operationId: productSpecificationAttributeValueChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductSpecificationAttributeValueChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productSpecificationCreateEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductSpecificationCreateEvent
      description: Example of a client listener for receiving the notification ProductSpecificationCreateEvent
      operationId: productSpecificationCreateEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductSpecificationCreateEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productSpecificationDeleteEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductSpecificationDeleteEvent
      description: Example of a client listener for receiving the notification ProductSpecificationDeleteEvent
      operationId: productSpecificationDeleteEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductSpecificationDeleteEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productSpecificationStateChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductSpecificationStateChangeEvent
      description: Example of a client listener for receiving the notification ProductSpecificationStateChangeEvent
      operationId: productSpecificationStateChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductSpecificationStateChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/troubleTicketAttributeValueChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity TroubleTicketAttributeValueChangeEvent
      description: Example of a client listener for receiving the notification TroubleTicketAttributeValueChangeEvent
      operationId: troubleTicketAttributeValueChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/TroubleTicketAttributeValueChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error_2'
  /listener/troubleTicketCreateEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity TroubleTicketCreateEvent
      description: Example of a client listener for receiving the notification TroubleTicketCreateEvent
      operationId: troubleTicketCreateEvent
      requestBody:
        $ref: '#/components/requestBodies/TroubleTicketCreateEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error_2'
  /listener/troubleTicketDeleteEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity TroubleTicketDeleteEvent
      description: Example of a client listener for receiving the notification TroubleTicketDeleteEvent
      operationId: troubleTicketDeleteEvent
      requestBody:
        $ref: '#/components/requestBodies/TroubleTicketDeleteEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error_2'
  /listener/troubleTicketInformationRequiredEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity TroubleTicketInformationRequiredEvent
      description: Example of a client listener for receiving the notification TroubleTicketInformationRequiredEvent
      operationId: troubleTicketInformationRequiredEvent
      requestBody:
        $ref: '#/components/requestBodies/TroubleTicketInformationRequiredEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error_2'
  /listener/troubleTicketResolvedEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity TroubleTicketResolvedEvent
      description: Example of a client listener for receiving the notification TroubleTicketResolvedEvent
      operationId: troubleTicketResolvedEvent
      requestBody:
        $ref: '#/components/requestBodies/TroubleTicketResolvedEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error_2'
  /listener/troubleTicketSpecificationAttributeValueChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity TroubleTicketSpecificationAttributeValueChangeEvent
      description: Example of a client listener for receiving the notification TroubleTicketSpecificationAttributeValueChangeEvent
      operationId: troubleTicketSpecificationAttributeValueChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/TroubleTicketSpecificationAttributeValueChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error_2'
  /listener/troubleTicketSpecificationCreateEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity TroubleTicketSpecificationCreateEvent
      description: Example of a client listener for receiving the notification TroubleTicketSpecificationCreateEvent
      operationId: troubleTicketSpecificationCreateEvent
      requestBody:
        $ref: '#/components/requestBodies/TroubleTicketSpecificationCreateEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error_2'
  /listener/troubleTicketSpecificationDeleteEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity TroubleTicketSpecificationDeleteEvent
      description: Example of a client listener for receiving the notification TroubleTicketSpecificationDeleteEvent
      operationId: troubleTicketSpecificationDeleteEvent
      requestBody:
        $ref: '#/components/requestBodies/TroubleTicketSpecificationDeleteEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error_2'
  /listener/troubleTicketSpecificationStatusChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity TroubleTicketSpecificationStatusChangeEvent
      description: Example of a client listener for receiving the notification TroubleTicketSpecificationStatusChangeEvent
      operationId: troubleTicketSpecificationStatusChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/TroubleTicketSpecificationStatusChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error_2'
  /listener/troubleTicketStatusChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity TroubleTicketStatusChangeEvent
      description: Example of a client listener for receiving the notification TroubleTicketStatusChangeEvent
      operationId: troubleTicketStatusChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/TroubleTicketStatusChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error_2'
  /listener/cancelProductOrderCreateEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity CancelProductOrderCreateEvent
      description: Example of a client listener for receiving the notification CancelProductOrderCreateEvent
      operationId: cancelProductOrderCreateEvent
      requestBody:
        $ref: '#/components/requestBodies/CancelProductOrderCreateEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/cancelProductOrderInformationRequiredEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity CancelProductOrderInformationRequiredEvent
      description: Example of a client listener for receiving the notification CancelProductOrderInformationRequiredEvent
      operationId: cancelProductOrderInformationRequiredEvent
      requestBody:
        $ref: '#/components/requestBodies/CancelProductOrderInformationRequiredEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/cancelProductOrderStateChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity CancelProductOrderStateChangeEvent
      description: Example of a client listener for receiving the notification CancelProductOrderStateChangeEvent
      operationId: cancelProductOrderStateChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/CancelProductOrderStateChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productOrderAttributeValueChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductOrderAttributeValueChangeEvent
      description: Example of a client listener for receiving the notification ProductOrderAttributeValueChangeEvent
      operationId: productOrderAttributeValueChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductOrderAttributeValueChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productOrderCreateEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductOrderCreateEvent
      description: Example of a client listener for receiving the notification ProductOrderCreateEvent
      operationId: productOrderCreateEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductOrderCreateEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productOrderDeleteEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductOrderDeleteEvent
      description: Example of a client listener for receiving the notification ProductOrderDeleteEvent
      operationId: productOrderDeleteEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductOrderDeleteEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productOrderErrorMessageEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductOrderErrorMessageEvent
      description: Example of a client listener for receiving the notification ProductOrderErrorMessageEvent
      operationId: productOrderErrorMessageEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductOrderErrorMessageEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productOrderInformationRequiredEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductOrderInformationRequiredEvent
      description: Example of a client listener for receiving the notification ProductOrderInformationRequiredEvent
      operationId: productOrderInformationRequiredEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductOrderInformationRequiredEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productOrderJeopardyAlertEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductOrderJeopardyAlertEvent
      description: Example of a client listener for receiving the notification ProductOrderJeopardyAlertEvent
      operationId: productOrderJeopardyAlertEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductOrderJeopardyAlertEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productOrderMilestoneEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductOrderMilestoneEvent
      description: Example of a client listener for receiving the notification ProductOrderMilestoneEvent
      operationId: productOrderMilestoneEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductOrderMilestoneEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productOrderStateChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity ProductOrderStateChangeEvent
      description: Example of a client listener for receiving the notification ProductOrderStateChangeEvent
      operationId: productOrderStateChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/ProductOrderStateChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/customerAttributeValueChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity CustomerAttributeValueChangeEvent
      description: Example of a client listener for receiving the notification CustomerAttributeValueChangeEvent
      operationId: customerAttributeValueChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/CustomerAttributeValueChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error_3'
  /listener/customerCreateEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity CustomerCreateEvent
      description: Example of a client listener for receiving the notification CustomerCreateEvent
      operationId: customerCreateEvent
      requestBody:
        $ref: '#/components/requestBodies/CustomerCreateEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error_3'
  /listener/customerDeleteEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity CustomerDeleteEvent
      description: Example of a client listener for receiving the notification CustomerDeleteEvent
      operationId: customerDeleteEvent
      requestBody:
        $ref: '#/components/requestBodies/CustomerDeleteEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error_3'
  /listener/customerStateChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity CustomerStateChangeEvent
      description: Example of a client listener for receiving the notification CustomerStateChangeEvent
      operationId: customerStateChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/CustomerStateChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error_3'
  /listener/individualAttributeValueChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity IndividualAttributeValueChangeEvent
      description: Example of a client listener for receiving the notification IndividualAttributeValueChangeEvent
      operationId: individualAttributeValueChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/IndividualAttributeValueChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/individualCreateEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity IndividualCreateEvent
      description: Example of a client listener for receiving the notification IndividualCreateEvent
      operationId: individualCreateEvent
      requestBody:
        $ref: '#/components/requestBodies/IndividualCreateEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/individualDeleteEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity IndividualDeleteEvent
      description: Example of a client listener for receiving the notification IndividualDeleteEvent
      operationId: individualDeleteEvent
      requestBody:
        $ref: '#/components/requestBodies/IndividualDeleteEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/individualStateChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity IndividualStateChangeEvent
      description: Example of a client listener for receiving the notification IndividualStateChangeEvent
      operationId: individualStateChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/IndividualStateChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/organizationAttributeValueChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity OrganizationAttributeValueChangeEvent
      description: Example of a client listener for receiving the notification OrganizationAttributeValueChangeEvent
      operationId: organizationAttributeValueChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/OrganizationAttributeValueChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/organizationCreateEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity OrganizationCreateEvent
      description: Example of a client listener for receiving the notification OrganizationCreateEvent
      operationId: organizationCreateEvent
      requestBody:
        $ref: '#/components/requestBodies/OrganizationCreateEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/organizationDeleteEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity OrganizationDeleteEvent
      description: Example of a client listener for receiving the notification OrganizationDeleteEvent
      operationId: organizationDeleteEvent
      requestBody:
        $ref: '#/components/requestBodies/OrganizationDeleteEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/organizationStateChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM Forum Client Listener for Entity OrganizationStateChangeEvent
      description: Example of a client listener for receiving the notification OrganizationStateChangeEvent
      operationId: organizationStateChangeEvent
      requestBody:
        $ref: '#/components/requestBodies/OrganizationStateChangeEvent'
      responses:
        '204':
          description: Notified
        default:
          $ref: '#/components/responses/Error'
  /listener/productAttributeValueChangeEvent:
    post:
      tags:
      - notification listener
      summary: TM F

# --- truncated at 32 KB (430 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/tm-forum/refs/heads/main/openapi/tm-forum-notification-listener-api-openapi.yml