GET api/Reports/GetChartDetails?licenseid={licenseid}&dealerId={dealerId}&type={type}

Documentation for 'GetChartDetails'.

Request Information

Parameters

NameDescriptionAdditional information
licenseid
Documentation for 'licenseid'.

Define this parameter in the request URI.

dealerId
Documentation for 'dealerId'.

Define this parameter in the request URI.

type
Documentation for 'type'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "InventoryId": "sample string 1",
    "VIN": "sample string 2",
    "Year": "sample string 3",
    "Make": "sample string 4",
    "Model": "sample string 5",
    "ExtColor": "sample string 6",
    "DealerId": "sample string 7",
    "Has360Photo": true,
    "PhotoCount": 9,
    "Stock": "sample string 10",
    "BodyType": "sample string 11",
    "Mileage": 12,
    "PriceRetail": 13.0,
    "PriceSale": 14.0,
    "Cost": 15.0,
    "IsZeroShot": true,
    "IsPartialShot": true,
    "IsFullShot": true,
    "ServiceAvail": "sample string 19",
    "NonDealerWarranty": "sample string 20",
    "WarrantyCoverageType": "sample string 21",
    "IsPending": 1
  },
  {
    "InventoryId": "sample string 1",
    "VIN": "sample string 2",
    "Year": "sample string 3",
    "Make": "sample string 4",
    "Model": "sample string 5",
    "ExtColor": "sample string 6",
    "DealerId": "sample string 7",
    "Has360Photo": true,
    "PhotoCount": 9,
    "Stock": "sample string 10",
    "BodyType": "sample string 11",
    "Mileage": 12,
    "PriceRetail": 13.0,
    "PriceSale": 14.0,
    "Cost": 15.0,
    "IsZeroShot": true,
    "IsPartialShot": true,
    "IsFullShot": true,
    "ServiceAvail": "sample string 19",
    "NonDealerWarranty": "sample string 20",
    "WarrantyCoverageType": "sample string 21",
    "IsPending": 1
  },
  {
    "InventoryId": "sample string 1",
    "VIN": "sample string 2",
    "Year": "sample string 3",
    "Make": "sample string 4",
    "Model": "sample string 5",
    "ExtColor": "sample string 6",
    "DealerId": "sample string 7",
    "Has360Photo": true,
    "PhotoCount": 9,
    "Stock": "sample string 10",
    "BodyType": "sample string 11",
    "Mileage": 12,
    "PriceRetail": 13.0,
    "PriceSale": 14.0,
    "Cost": 15.0,
    "IsZeroShot": true,
    "IsPartialShot": true,
    "IsFullShot": true,
    "ServiceAvail": "sample string 19",
    "NonDealerWarranty": "sample string 20",
    "WarrantyCoverageType": "sample string 21",
    "IsPending": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfInventoryChartModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BoothApp.Common">
  <InventoryChartModel>
    <BodyType>sample string 11</BodyType>
    <Cost>15</Cost>
    <DealerId>sample string 7</DealerId>
    <ExtColor>sample string 6</ExtColor>
    <Has360Photo>true</Has360Photo>
    <InventoryId>sample string 1</InventoryId>
    <IsFullShot>true</IsFullShot>
    <IsPartialShot>true</IsPartialShot>
    <IsPending>1</IsPending>
    <IsZeroShot>true</IsZeroShot>
    <Make>sample string 4</Make>
    <Mileage>12</Mileage>
    <Model>sample string 5</Model>
    <NonDealerWarranty>sample string 20</NonDealerWarranty>
    <PhotoCount>9</PhotoCount>
    <PriceRetail>13</PriceRetail>
    <PriceSale>14</PriceSale>
    <ServiceAvail>sample string 19</ServiceAvail>
    <Stock>sample string 10</Stock>
    <VIN>sample string 2</VIN>
    <WarrantyCoverageType>sample string 21</WarrantyCoverageType>
    <Year>sample string 3</Year>
  </InventoryChartModel>
  <InventoryChartModel>
    <BodyType>sample string 11</BodyType>
    <Cost>15</Cost>
    <DealerId>sample string 7</DealerId>
    <ExtColor>sample string 6</ExtColor>
    <Has360Photo>true</Has360Photo>
    <InventoryId>sample string 1</InventoryId>
    <IsFullShot>true</IsFullShot>
    <IsPartialShot>true</IsPartialShot>
    <IsPending>1</IsPending>
    <IsZeroShot>true</IsZeroShot>
    <Make>sample string 4</Make>
    <Mileage>12</Mileage>
    <Model>sample string 5</Model>
    <NonDealerWarranty>sample string 20</NonDealerWarranty>
    <PhotoCount>9</PhotoCount>
    <PriceRetail>13</PriceRetail>
    <PriceSale>14</PriceSale>
    <ServiceAvail>sample string 19</ServiceAvail>
    <Stock>sample string 10</Stock>
    <VIN>sample string 2</VIN>
    <WarrantyCoverageType>sample string 21</WarrantyCoverageType>
    <Year>sample string 3</Year>
  </InventoryChartModel>
  <InventoryChartModel>
    <BodyType>sample string 11</BodyType>
    <Cost>15</Cost>
    <DealerId>sample string 7</DealerId>
    <ExtColor>sample string 6</ExtColor>
    <Has360Photo>true</Has360Photo>
    <InventoryId>sample string 1</InventoryId>
    <IsFullShot>true</IsFullShot>
    <IsPartialShot>true</IsPartialShot>
    <IsPending>1</IsPending>
    <IsZeroShot>true</IsZeroShot>
    <Make>sample string 4</Make>
    <Mileage>12</Mileage>
    <Model>sample string 5</Model>
    <NonDealerWarranty>sample string 20</NonDealerWarranty>
    <PhotoCount>9</PhotoCount>
    <PriceRetail>13</PriceRetail>
    <PriceSale>14</PriceSale>
    <ServiceAvail>sample string 19</ServiceAvail>
    <Stock>sample string 10</Stock>
    <VIN>sample string 2</VIN>
    <WarrantyCoverageType>sample string 21</WarrantyCoverageType>
    <Year>sample string 3</Year>
  </InventoryChartModel>
</ArrayOfInventoryChartModel>