v1
latestOpenAPI 3.1.02026-07-222392081.7 MBQuotes > Templates
Get quote template
Retrieve the details of an existing quote template.
get/v1/quotes/templates/{id}
Path parameters
idstring required
Response
Example response
{
"id": "quot_9hNWq4c84Z146W",
"name": "Enterprise template",
"description": "Reusable template for enterprise quotes.",
"comments": "Please find the contract and subscription details we discussed.",
"terms": "By signing this quote, you accept our conditions of use for the use of our products and services.",
"expiration_days": 30,
"collect_payment_details": true,
"collect_custom_property_ids": [],
"display_taxes": true,
"display_price_tiers": "matching",
"display_quote_value": true,
"display_organisation_details": true,
"subscription_template_id": "subt_7gdusOkqr5L0B8",
"contract_template_ids": [
"ctpl_QalW2vTAdkR6IY"
],
"contract_clause_ids": [
"ccl_QalW2vTAdkR6IY"
],
"attachments": [
{
"id": "quota_5GYXy8P3QCdaXh",
"name": "General Conditions of Sale",
"mimetype": "application/pdf"
}
],
"created_at": "2024-04-23T09:10:00.220Z",
"updated_at": "2024-04-23T10:22:08.100Z"
}