GST quotation
Pack 05 · India GST · A4
A considered commercial quotation for Indian suppliers and service businesses. It gives scope and delivery the same visual weight as price, while keeping estimated GST explicit before the order is placed.
- GST-aware commercial schedule
- Validity and delivery timeline
- Guarded GST totals
- Client acceptance block
Example data
The data payload this template expects. Generate gst quotation PDFs by POSTing a shape like this to /v1/generate.
sample_data.json
{
"quote_number": "KL/Q/2026/087",
"issue_date": "2026-07-10",
"valid_until": "2026-08-09",
"currency": "INR",
"seller": {
"name": "Kite & Loom Private Limited",
"address": "Lower Parel, Mumbai",
"gstin": "27AAECK4821F1ZQ"
},
"customer": {
"name": "Anika Menon",
"company": "Riverstone Hospitality LLP",
"address": "Residency Road, Bengaluru",
"gstin": "29AATFR7316M1Z8"
},
"project_title": "Guest-suite textile package",
"project_summary": "Made-to-measure drapery, sheers, track systems and installation for 18 suites.",
"items": [
{
"line": "01",
"name": "Linen drapery package",
"scope": "Measurement, make-up and finishing",
"hsn_sac": "63039990",
"quantity": 18,
"rate": 28500,
"gst_rate": 18,
"amount": 513000
},
{
"line": "02",
"name": "Linen sheer package",
"scope": "Weighted hem and concealed heading",
"hsn_sac": "63039200",
"quantity": 18,
"rate": 14200,
"gst_rate": 18,
"amount": 255600
},
{
"line": "03",
"name": "Ceiling track sets",
"scope": "Powder-coated aluminium, cut to schedule",
"hsn_sac": "76109090",
"quantity": 18,
"rate": 6400,
"gst_rate": 18,
"amount": 115200
},
{
"line": "04",
"name": "Installation",
"scope": "Two-person team, three days",
"hsn_sac": "998739",
"quantity": 1,
"rate": 48000,
"gst_rate": 18,
"amount": 48000
}
],
"subtotal": 931800,
"gst_total": 167724,
"total": 1099524,
"terms": "40% advance, 40% before dispatch and 20% after installation.",
"delivery_timeline": "5-6 weeks from approved measurements",
"prepared_by": "Meera Sethi · Commercial lead"
}generate.sh
curl -X POST https://doclinth.com/v1/generate \
-H "Authorization: Bearer dl_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"template_id":"YOUR_TEMPLATE_ID","data":{"quote_number":"KL/Q/2026/087","issue_date":"2026-07-10","valid_until":"2026-08-09","currency":"INR","seller":{"name":"Kite & Loom Private Limited","address":"Lower Parel, Mumbai","gstin":"27AAECK4821F1ZQ"},"customer":{"name":"Anika Menon","company":"Riverstone Hospitality LLP","address":"Residency Road, Bengaluru","gstin":"29AATFR7316M1Z8"},"project_title":"Guest-suite textile package","project_summary":"Made-to-measure drapery, sheers, track systems and installation for 18 suites.","items":[{"line":"01","name":"Linen drapery package","scope":"Measurement, make-up and finishing","hsn_sac":"63039990","quantity":18,"rate":28500,"gst_rate":18,"amount":513000},{"line":"02","name":"Linen sheer package","scope":"Weighted hem and concealed heading","hsn_sac":"63039200","quantity":18,"rate":14200,"gst_rate":18,"amount":255600},{"line":"03","name":"Ceiling track sets","scope":"Powder-coated aluminium, cut to schedule","hsn_sac":"76109090","quantity":18,"rate":6400,"gst_rate":18,"amount":115200},{"line":"04","name":"Installation","scope":"Two-person team, three days","hsn_sac":"998739","quantity":1,"rate":48000,"gst_rate":18,"amount":48000}],"subtotal":931800,"gst_total":167724,"total":1099524,"terms":"40% advance, 40% before dispatch and 20% after installation.","delivery_timeline":"5-6 weeks from approved measurements","prepared_by":"Meera Sethi · Commercial lead"}}'Sign up to seed this template and get its template_id.
Related templates

GST tax invoice
India-ready tax invoice with GSTIN, HSN/SAC and switchable CGST/SGST or IGST totals.

Delivery challan
Rule 55 goods-movement record with consignor, consignee, e-way bill and assessable value.

Purchase order
India procurement order with GSTIN, HSN, delivery terms, tax estimate and vendor acknowledgement.