Skip to main content
GET
The basket every invited vendor quotes against.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Prefer
enum<string>

Preference

Available options:
count=none

Query Parameters

id
string
rfq_id
string
line_number
string
purchase_requisition_item_id
string
part_id
string
part_number
string
part_name
string
description
string
quantity
string
unit_of_measure_id
string
unit_of_measure
string
required_by
string
notes
string
row_version
string
updated_at
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

description
string<character varying>
Maximum string length: 500
id
string<uuid>

Note: This is a Primary Key.

line_number
integer<integer>
notes
string<text>
part_id
string<uuid>

Note: This is a Foreign Key to inventory_available.part_id.

part_name
string<character varying>
Maximum string length: 250
part_number
string<character varying>
Maximum string length: 80
purchase_requisition_item_id
string<uuid>

Note: This is a Foreign Key to purchase_requisition_items.id.

quantity
number<numeric>
required_by
string<date>
rfq_id
string<uuid>

Note: This is a Foreign Key to rfqs.id.

row_version
integer<bigint>
unit_of_measure
string<character varying>
Maximum string length: 30
unit_of_measure_id
string<uuid>

Note: This is a Foreign Key to units_of_measure.id.

updated_at
string<timestamp with time zone>