> ## Documentation Index
> Fetch the complete documentation index at: https://docs.assetinfinity.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Quoted lines against the RFQ line they answer, so a basket compares line for line.



## OpenAPI

````yaml /api-reference/openapi.json get /vendor_quote_items
openapi: 3.0.0
info:
  description: ''
  title: >-
    The only schema PostgREST exposes (ADR-014). Reads are security_invoker
    views; writes are SECURITY DEFINER functions. Rebuilt wholesale on every
    deploy — it holds no data.
  version: 12.2.3
servers:
  - url: https://app.assetinfinity.ai/api
security: []
tags:
  - name: Signing in
  - name: Profile
  - name: Assets
  - name: Asset lifecycle
  - name: Work lifecycle
  - name: Maintenance
  - name: Inventory
  - name: Inventory detail
  - name: Procurement
  - name: Contracts
  - name: Workforce
  - name: Capacity
  - name: Dispatch
  - name: Routing
  - name: Tools
  - name: Inspections
  - name: Verification
  - name: Reliability
  - name: Parts demand
  - name: Sensors and meters
  - name: Map
  - name: Floor plans
  - name: Labels
  - name: Lost and found
  - name: Root cause analysis
  - name: Reports
  - name: Audit center
  - name: Activity
  - name: Notifications
  - name: Channels
  - name: Search
  - name: Copilot
  - name: Import
  - name: Files
  - name: Sync
  - name: Support
  - name: Admin
  - name: Access
  - name: Lookups
  - name: Read models
  - name: Branding
  - name: Custom fields
  - name: Form studio
  - name: Workflows
  - name: Workflow studio
  - name: Rules
  - name: Statuses and transitions
  - name: Currencies and locales
  - name: Work configuration
  - name: Asset configuration
  - name: Inventory configuration
  - name: Tool configuration
  - name: Workforce configuration
  - name: Vendor and contract configuration
  - name: Document configuration
  - name: Inspection configuration
  - name: Sites, locations and the organisation
  - name: Platform
  - name: Self verification
  - name: Setup
  - name: Tools on a job, and who has them out
  - name: Vendors and contracts
  - name: Work order execution
  - name: Workforce detail
externalDocs:
  description: PostgREST Documentation
  url: https://postgrest.org/en/v12/references/api.html
paths:
  /vendor_quote_items:
    get:
      tags:
        - Procurement
      summary: >-
        Quoted lines against the RFQ line they answer, so a basket compares line
        for line.
      parameters:
        - $ref: '#/components/parameters/rowFilter.vendor_quote_items.id'
        - $ref: '#/components/parameters/rowFilter.vendor_quote_items.vendor_quote_id'
        - $ref: '#/components/parameters/rowFilter.vendor_quote_items.rfq_item_id'
        - $ref: '#/components/parameters/rowFilter.vendor_quote_items.rfq_id'
        - $ref: '#/components/parameters/rowFilter.vendor_quote_items.vendor_id'
        - $ref: '#/components/parameters/rowFilter.vendor_quote_items.vendor_name'
        - $ref: '#/components/parameters/rowFilter.vendor_quote_items.line_number'
        - $ref: '#/components/parameters/rowFilter.vendor_quote_items.rfq_line_number'
        - $ref: '#/components/parameters/rowFilter.vendor_quote_items.description'
        - $ref: >-
            #/components/parameters/rowFilter.vendor_quote_items.quantity_requested
        - $ref: '#/components/parameters/rowFilter.vendor_quote_items.quantity_quoted'
        - $ref: '#/components/parameters/rowFilter.vendor_quote_items.unit_price'
        - $ref: '#/components/parameters/rowFilter.vendor_quote_items.line_total'
        - $ref: >-
            #/components/parameters/rowFilter.vendor_quote_items.unit_price_currency_id
        - $ref: '#/components/parameters/rowFilter.vendor_quote_items.lead_time_days'
        - $ref: '#/components/parameters/rowFilter.vendor_quote_items.is_alternate'
        - $ref: '#/components/parameters/rowFilter.vendor_quote_items.notes'
        - $ref: '#/components/parameters/rowFilter.vendor_quote_items.row_version'
        - $ref: '#/components/parameters/rowFilter.vendor_quote_items.updated_at'
        - $ref: '#/components/parameters/select'
        - $ref: '#/components/parameters/order'
        - $ref: '#/components/parameters/range'
        - $ref: '#/components/parameters/rangeUnit'
        - $ref: '#/components/parameters/offset'
        - $ref: '#/components/parameters/limit'
        - $ref: '#/components/parameters/preferCount'
      responses:
        '200':
          content:
            application/json:
              schema:
                items:
                  $ref: '#/components/schemas/vendor_quote_items'
                type: array
            application/vnd.pgrst.object+json:
              schema:
                items:
                  $ref: '#/components/schemas/vendor_quote_items'
                type: array
            application/vnd.pgrst.object+json;nulls=stripped:
              schema:
                items:
                  $ref: '#/components/schemas/vendor_quote_items'
                type: array
            text/csv:
              schema:
                items:
                  $ref: '#/components/schemas/vendor_quote_items'
                type: array
          description: OK
        '206':
          description: Partial Content
