Service qualification requests

  • Release version: Zurich
  • Updated October 15, 2025
  • 3 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Service qualification requests

    The Technical Service Qualification API in ServiceNow enables customers to evaluate the feasibility and availability of a service request before submitting it for fulfillment within the Order Management application. This pre-order feasibility check helps prevent delays, cancellations, and order fallouts by ensuring that service availability is confirmed in advance, streamlining the overall order fulfillment process.

    Show full answer Show less

    For example, before delivering a broadband service to a specific address, the system verifies technical feasibility by consulting external inventory systems that assess capacity and resources. Based on this, the system returns qualification responses or alternate proposals if the initial request cannot be met.

    Key features

    • Confirm service availability prior to order placement to meet customer expectations.
    • Send and process technical service qualification requests and responses via APIs integrated with external inventory systems.
    • Adherence to the TMF 645 Open API standard for Service Qualification Management, ensuring interoperability.
    • Support decomposition of service qualification requests into underlying services per the product catalog, allowing qualification of all related service components.
    • Trigger qualification requests for both parent and child services, supporting complex service structures.
    • Process qualification requests reflecting actions such as new service requests, location-based checks, and upgrades/downgrades of existing services.
    • Automated creation and decomposition of order line items into resource-facing orders for detailed qualification handling.

    Practical application for ServiceNow customers

    Service order managers can use the Technical Service Qualification API to:

    • Submit and manage qualification requests originating from external systems using TMF-aligned APIs.
    • Review and approve customer orders flagged for qualification before proceeding with fulfillment.
    • Initiate qualification requests that are sent to third-party inventory systems for approval, then update customer orders based on responses.
    • Utilize the Process Qualification Request subflow and Order Qualification Request integration type to automate sending requests and retrieving results.
    • Provide alternate service proposals when initial qualification requests are not met, enhancing customer satisfaction and order success rates.

    Outcomes

    By integrating the Technical Service Qualification process, ServiceNow customers can expect more efficient order fulfillment, reduced processing delays, and improved accuracy in confirming service availability. This leads to higher customer satisfaction and fewer order cancellations or failures due to unqualified service requests.

    Use the Technical Service Qualification API to evaluate a service request for feasibility and availability before you submit an order for fulfillment in the Order Management application.

    Service qualification request overview

    If orders are submitted without feasibility checks, the order fulfillment process may be delayed and lead to cancellations and order fallouts. When you make feasibility checks a part of the pre-ordering process, the order fulfillment process is more efficient, and unnecessary delays can be avoided.

    Let's understand this with an example. A communication service provider wants a broadband service at 3000 Main Street, Santa Clara, CA. As a part of the service delivery process, the service provider determines the technical feasibility of whether a given service can be delivered to their customers. This request then goes to the external inventory systems, which would do a further feasibility check based on the capacity, resources, and other parameters and send a response back to the order management system. The response regarding the qualified response can vary, or if the qualification isn't met, alternate proposals could be provided.

    The key capabilities of the Technical Service Qualification process are as follows:
    • Confirm service availability before placing an order and meet customer expectation.
    • Confirm service availability by sending technical service qualification requests.
    • Process and coordinate technical service requests and responses with external inventory systems via APIs.
    • Aligned with the Service Qualification Management TMF 645 Open API.

    Use cases

    The Technical Service Qualification process enables the service order managers to perform the following activities:
    • Support the creation of technical service qualification request via open TMF APIs so that they can enable external systems to submit qualification request to ServiceNow system for qualification process.
    • Decompose service qualification request in to underlying services as per the product catalog definition so that they can perform qualification for all underlying services to qualify the parent service.
    • Trigger service qualification requests for both parent and child services to external systems in TFM-aligned standard so that they can support interoperability with external systems to get the feasibility studies performed for service qualification request.

    Qualification process

    Customer orders that have the fulfillment type as Qualify are captured from third-party customer order management systems through the Technical Service Qualification Open API. You can use this API, which is a ServiceNow implementation of the TMF645 API, to request the qualification of services for:
    • One or more service specifications with characteristics.

      For example, you can make a qualification request to check if Voice over IP (VoIP) and Access Service with a download speed of 1 GBPS could be delivered at a specified address.

    • Service specifications that use location information of an existing inventory.

      For example, you can make a qualification request to check if VoIP and 4000 TV services can be delivered at the same location of an existing and active Access Service.

    • Upgrading or downgrading an existing service.

      For example, you can make a qualification request to check if the download speed can be upgraded to 500 Mbps for an existing Access Service.

    Order fulfillment managers can review customer orders that are captured through this API and confirm the availability of services before submitting requests for delivery. The requests are then sent to the external inventory system for approval and the customer order is updated with the result.
    1. A qualification requester system sends a qualification request for a customer facing service (CFS) into the ServiceNow Order Management system using the TM Forum Open API for Service Qualification (TMF645).

      An order is created in Order Management with order type as service and fulfillment type as Qualify.

      Order line items are automatically created based on the service specification relationship.

    2. The system decomposes the order line items into resource facing domain orders (RFS) based on catalog definition.
    3. The Order Management system coordinates and processes the technical service qualification request and returns the response to the external inventory system.