---
title: "Get an quote by ID"
method: GET
path: "/v1/salequotes/{id}"
tags: ["SaleQuotes"]
---

# Get an quote by ID

`GET /v1/salequotes/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- Quote — Quote
  - `acceptedAt` string, date-time, nullable — Accepted date
  - `balance` number, double — Balance
  - `billingAddress` AddressFields
    - `city` string, nullable
    - `countryIso` string, nullable
    - `countryName` string, nullable
    - `formattedAddress` string, nullable
    - `inlineAddress` string, nullable
    - `street` string, nullable
    - `zipcode` string, nullable
  - `billingContact` ContactFields
    - `cellPhone` string, nullable
    - `companyName` string, nullable
    - `displayName` string, nullable
    - `email` string, nullable
    - `firstName` string, nullable
    - `function` string, nullable
    - `invertedDisplayName` string, nullable
    - `lastName` string, nullable
    - `phone` string, nullable
    - `service` string, nullable
    - `title` string, nullable
  - `customerElectronicAddress` string, nullable — Customer electronic address
  - `customerId` integer, nullable — Customer ID
  - `customerName` string, nullable — Customer name
  - `customerNumber` string, nullable — Customer number
  - `customerOrderReference` string, nullable — Customer order reference
  - `customerSiret` string, nullable — Customer SIRET
  - `customerType` 'Business' | 'Consumer' | 'Government'
  - `customerVatNumber` string, nullable — Customer VAT number
  - `date` string, date, nullable — Date
  - `deposit` Discount
    - `type` 'Percent' | 'Fixed'
    - `value` number, double
  - `footerNotes` string, nullable — Footer notes to be print
  - `globalDiscount` Discount
    - `type` 'Percent' | 'Fixed'
    - `value` number, double
  - `grossTaxExcludedAmount` number, double — Gross tax excluded amount
  - `headerNotes` string, nullable — Header notes to be print
  - `id` integer — Invoice ID
  - `internalId` string, nullable — ID used in your system
  - `internalNotes` string, nullable — Internal notes
  - `liableToVat` boolean, nullable — Indicates whether the document is liable to VAT
  - `lines` SaleDocumentLine[], nullable — Invoice lines
    - `classificationId` integer, nullable — Classification ID (used if no product is set)
    - `date` string, date, nullable — Date
    - `description` string, nullable — Description (can be html)
    - `discount` Discount
      - `type` 'Percent' | 'Fixed'
      - `value` number, double
    - `id` integer — Invoice line ID
    - `marginAmount` number, double — Margin amount
    - `marginRate` number, double — Margin rate
    - `product` Product — Product
      - `active` boolean — Indicates whether the product is active
      - `defaultQuantity` number, double — Default quantity
      - `description` string, nullable — Description
      - `family` ProductFamily — Product family
        - `id` integer — ID
        - `label` string, nullable — Label
        - `number` string, nullable — Number
      - `id` integer — Product ID
      - `imageUrl` string, nullable — Gets the product image URL
      - `internalId` string, nullable — ID used in your system
      - `internalNotes` string, nullable — Internal notes
      - `isUnitPriceTaxIncluded` boolean — Indicates whether unit price include vat
      - `name` string, nullable — Name
      - `number` string, nullable — Number
      - `purchasePrice` number, double — Purchase price
      - `type` 'Product' | 'Service' | 'Text'
      - `unit` Unit — Unit
        - `code` string, nullable — Code
        - `conversion` number, double — Conversion
        - `decimals` number, double, nullable — Decimals
        - `id` integer, nullable — Unit Id
        - `name` string, nullable — Name
        - `type` 'Time' | 'Weight' | 'Area' | 'Volume' | 'Dimension' | 'Other'
      - `unitPrice` number, double — Unit price
      - `vat` Vat — Vat
        - `default` boolean — Indicatess if this is the default VAT for the region
        - `id` integer, nullable — Vat ID
        - `label` string, nullable — Label
        - `rate` number, double, nullable — Rate
        - `region` 'FR' | 'EU' | 'IE' | 'DOM' | 'Corse' | 'Monaco'
    - `productId` integer, nullable — Product ID
    - `productInternalId` string, nullable — Product internal ID
    - `productNumber` string, nullable — Product number
    - `purchasePrice` number, double, nullable — Purchase price
    - `quantity` number, double, nullable — Quantity
    - `taxExcludedAmount` number, double, nullable — Tax excluded amount
    - `taxExcludedPrice` number, double, nullable — Tax excluded price
    - `taxIncludedAmount` number, double, nullable — Tax included amount
    - `taxIncludedPrice` number, double, nullable — Tax included price
    - `type` 'Empty' | 'Product' | 'Service' | 'Subtotal' | 'Text' | 'NewPage' — Line type
    - `unit` Unit — Unit
      - `code` string, nullable — Code
      - `conversion` number, double — Conversion
      - `decimals` number, double, nullable — Decimals
      - `id` integer, nullable — Unit Id
      - `name` string, nullable — Name
      - `type` 'Time' | 'Weight' | 'Area' | 'Volume' | 'Dimension' | 'Other'
    - `vat` Vat — Vat
      - `default` boolean — Indicatess if this is the default VAT for the region
      - `id` integer, nullable — Vat ID
      - `label` string, nullable — Label
      - `rate` number, double, nullable — Rate
      - `region` 'FR' | 'EU' | 'IE' | 'DOM' | 'Corse' | 'Monaco'
  - `metadata` object, nullable — Metadata
  - `number` string, nullable — Number
  - `pdfUrl` string, nullable — Pdf url
  - `publicLink` string, nullable — Public link
  - `refusedAt` string, date-time, nullable — Refused date
  - `region` 'FR' | 'EU' | 'IE' | 'DOM' | 'Corse' | 'Monaco'
  - `sentAt` string, date-time, nullable — Sent at
  - `shippingAddress` AddressFields
    - `city` string, nullable
    - `countryIso` string, nullable
    - `countryName` string, nullable
    - `formattedAddress` string, nullable
    - `inlineAddress` string, nullable
    - `street` string, nullable
    - `zipcode` string, nullable
  - `shippingAmount` number, double — Shipping amount
  - `shippingContact` ContactFields
    - `cellPhone` string, nullable
    - `companyName` string, nullable
    - `displayName` string, nullable
    - `email` string, nullable
    - `firstName` string, nullable
    - `function` string, nullable
    - `invertedDisplayName` string, nullable
    - `lastName` string, nullable
    - `phone` string, nullable
    - `service` string, nullable
    - `title` string, nullable
  - `shippingVat` Vat — Vat
    - `default` boolean — Indicatess if this is the default VAT for the region
    - `id` integer, nullable — Vat ID
    - `label` string, nullable — Label
    - `rate` number, double, nullable — Rate
    - `region` 'FR' | 'EU' | 'IE' | 'DOM' | 'Corse' | 'Monaco'
  - `status` 'Pending' | 'Accepted' | 'Refused' | 'Closed' | 'Sent' | 'Invoiced'
  - `subject` string, nullable — Subject
  - `taxAmount` number, double — Total tax amount
  - `taxExcludedAmount` number, double — Tax excluded amount (discount included)
  - `taxIncludedAmount` number, double — Tax included amount
  - `useTaxIncludedPrices` boolean — Indicates whether invoice prices and amount are tax included
  - `validityDate` string, date, nullable — Validity date
  - `vatNote` string, nullable — VAT note to print
  - `vatReverseCharge` boolean — VAT reverse charge
  - `vats` VatSummary[], nullable — Vats
    - `taxExcludedAmount` number, double — Tax excluded amount
    - `vat` Vat — Vat
      - `default` boolean — Indicatess if this is the default VAT for the region
      - `id` integer, nullable — Vat ID
      - `label` string, nullable — Label
      - `rate` number, double, nullable — Rate
      - `region` 'FR' | 'EU' | 'IE' | 'DOM' | 'Corse' | 'Monaco'
    - `vatAmount` number, double — Vat amount
  - `vendorReference` string, nullable — Vendor reference to be print

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/altoviz/apis/altoviz-api.md) · [All operations](https://skmtc.net/altoviz/apis/altoviz-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/altoviz/altoviz-api/versions/af5aae7365c9/schema)
