GET DealerShip/GetQuoteDetails/{id}

Documentation for 'GetQuoteDetails'.

Request Information

Parameters

NameDescriptionAdditional information
id
Documentation for 'id'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Value": {
    "$id": "2",
    "QuoteID": 1,
    "Status": "sample string 2",
    "QuoteNo": "sample string 3",
    "QuoteDate": "sample string 4",
    "LastModified": "sample string 5",
    "HardwareCost": "sample string 6",
    "SoftCost": "sample string 7",
    "TotalCost": "sample string 8",
    "DealerShipName": "sample string 9",
    "DealerRepName": "sample string 10",
    "Title": "sample string 11",
    "CalculatorTitle": "sample string 12",
    "CustomerCompany": "sample string 13",
    "CustomerContact": "sample string 14",
    "CustomerEmailID": "sample string 15",
    "Address1": "sample string 16",
    "Address2": "sample string 17",
    "CITY": "sample string 18",
    "STATE": "sample string 19",
    "ZIP": "sample string 20",
    "Phone_Fax": "sample string 21",
    "QuoteReference": "sample string 22",
    "CalculatorType": "sample string 23",
    "FacilityFee": "sample string 24",
    "CanIncludeMiscAmtInPayment": true,
    "MiscBillableAmount": "sample string 26",
    "HardwareDetails": [
      {
        "$id": "3",
        "QuoteDetailID": 1,
        "Item": "sample string 2",
        "Amount": "sample string 3"
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "SoftCostDetails": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "CommissionDTO": {
      "$id": "4",
      "Minvalue": 1.0,
      "MaxValue": 1.0,
      "SelectedValue": 1.0,
      "CommissionType": "sample string 1",
      "IsCommissionApply": 64
    },
    "QuoteSchedule": {
      "$id": "5",
      "PurchaseOptions": [
        {
          "$id": "6",
          "Key": 1,
          "Value": "sample string 2",
          "Amount": 3
        },
        {
          "$ref": "6"
        },
        {
          "$ref": "6"
        }
      ],
      "AdvanceOptions": [
        {
          "$ref": "6"
        },
        {
          "$ref": "6"
        },
        {
          "$ref": "6"
        }
      ],
      "LeaseTerms": [
        {
          "$ref": "6"
        },
        {
          "$ref": "6"
        },
        {
          "$ref": "6"
        }
      ],
      "QuoteBreakup": [
        {
          "$id": "7",
          "PurchaseOptionID": 1,
          "AdvanceTypeID": 2,
          "LeaseTermID": 3,
          "MinCost": 4.0,
          "MaxCost": 5.0,
          "Rate": 1.0
        },
        {
          "$ref": "7"
        },
        {
          "$ref": "7"
        }
      ],
      "Above150KMunicipalRates": [
        {
          "$id": "8",
          "PurchaseOptionId": 1,
          "AdvancetypeId": 2,
          "LeaseTermId": 3,
          "InstalmentAmount": 4.0
        },
        {
          "$ref": "8"
        },
        {
          "$ref": "8"
        }
      ],
      "TotalPrice": 1.0,
      "CommissionFactor": 2.0,
      "Isabove150K": true
    }
  },
  "Errors": [],
  "Status": 0,
  "IsFreeOfErrors": true,
  "HasErrors": false
}