Read Quotation Items
GET
https://backend.test-hyegro.com/quotations/items/{quotation_id}
Request
Path Params
quotation_id
integer
Quotation Id
Query Params
schema
Schema
Any of
Responses
🟢200OK
application/json
Body
array of:
product_id
integer
Product Id
quote_name
Quote Name
Any of
product_name
string
Product Name
quantity
Quantity
Any of
price
Price
Any of
total_price
Total Price
Any of
discount_percentage
Discount Percentage
Any of
tax_slab_1
Tax Slab 1
Any of
tax_slab_2
Tax Slab 2
Any of
tax_slab_3
Tax Slab 3
Any of
tax_slab_4
Tax Slab 4
Any of
tax_slab_5
Tax Slab 5
Any of
tax_slab_amount_1
Tax Slab Amount 1
Any of
tax_slab_amount_2
Tax Slab Amount 2
Any of
tax_slab_amount_3
Tax Slab Amount 3
Any of
tax_slab_amount_4
Tax Slab Amount 4
Any of
tax_slab_amount_5
Tax Slab Amount 5
Any of
grand_total
Grand Total
Any of
discounted_price
Discounted Price
Any of
tax
Tax
Any of
subtotal
Subtotal
Any of
id
integer
Id
quotation_id
integer
Quotation Id
created_at
Created At
Any of
Example
[
{
"product_id": 0,
"quote_name": "string",
"product_name": "string",
"quantity": 0,
"price": "string",
"total_price": "string",
"discount_percentage": "string",
"tax_slab_1": 0,
"tax_slab_2": 0,
"tax_slab_3": 0,
"tax_slab_4": 0,
"tax_slab_5": 0,
"tax_slab_amount_1": 0,
"tax_slab_amount_2": 0,
"tax_slab_amount_3": 0,
"tax_slab_amount_4": 0,
"tax_slab_amount_5": 0,
"grand_total": 0,
"discounted_price": 0,
"tax": 0,
"subtotal": 0,
"id": 0,
"quotation_id": 0,
"created_at": "2019-08-24T14:15:22Z"
}
]
🟠422Parameter Error
Modified at 2025-04-15 14:01:56