> ## 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.

# Vendors and quotes side by side (§30), including the invited who never replied.



## OpenAPI

````yaml /api-reference/openapi.json get /rfq_quote_comparison
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:
  /rfq_quote_comparison:
    get:
      tags:
        - Procurement
      summary: >-
        Vendors and quotes side by side (§30), including the invited who never
        replied.
      parameters:
        - $ref: >-
            #/components/parameters/rowFilter.rfq_quote_comparison.vendor_quote_id
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.rfq_id'
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.vendor_id'
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.vendor_number'
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.vendor_name'
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.quote_number'
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.status'
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.invited_at'
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.received_at'
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.valid_until'
        - $ref: >-
            #/components/parameters/rowFilter.rfq_quote_comparison.declined_reason
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.total_amount'
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.currency_id'
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.currency_code'
        - $ref: >-
            #/components/parameters/rowFilter.rfq_quote_comparison.lead_time_days
        - $ref: >-
            #/components/parameters/rowFilter.rfq_quote_comparison.warranty_months
        - $ref: >-
            #/components/parameters/rowFilter.rfq_quote_comparison.payment_terms_days
        - $ref: >-
            #/components/parameters/rowFilter.rfq_quote_comparison.delivery_terms
        - $ref: >-
            #/components/parameters/rowFilter.rfq_quote_comparison.sla_response_hours
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.vendor_rating'
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.score'
        - $ref: >-
            #/components/parameters/rowFilter.rfq_quote_comparison.score_breakdown
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.is_selected'
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.selected_at'
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.selected_by'
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.notes'
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.is_expired'
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.price_rank'
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.overall_rank'
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.is_cheapest'
        - $ref: >-
            #/components/parameters/rowFilter.rfq_quote_comparison.is_recommended
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.line_count'
        - $ref: >-
            #/components/parameters/rowFilter.rfq_quote_comparison.alternate_line_count
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.row_version'
        - $ref: '#/components/parameters/rowFilter.rfq_quote_comparison.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/rfq_quote_comparison'
                type: array
            application/vnd.pgrst.object+json:
              schema:
                items:
                  $ref: '#/components/schemas/rfq_quote_comparison'
                type: array
            application/vnd.pgrst.object+json;nulls=stripped:
              schema:
                items:
                  $ref: '#/components/schemas/rfq_quote_comparison'
                type: array
            text/csv:
              schema:
                items:
                  $ref: '#/components/schemas/rfq_quote_comparison'
                type: array
          description: OK
        '206':
          description: Partial Content
components:
  parameters:
    rowFilter.rfq_quote_comparison.vendor_quote_id:
      in: query
      name: vendor_quote_id
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.rfq_id:
      in: query
      name: rfq_id
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.vendor_id:
      in: query
      name: vendor_id
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.vendor_number:
      in: query
      name: vendor_number
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.vendor_name:
      in: query
      name: vendor_name
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.quote_number:
      in: query
      name: quote_number
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.status:
      in: query
      name: status
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.invited_at:
      in: query
      name: invited_at
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.received_at:
      in: query
      name: received_at
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.valid_until:
      in: query
      name: valid_until
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.declined_reason:
      in: query
      name: declined_reason
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.total_amount:
      in: query
      name: total_amount
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.currency_id:
      in: query
      name: currency_id
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.currency_code:
      in: query
      name: currency_code
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.lead_time_days:
      in: query
      name: lead_time_days
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.warranty_months:
      in: query
      name: warranty_months
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.payment_terms_days:
      in: query
      name: payment_terms_days
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.delivery_terms:
      in: query
      name: delivery_terms
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.sla_response_hours:
      in: query
      name: sla_response_hours
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.vendor_rating:
      in: query
      name: vendor_rating
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.score:
      in: query
      name: score
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.score_breakdown:
      in: query
      name: score_breakdown
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.is_selected:
      in: query
      name: is_selected
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.selected_at:
      in: query
      name: selected_at
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.selected_by:
      in: query
      name: selected_by
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.notes:
      in: query
      name: notes
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.is_expired:
      in: query
      name: is_expired
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.price_rank:
      in: query
      name: price_rank
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.overall_rank:
      in: query
      name: overall_rank
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.is_cheapest:
      in: query
      name: is_cheapest
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.is_recommended:
      in: query
      name: is_recommended
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.line_count:
      in: query
      name: line_count
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.alternate_line_count:
      in: query
      name: alternate_line_count
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.row_version:
      in: query
      name: row_version
      required: false
      schema:
        type: string
    rowFilter.rfq_quote_comparison.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:
    rfq_quote_comparison:
      description: >-
        Vendors and quotes side by side (§30), including the invited who never
        replied.
      properties:
        alternate_line_count:
          format: bigint
          type: integer
        currency_code:
          format: character varying
          maxLength: 3
          type: string
        currency_id:
          format: uuid
          type: string
        declined_reason:
          format: text
          type: string
        delivery_terms:
          format: character varying
          maxLength: 120
          type: string
        invited_at:
          format: timestamp with time zone
          type: string
        is_cheapest:
          format: boolean
          type: boolean
        is_expired:
          format: boolean
          type: boolean
        is_recommended:
          format: boolean
          type: boolean
        is_selected:
          format: boolean
          type: boolean
        lead_time_days:
          format: integer
          type: integer
        line_count:
          format: bigint
          type: integer
        notes:
          format: text
          type: string
        overall_rank:
          format: bigint
          type: integer
        payment_terms_days:
          format: integer
          type: integer
        price_rank:
          format: bigint
          type: integer
        quote_number:
          format: character varying
          maxLength: 80
          type: string
        received_at:
          format: timestamp with time zone
          type: string
        rfq_id:
          description: |-
            Note:
            This is a Foreign Key to `rfqs.id`.<fk table='rfqs' column='id'/>
          format: uuid
          type: string
        row_version:
          format: bigint
          type: integer
        score:
          format: numeric
          type: number
        score_breakdown:
          format: jsonb
        selected_at:
          format: timestamp with time zone
          type: string
        selected_by:
          format: character varying
          maxLength: 200
          type: string
        sla_response_hours:
          format: integer
          type: integer
        status:
          format: character varying
          maxLength: 30
          type: string
        total_amount:
          format: numeric
          type: number
        updated_at:
          format: timestamp with time zone
          type: string
        valid_until:
          format: date
          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_number:
          format: character varying
          maxLength: 60
          type: string
        vendor_quote_id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        vendor_rating:
          format: numeric
          type: number
        warranty_months:
          format: integer
          type: integer
      type: object

````

## Related topics

- [Requests for quotation](/commercial/rfqs.md)
- [The Sync Center](/field/sync-center.md)
- [Finding your way around](/get-started/navigating.md)
- [The asset register](/assets/register.md)
- [The capacity plan](/work/capacity.md)
