- Getting Started with HYEGRO API
- User Guide
- Developer Guide
- HYEGRO Developer Docs
- HYEGRO CRM API v1.0
- Users
- Leads
- Contacts
- Accounts
- Products & Inventory
- Deals
- Quotations
- Orders
- Invoices
- Cases
- Activities & Tasks
- Search
- METADATA API
- Files & Attachments
Read Quotations
GET
https://backend.test-hyegro.com/quotations/
Request
Query Params
skip
integer
Skip
Default:
0
limit
integer
Limit
Default:
100
schema
Schema
Any of
Responses
🟢200OK
application/json
Body
array of:
deal_id
Deal Id
Any of
quote_date
Quote Date
Any of
total_amount
string
Total Amount
status
Status
Any of
account_name
Account Name
Any of
tax
Tax
Any of
shipping_method
Shipping Method
Any of
payment_methods
Payment Methods
Any of
notes
Notes
Any of
delivery_date
Delivery Date
Any of
quote_name
Quote Name
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
subtotal
Subtotal
Any of
grand_total
Grand Total
Any of
discounted_price
Discounted Price
Any of
created_by
Created By
Any of
updated_by
Updated By
Any of
created_by_name
Created By Name
Any of
updated_by_name
Updated By Name
Any of
cf1
Cf1
Any of
cf2
Cf2
Any of
cf3
Cf3
Any of
cf4
Cf4
Any of
cf5
Cf5
Any of
cf6
Cf6
Any of
cf7
Cf7
Any of
cf8
Cf8
Any of
cf9
Cf9
Any of
cf10
Cf10
Any of
Example
[
{
"deal_id": 0,
"quote_date": "2019-08-24T14:15:22Z",
"total_amount": "string",
"status": "string",
"account_name": "string",
"tax": 0,
"shipping_method": "string",
"payment_methods": [
"string"
],
"notes": "string",
"delivery_date": "2019-08-24",
"quote_name": "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,
"subtotal": 0,
"grand_total": 0,
"discounted_price": 0,
"created_by": 0,
"updated_by": 0,
"created_by_name": "string",
"updated_by_name": "string",
"cf1": "string",
"cf2": "string",
"cf3": "string",
"cf4": "string",
"cf5": "string",
"cf6": "string",
"cf7": "string",
"cf8": "string",
"cf9": "string",
"cf10": "string"
}
]
🟠422Parameter Error
Modified at 2025-04-15 14:01:56