components:
  parameters:
    rowFilter.vendor_quote_items.id:
      in: query
      name: id
      required: false
      schema:
        type: string
    rowFilter.vendor_quote_items.vendor_quote_id:
      in: query
      name: vendor_quote_id
      required: false
      schema:
        type: string
    rowFilter.vendor_quote_items.rfq_item_id:
      in: query
      name: rfq_item_id
      required: false
      schema:
        type: string
    rowFilter.vendor_quote_items.rfq_id:
      in: query
      name: rfq_id
      required: false
      schema:
        type: string
    rowFilter.vendor_quote_items.vendor_id:
      in: query
      name: vendor_id
      required: false
      schema:
        type: string
    rowFilter.vendor_quote_items.vendor_name:
      in: query
      name: vendor_name
      required: false
      schema:
        type: string
    rowFilter.vendor_quote_items.line_number:
      in: query
      name: line_number
      required: false
      schema:
        type: string
    rowFilter.vendor_quote_items.rfq_line_number:
      in: query
      name: rfq_line_number
      required: false
      schema:
        type: string
    rowFilter.vendor_quote_items.description:
      in: query
      name: description
      required: false
      schema:
        type: string
    rowFilter.vendor_quote_items.quantity_requested:
      in: query
      name: quantity_requested
      required: false
      schema:
        type: string
    rowFilter.vendor_quote_items.quantity_quoted:
      in: query
      name: quantity_quoted
      required: false
      schema:
        type: string
    rowFilter.vendor_quote_items.unit_price:
      in: query
      name: unit_price
      required: false
      schema:
        type: string
    rowFilter.vendor_quote_items.line_total:
      in: query
      name: line_total
      required: false
      schema:
        type: string
    rowFilter.vendor_quote_items.unit_price_currency_id:
      in: query
      name: unit_price_currency_id
      required: false
      schema:
        type: string
    rowFilter.vendor_quote_items.lead_time_days:
      in: query
      name: lead_time_days
      required: false
      schema:
        type: string
    rowFilter.vendor_quote_items.is_alternate:
      in: query
      name: is_alternate
      required: false
      schema:
        type: string
    rowFilter.vendor_quote_items.notes:
      in: query
      name: notes
      required: false
      schema:
        type: string
    rowFilter.vendor_quote_items.row_version:
      in: query
      name: row_version
      required: false
      schema:
        type: string
    rowFilter.vendor_quote_items.updated_at:
      in: query
      name: updated_at
      required: false
      schema:
        type: string
    select:
      description: Filtering Columns
      in: query
      name: select
      required: false
      schema:
        type: string
    order:
      description: Ordering
      in: query
      name: order
      required: false
      schema:
        type: string
    range:
      description: Limiting and Pagination
      in: header
      name: Range
      required: false
      schema:
        type: string
    rangeUnit:
      description: Limiting and Pagination
      in: header
      name: Range-Unit
      required: false
      schema:
        default: items
        type: string
    offset:
      description: Limiting and Pagination
      in: query
      name: offset
      required: false
      schema:
        type: string
    limit:
      description: Limiting and Pagination
      in: query
      name: limit
      required: false
      schema:
        type: string
    preferCount:
      description: Preference
      in: header
      name: Prefer
      required: false
      schema:
        enum:
          - count=none
        type: string
  schemas:
    vendor_quote_items:
      description: >-
        Quoted lines against the RFQ line they answer, so a basket compares line
        for line.
      properties:
        description:
          format: character varying
          maxLength: 500
          type: string
        id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        is_alternate:
          format: boolean
          type: boolean
        lead_time_days:
          format: integer
          type: integer
        line_number:
          format: integer
          type: integer
        line_total:
          format: numeric
          type: number
        notes:
          format: text
          type: string
        quantity_quoted:
          format: numeric
          type: number
        quantity_requested:
          format: numeric
          type: number
        rfq_id:
          description: |-
            Note:
            This is a Foreign Key to `rfqs.id`.<fk table='rfqs' column='id'/>
          format: uuid
          type: string
        rfq_item_id:
          description: >-
            Note:

            This is a Foreign Key to `rfq_items.id`.<fk table='rfq_items'
            column='id'/>
          format: uuid
          type: string
        rfq_line_number:
          format: integer
          type: integer
        row_version:
          format: bigint
          type: integer
        unit_price:
          format: numeric
          type: number
        unit_price_currency_id:
          format: uuid
          type: string
        updated_at:
          format: timestamp with time zone
          type: string
        vendor_id:
          description: >-
            Note:

            This is a Foreign Key to `vendor_directory.vendor_id`.<fk
            table='vendor_directory' column='vendor_id'/>
          format: uuid
          type: string
        vendor_name:
          format: character varying
          maxLength: 200
          type: string
        vendor_quote_id:
          description: >-
            Note:

            This is a Foreign Key to `rfq_quote_comparison.vendor_quote_id`.<fk
            table='rfq_quote_comparison' column='vendor_quote_id'/>
          format: uuid
          type: string
      type: object

````

## Related topics

- [Administered lists](/config/administered-lists.md)
- [Sensors and condition alerts](/assets/sensors.md)
- [Purchase orders](/commercial/purchase-orders.md)
- [Core concepts](/core-concepts.md)
- [Inventory settings](/config/inventory.md)
