Quotes
Get a specific quote
Retrieve a single quote by its ID
get/quotes/{id}
Path parameters
idinteger required
ID of the quote to retrieve
Query parameters
organization_idinteger
Filter by organization ID
Response
Successful operation
Example response
{
"message": "success.",
"quote": {
"id": 4,
"voucher_header_id": 9,
"account": {
"id": 25,
"organization_id": "0001",
"name": "client 1",
"account_label": "client 1 (USD)",
"account_data": "9999",
"system_account": "no",
"account_type_id": 15,
"account_type": "Third Party",
"number": "2",
"currency_id": 234,
"currency": "USD",
"model_id": 2,
"member_id": 1,
"model_name": "Company",
"model_type": "client",
"rate_per_hour": 300,
"organization": {
"id": "0001",
"name": "My Entity",
"country": "US"
},
"client": {
"id": "00000002",
"discount_percentage": "0.000",
"member_label": "COM00000001"
}
},
"organization_id": "0001",
"quote_number": "0000003",
"reference_number": "0000003",
"purchase_order": "2134124",
"quote_reference": "213",
"bill_to": "9999",
"quote_date": "2024-09-17 00:00:00",
"due_on": "2024-10-18 00:00:00",
"paid_status": "open",
"display_discount": 1,
"quote_reminder": {
"id": "00000004",
"user_id": "0000000002",
"summary": "The Quote 213 is due on 2024-10-18 00:00 \\n Quote id: 213 \\n Client: client 1",
"reminder_date": "2024-09-17",
"reminder_time": 1,
"reminder_time_type": "day",
"reminder_type": "popup"
},
"term_id": 1,
"terms": "In Advance",
"total": "1999.990",
"notes": "Thank you for your business.",
"exchange_rate": "1.0000000000000000",
"description": "sdadfvvssvsfdvc",
"quote_details": [
{
"id": 5,
"quote_id": 4,
"line_number": 1,
"description": "test",
"account_id": 25,
"amount": "200.0000",
"discount_amount": "0.0000",
"tax_amount": "0.0000",
"total": "200.0000",
"quantity": "1",
"currency_id": 234,
"rate": "200.0000",
"account_type": "Third Party",
"item_type": "service"
}
]
}
}