Get Quote with Sales Contract ID

Retrieve detailed information for a single sales quote by its quote_id.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Example Response

{
  "message": {
    "quotes": {
      "name": "2026-QTE-01-00781",
      "owner": "[email protected]",
      "creation": "2026-01-29 04:05:14.137754",
      "modified": "2026-01-29 04:05:14.137754",
      "workflow_state": "New",
      "company": "Emotive Auto Sales Inc.",
      "branch": "Emotive Auto Sales Inc. - 01",
      "state": "TX-Texas",
      "status": "Active",
      "contract": "Contract - TX Advanced - For Automation",
      "sale_price": 0.0,
      "interest_rate": 10.0,
      "number_of_payments": 0,
      "payment_frequency": "Monthly",
      "buyer": "2026-SB-01-0000835",
      "buyer_name": "Sravya D",
      "vin": "2FMDK38C98BA26159",
      "vehicle_make": "Ford",
      "vehicle_model": "Edge",
      "vehicle_year": 2008,
      "taxes": [
        {
          "tax_item": "TX-State Tax",
          "rate": 6.25,
          "amount": 0.0
        },
        {
          "tax_item": "TX-Vehicle Inventory Tax",
          "rate": 0.23675,
          "amount": 0.0
        }
      ],
      "fees": [
        {
          "name1": "Registration Fee",
          "amount": 64.75,
          "type": "Financed"
        },
        {
          "name1": "Doc Fee",
          "amount": 150.0,
          "type": "Financed"
        }
      ],
      "tbl_service_contract": [
        {
          "supplier": "Assurant",
          "amount": 900.0,
          "term": 48,
          "product": "48 Months 80000 Miles"
        }
      ]
    },
    "stock_no_details": {
      "model_year": "2008",
      "make": "Ford",
      "body_type": "SPORT UTILITY 4-DR",
      "model": "Edge"
    },
    "sales_contract_id": null
  }
}

Response Structure Explanation

Top-Level Keys

  • message: Main container for the quote details.
    • quotes: Object containing all quote-specific information.
    • stock_no_details: Vehicle information associated with the quote.
    • sales_contract_id: ID of the linked sales contract (if any).

quotes Object Highlights

  • Basic Info: name, owner, creation, modified, workflow_state, status.
  • Vehicle Info: vin, vehicle_make, vehicle_model, vehicle_year.
  • Financial Info:
    • sale_price, interest_rate, number_of_payments, payment_frequency.
    • taxes: Array of applied taxes.
    • fees: Array of fees, including type (Financed, Prepaid, etc.).
  • Service Contracts: Array of service contract details (tbl_service_contract).

Arrays

  • taxes: Each tax object contains:

    • tax_item
    • rate
    • amount
  • fees: Each fee object contains:

    • name1
    • amount
    • type
  • tbl_service_contract: Each service contract object contains:

    • supplier
    • amount
    • term
    • product

Notes

  • Many numeric fields may be 0.0 if not yet defined.
  • Arrays like trade_in_vehicles, amortization, lender_fees may be empty if no data exists.
  • buyer_name and vin provide direct identifiers for the customer and vehicle.
Query Params
string
required

Unique identifier of the quote.

Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json