Fulcrumpro Quote Part Line Item Full Routing API

The Quote Part Line Item Full Routing API from Fulcrumpro — 14 operation(s) for quote part line item full routing.

Operations 19

POST /api/quotes/{QuoteId}/part-line-items/{lineItemId}/routing/{routingId}/input-items Create a full routing input item for a quote part line item #
DELETE /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/input-items/{inputItemId} Delete a full routing input item from quote part line item #
GET /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/input-items/{inputItemId} Gets a full routing input item for a quote part line item #
POST /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/input-items/{inputItemId} Update a full routing input item for a quote part line item #
POST /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/input-items/list Lists the full routing input items for a quote part line item #
POST /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/input-materials/list List input materials for a quote part line item's routing #
POST /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/operations/{operationId}/ipts/{phase} Creates a full routing operations for a quote part line item #
DELETE /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/operations/{operationId}/ipts/{phase}/{iptId} Deletes a full routing operation in process tracking field for a quote part… #
GET /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/operations/{operationId}/ipts/{phase}/{iptId} Gets a full routing operation in process tracking field for a quote part line… #
POST /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/operations/{operationId}/ipts/{phase}/list Lists full routing operation in process tracking fields for a quote part line… #
GET /api/quotes/{quoteId}/part-line-items/{lineItemId}/make-summary Get a summary of the make routing for a quote part line item #
POST /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/operations Creates a full routing operation for a quote part line item #
DELETE /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/operations/{operationId} Removes a full routing operation for a quote part line item #
GET /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/operations/{operationId} Gets a full routing operation for a quote part line item #
POST /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/operations/{operationId} Updates a full routing operation for a quote part line item #
GET /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/operations/{operationId}/items/{operationItemId} Gets a full routing operation item for a quote part line item #
POST /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/operations/{operationId}/items/list List full routing operation items for a quote part line item #
POST /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/operations/list Lists full routing operations for a quote part line item #
GET /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId} Gets a full routing routing for a quote part line item #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/fulcrumpro-quote-part-line-item-full-routing-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

fulcrumpro-quote-part-line-item-full-routing-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Fulcrum Public Quote Part Line Item Full Routing API
  version: v1
