v1

latestOpenAPI 3.1.12026-07-268973189.3 KB
Objects

Get a quotation

Retrieves a single quotation by its ID (qtn_ prefix), including line items and totals.

get/quotations/{id}

Path parameters

idstring required

Quotation ID

Response

OK

idstring required

Quotation ID (qtn_ prefix)

numberstring required

Auto-generated quotation number

datestring date-time required

Quotation date

status'DRAFT' | 'SENT' | 'ACCEPTED' | 'REJECTED' required

Quotation status

subjectstring nullable

Subject

expiryDatestring date-time nullable

Expiry date

currencystring required

ISO 4217 currency code

conversionRatenumber

Quotation currency to team currency rate

isInclusiveTaxboolean

Whether prices include tax

clientIdstring nullable

Contact or company ID (clt_ prefix)

contactIdstring nullable

Optional contact person ID (clt_ prefix) when clientId is a company

dealIdstring nullable

Deal ID (dl_ prefix)

salesPersonIdstring nullable

Sales person user ID (usr_ prefix)

templateIdstring nullable

Document template ID (tpl_ prefix)

contentHtmlstring nullable

Rendered document HTML

internalNotesstring nullable

Internal notes

totalAmountnumber

Total including tax

subtotalAmountnumber

Subtotal before tax

totalTaxAmountnumber

Total tax amount

totalDiscountAmountnumber

Total discount amount

tagIdsstring[]

Tag IDs (tag_ prefix)

markedAcceptedOnstring date-time nullable

When the quotation was accepted

markedRejectedOnstring date-time nullable

When the quotation was rejected

createdAtstring date-time required
updatedAtstring date-time nullable