servers:
- url: https://api.fulcrumpro.com
tags:
- name: Quote Part Line Item Full Routing
paths:
  /api/quotes/{QuoteId}/part-line-items/{lineItemId}/routing/{routingId}/input-items:
    post:
      tags:
      - Quote Part Line Item Full Routing
      summary: Create a full routing input item for a quote part line item
      operationId: QuotePartLineItemFullRoutingInputItemCreate
      parameters:
      - name: quoteId
        in: path
        required: true
        schema:
          maxLength: 24
          minLength: 24
          type: string
      - name: lineItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: routingId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      requestBody:
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/ItemRoutingInputItemCreateDto'
          application/json:
            schema:
              $ref: '#/components/schemas/ItemRoutingInputItemCreateDto'
          text/json:
            schema:
              $ref: '#/components/schemas/ItemRoutingInputItemCreateDto'
          application/*+json:
            schema:
              $ref: '#/components/schemas/ItemRoutingInputItemCreateDto'
        required: true
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CreatedResponseDto'
            application/problem+json:
              schema:
                $ref: '#/components/schemas/CreatedResponseDto'
  /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/input-items/{inputItemId}:
    delete:
      tags:
      - Quote Part Line Item Full Routing
      summary: Delete a full routing input item from quote part line item
      operationId: QuotePartLineItemFullRoutingInputItemDelete
      parameters:
      - name: quoteId
        in: path
        required: true
        schema:
          maxLength: 24
          minLength: 24
          type: string
      - name: lineItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: routingId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: inputItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      responses:
        '200':
          description: OK
    get:
      tags:
      - Quote Part Line Item Full Routing
      summary: Gets a full routing input item for a quote part line item
      operationId: QuotePartLineItemFullRoutingInputItemGet
      parameters:
      - name: quoteId
        in: path
        required: true
        schema:
          maxLength: 24
          minLength: 24
          type: string
      - name: lineItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: routingId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: inputItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ItemRoutingInputItemDto'
            application/problem+json:
              schema:
                $ref: '#/components/schemas/ItemRoutingInputItemDto'
      x-c4-required-permissions:
      - Orders-Quotes-View Quote
    post:
      tags:
      - Quote Part Line Item Full Routing
      summary: Update a full routing input item for a quote part line item
      operationId: QuotePartLineItemFullRoutingInputItemUpdate
      parameters:
      - name: quoteId
        in: path
        required: true
        schema:
          maxLength: 24
          minLength: 24
          type: string
      - name: lineItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: routingId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: inputItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      requestBody:
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/ItemRoutingInputItemCreateDto'
          application/json:
            schema:
              $ref: '#/components/schemas/ItemRoutingInputItemCreateDto'
          text/json:
            schema:
              $ref: '#/components/schemas/ItemRoutingInputItemCreateDto'
          application/*+json:
            schema:
              $ref: '#/components/schemas/ItemRoutingInputItemCreateDto'
        required: true
      responses:
        '200':
          description: OK
  /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/input-items/list:
    post:
      tags:
      - Quote Part Line Item Full Routing
      summary: Lists the full routing input items for a quote part line item
      operationId: QuotePartLineItemFullRoutingInputItemList
      parameters:
      - name: quoteId
        in: path
        required: true
        schema:
          maxLength: 24
          minLength: 24
          type: string
      - name: lineItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: routingId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: skip
        in: query
        schema:
          minimum: 0
          type: integer
          format: int32
          default: 0
      - name: take
        in: query
        schema:
          maximum: 5000
          minimum: 0
          type: integer
          format: int32
          default: 50
      requestBody:
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/RoutingRequestItemFindParameters'
          application/json:
            schema:
              $ref: '#/components/schemas/RoutingRequestItemFindParameters'
          text/json:
            schema:
              $ref: '#/components/schemas/RoutingRequestItemFindParameters'
          application/*+json:
            schema:
              $ref: '#/components/schemas/RoutingRequestItemFindParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ItemRoutingInputItemDto'
            application/problem+json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ItemRoutingInputItemDto'
      x-c4-required-permissions:
      - Orders-Quotes-View Quote
  /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/input-materials/list:
    post:
      tags:
      - Quote Part Line Item Full Routing
      summary: List input materials for a quote part line item's routing
      operationId: QuotePartLineItemFullRoutingInputMaterialList
      parameters:
      - name: quoteId
        in: path
        required: true
        schema:
          maxLength: 24
          minLength: 24
          type: string
      - name: lineItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: routingId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: skip
        in: query
        schema:
          minimum: 0
          type: integer
          format: int32
          default: 0
      - name: take
        in: query
        schema:
          maximum: 5000
          minimum: 0
          type: integer
          format: int32
          default: 50
      requestBody:
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/RoutingRequestItemFindParameters'
          application/json:
            schema:
              $ref: '#/components/schemas/RoutingRequestItemFindParameters'
          text/json:
            schema:
              $ref: '#/components/schemas/RoutingRequestItemFindParameters'
          application/*+json:
            schema:
              $ref: '#/components/schemas/RoutingRequestItemFindParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ItemRoutingInputMaterialDto'
            application/problem+json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ItemRoutingInputMaterialDto'
      x-c4-required-permissions:
      - Orders-Quotes-View Quote
  /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/operations/{operationId}/ipts/{phase}:
    post:
      tags:
      - Quote Part Line Item Full Routing
      summary: Creates a full routing operations for a quote part line item
      operationId: QuotePartLineItemFullRoutingIptCreate
      parameters:
      - name: quoteId
        in: path
        required: true
        schema:
          maxLength: 24
          minLength: 24
          type: string
      - name: lineItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: routingId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: operationId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: phase
        in: path
        required: true
        schema:
          $ref: '#/components/schemas/DomainInProcessTrackingFieldCheckpointPhase'
      requestBody:
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/ItemRoutingIptCreateDto'
          application/json:
            schema:
              $ref: '#/components/schemas/ItemRoutingIptCreateDto'
          text/json:
            schema:
              $ref: '#/components/schemas/ItemRoutingIptCreateDto'
          application/*+json:
            schema:
              $ref: '#/components/schemas/ItemRoutingIptCreateDto'
        required: true
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CreatedResponseDto'
            application/problem+json:
              schema:
                $ref: '#/components/schemas/CreatedResponseDto'
  /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/operations/{operationId}/ipts/{phase}/{iptId}:
    delete:
      tags:
      - Quote Part Line Item Full Routing
      summary: Deletes a full routing operation in process tracking field for a quote part…
      operationId: QuotePartLineItemFullRoutingIptDelete
      parameters:
      - name: quoteId
        in: path
        required: true
        schema:
          maxLength: 24
          minLength: 24
          type: string
      - name: lineItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: routingId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: operationId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: phase
        in: path
        required: true
        schema:
          $ref: '#/components/schemas/DomainInProcessTrackingFieldCheckpointPhase'
      - name: iptId
        in: path
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: OK
    get:
      tags:
      - Quote Part Line Item Full Routing
      summary: Gets a full routing operation in process tracking field for a quote part line…
      operationId: QuotePartLineItemFullRoutingIptGet
      parameters:
      - name: quoteId
        in: path
        required: true
        schema:
          maxLength: 24
          minLength: 24
          type: string
      - name: lineItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: routingId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: operationId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: phase
        in: path
        required: true
        schema:
          $ref: '#/components/schemas/DomainInProcessTrackingFieldCheckpointPhase'
      - name: iptId
        in: path
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ItemRoutingIptDto'
            application/problem+json:
              schema:
                $ref: '#/components/schemas/ItemRoutingIptDto'
      x-c4-required-permissions:
      - Orders-Quotes-View Quote
  /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/operations/{operationId}/ipts/{phase}/list:
    post:
      tags:
      - Quote Part Line Item Full Routing
      summary: Lists full routing operation in process tracking fields for a quote part line…
      operationId: QuotePartLineItemFullRoutingIptList
      parameters:
      - name: quoteId
        in: path
        required: true
        schema:
          maxLength: 24
          minLength: 24
          type: string
      - name: lineItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: routingId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: operationId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: phase
        in: path
        required: true
        schema:
          $ref: '#/components/schemas/DomainInProcessTrackingFieldCheckpointPhase'
      - name: skip
        in: query
        schema:
          minimum: 0
          type: integer
          format: int32
          default: 0
      - name: take
        in: query
        schema:
          maximum: 5000
          minimum: 0
          type: integer
          format: int32
          default: 50
      requestBody:
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/RoutingRequestIptFindParameters'
          application/json:
            schema:
              $ref: '#/components/schemas/RoutingRequestIptFindParameters'
          text/json:
            schema:
              $ref: '#/components/schemas/RoutingRequestIptFindParameters'
          application/*+json:
            schema:
              $ref: '#/components/schemas/RoutingRequestIptFindParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ItemRoutingIptDto'
            application/problem+json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ItemRoutingIptDto'
      x-c4-required-permissions:
      - Orders-Quotes-View Quote
  /api/quotes/{quoteId}/part-line-items/{lineItemId}/make-summary:
    get:
      tags:
      - Quote Part Line Item Full Routing
      summary: Get a summary of the make routing for a quote part line item
      operationId: QuotePartLineItemFullRoutingMakeSummaryGet
      parameters:
      - name: quoteId
        in: path
        required: true
        schema:
          maxLength: 24
          minLength: 24
          type: string
      - name: lineItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/RoutingDataFullRoutingMakeSummaryDto'
            application/problem+json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/RoutingDataFullRoutingMakeSummaryDto'
      x-c4-required-permissions:
      - Orders-Quotes-View Quote
  /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/operations:
    post:
      tags:
      - Quote Part Line Item Full Routing
      summary: Creates a full routing operation for a quote part line item
      operationId: QuotePartLineItemFullRoutingOperationCreate
      parameters:
      - name: quoteId
        in: path
        required: true
        schema:
          maxLength: 24
          minLength: 24
          type: string
      - name: lineItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: routingId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      requestBody:
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/ItemRoutingOperationCreateDto'
          application/json:
            schema:
              $ref: '#/components/schemas/ItemRoutingOperationCreateDto'
          text/json:
            schema:
              $ref: '#/components/schemas/ItemRoutingOperationCreateDto'
          application/*+json:
            schema:
              $ref: '#/components/schemas/ItemRoutingOperationCreateDto'
        required: true
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CreatedResponseDto'
            application/problem+json:
              schema:
                $ref: '#/components/schemas/CreatedResponseDto'
  /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/operations/{operationId}:
    delete:
      tags:
      - Quote Part Line Item Full Routing
      summary: Removes a full routing operation for a quote part line item
      operationId: QuotePartLineItemFullRoutingOperationDelete
      parameters:
      - name: quoteId
        in: path
        required: true
        schema:
          maxLength: 24
          minLength: 24
          type: string
      - name: lineItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: routingId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: operationId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      responses:
        '200':
          description: OK
    get:
      tags:
      - Quote Part Line Item Full Routing
      summary: Gets a full routing operation for a quote part line item
      operationId: QuotePartLineItemFullRoutingOperationGet
      parameters:
      - name: quoteId
        in: path
        required: true
        schema:
          maxLength: 24
          minLength: 24
          type: string
      - name: lineItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: routingId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: operationId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ItemRoutingOperationDto'
            application/problem+json:
              schema:
                $ref: '#/components/schemas/ItemRoutingOperationDto'
      x-c4-required-permissions:
      - Orders-Quotes-View Quote
    post:
      tags:
      - Quote Part Line Item Full Routing
      summary: Updates a full routing operation for a quote part line item
      operationId: QuotePartLineItemFullRoutingOperationUpdate
      parameters:
      - name: quoteId
        in: path
        required: true
        schema:
          maxLength: 24
          minLength: 24
          type: string
      - name: lineItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: routingId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: operationId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      requestBody:
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/ItemRoutingOperationUpdateDto'
          application/json:
            schema:
              $ref: '#/components/schemas/ItemRoutingOperationUpdateDto'
          text/json:
            schema:
              $ref: '#/components/schemas/ItemRoutingOperationUpdateDto'
          application/*+json:
            schema:
              $ref: '#/components/schemas/ItemRoutingOperationUpdateDto'
        required: true
      responses:
        '200':
          description: OK
  /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/operations/{operationId}/items/{operationItemId}:
    get:
      tags:
      - Quote Part Line Item Full Routing
      summary: Gets a full routing operation item for a quote part line item
      operationId: QuotePartLineItemFullRoutingOperationItemGet
      parameters:
      - name: quoteId
        in: path
        required: true
        schema:
          maxLength: 24
          minLength: 24
          type: string
      - name: lineItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: routingId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: operationId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: operationItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ItemRoutingInputItemDto'
            application/problem+json:
              schema:
                $ref: '#/components/schemas/ItemRoutingInputItemDto'
      x-c4-required-permissions:
      - Orders-Quotes-View Quote
  /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/operations/{operationId}/items/list:
    post:
      tags:
      - Quote Part Line Item Full Routing
      summary: List full routing operation items for a quote part line item
      operationId: QuotePartLineItemFullRoutingOperationItemList
      parameters:
      - name: quoteId
        in: path
        required: true
        schema:
          maxLength: 24
          minLength: 24
          type: string
      - name: lineItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: routingId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: operationId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: skip
        in: query
        schema:
          minimum: 0
          type: integer
          format: int32
          default: 0
      - name: take
        in: query
        schema:
          maximum: 5000
          minimum: 0
          type: integer
          format: int32
          default: 50
      requestBody:
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/RoutingRequestItemFindParameters'
          application/json:
            schema:
              $ref: '#/components/schemas/RoutingRequestItemFindParameters'
          text/json:
            schema:
              $ref: '#/components/schemas/RoutingRequestItemFindParameters'
          application/*+json:
            schema:
              $ref: '#/components/schemas/RoutingRequestItemFindParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ItemRoutingInputItemDto'
            application/problem+json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ItemRoutingInputItemDto'
      x-c4-required-permissions:
      - Orders-Quotes-View Quote
  /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}/operations/list:
    post:
      tags:
      - Quote Part Line Item Full Routing
      summary: Lists full routing operations for a quote part line item
      operationId: QuotePartLineItemFullRoutingOperationList
      parameters:
      - name: quoteId
        in: path
        required: true
        schema:
          maxLength: 24
          minLength: 24
          type: string
      - name: lineItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: routingId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: skip
        in: query
        schema:
          minimum: 0
          type: integer
          format: int32
          default: 0
      - name: take
        in: query
        schema:
          maximum: 5000
          minimum: 0
          type: integer
          format: int32
          default: 50
      requestBody:
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/RoutingRequestOperationFindParameters'
          application/json:
            schema:
              $ref: '#/components/schemas/RoutingRequestOperationFindParameters'
          text/json:
            schema:
              $ref: '#/components/schemas/RoutingRequestOperationFindParameters'
          application/*+json:
            schema:
              $ref: '#/components/schemas/RoutingRequestOperationFindParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ItemRoutingOperationDto'
            application/problem+json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ItemRoutingOperationDto'
      x-c4-required-permissions:
      - Orders-Quotes-View Quote
  /api/quotes/{quoteId}/part-line-items/{lineItemId}/routing/{routingId}:
    get:
      tags:
      - Quote Part Line Item Full Routing
      summary: Gets a full routing routing for a quote part line item
      operationId: QuotePartLineItemFullRoutingRoutingGet
      parameters:
      - name: quoteId
        in: path
        required: true
        schema:
          maxLength: 24
          minLength: 24
          type: string
      - name: lineItemId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      - name: routingId
        in: path
        required: true
        schema:
          maxLength: 36
          minLength: 36
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ItemRoutingDto'
            application/problem+json:
              schema:
                $ref: '#/components/schemas/ItemRoutingDto'
      x-c4-required-permissions:
      - Orders-Quotes-View Quote
components:
  schemas:
    ItemRoutingInputMaterialDto:
      required:
      - costing
      - id
      - materialId
      - materialName
      type: object
      properties:
        id:
          maxLength: 36
          minLength: 36
          type: string
          description: Id of this input material in the item's routing
          format: uuid
        materialId:
          minLength: 1
          type: string
          description: The material id. Please reference /api/materials endpoint.
        materialName:
          maxLength: 200
          minLength: 1
          type: string
          description: The material name.
        materialShape:
          $ref: '#/components/schemas/MaterialShapeDto'
        costing:
          $ref: '#/components/schemas/CommonEnumMaterialRequirementCostingEnum'
        nestings:
          type: array
          items:
            $ref: '#/components/schemas/ItemRoutingInputMaterialNestingDto'
          description: Nestings associated to this material indicating bounding box dimensions and production quantities.
        routingStepId:
          maxLength: 36
          minLength: 36
          type:
          - string
          - 'null'
          description: 'The routing step id.

            This value should be the Id from the response from items/{itemId}/routing/operations/list'
      additionalProperties: false
      description: An item input material
    CommonEnumInputItemValueTypeEnum:
      enum:
      - creates
      - requires
      type: string
      description: Specifies how a routing input item quantity is measured.
    ItemRoutingOperationUpdateDto:
      type: object
      properties:
        order:
          minimum: 0
          type:
          - integer
          - 'null'
          description: The order of this operation.  Operations with the same order are expected to run in parallel
          format: int32
        outsideProcessingOperation:
          $ref: '#/components/schemas/ItemRoutingOutsideProcessingOperationDto'
        operation:
          $ref: '#/components/schemas/ItemRoutingNormalOperationDto'
        leadDays:
          minimum: 0
          type:
          - integer
          - 'null'
          description: Lead days. Will default to zero if not provided.
          format: int32
        unattended:
          type:
          - boolean
          - 'null'
          description: 'If `true`, the run portion of this step is unattended by

            an operator.'
        instructions:
          maxLength: 2000
     

# --- truncated at 32 KB (56 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/fulcrumpro/refs/heads/main/openapi/fulcrumpro-quote-part-line-item-full-routing-api-openapi.yml