GET api/Reports/GetChartDetails?licenseid={licenseid}&dealerId={dealerId}&type={type}
Documentation for 'GetChartDetails'.
Request Information
Parameters
| Name | Description | Additional 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",
"TrimLevel": "sample string 3",
"Year": "sample string 4",
"Make": "sample string 5",
"Model": "sample string 6",
"ExtColor": "sample string 7",
"DealerId": "sample string 8",
"Has360Photo": true,
"PhotoCount": 10,
"Stock": "sample string 11",
"BodyType": "sample string 12",
"Mileage": 13,
"PriceRetail": 14.0,
"PriceSale": 15.0,
"Cost": 16.0,
"IsZeroShot": true,
"IsPartialShot": true,
"IsFullShot": true,
"ServiceAvail": "sample string 20",
"NonDealerWarranty": "sample string 21",
"WarrantyCoverageType": "sample string 22",
"IsPending": 1
},
{
"InventoryId": "sample string 1",
"VIN": "sample string 2",
"TrimLevel": "sample string 3",
"Year": "sample string 4",
"Make": "sample string 5",
"Model": "sample string 6",
"ExtColor": "sample string 7",
"DealerId": "sample string 8",
"Has360Photo": true,
"PhotoCount": 10,
"Stock": "sample string 11",
"BodyType": "sample string 12",
"Mileage": 13,
"PriceRetail": 14.0,
"PriceSale": 15.0,
"Cost": 16.0,
"IsZeroShot": true,
"IsPartialShot": true,
"IsFullShot": true,
"ServiceAvail": "sample string 20",
"NonDealerWarranty": "sample string 21",
"WarrantyCoverageType": "sample string 22",
"IsPending": 1
},
{
"InventoryId": "sample string 1",
"VIN": "sample string 2",
"TrimLevel": "sample string 3",
"Year": "sample string 4",
"Make": "sample string 5",
"Model": "sample string 6",
"ExtColor": "sample string 7",
"DealerId": "sample string 8",
"Has360Photo": true,
"PhotoCount": 10,
"Stock": "sample string 11",
"BodyType": "sample string 12",
"Mileage": 13,
"PriceRetail": 14.0,
"PriceSale": 15.0,
"Cost": 16.0,
"IsZeroShot": true,
"IsPartialShot": true,
"IsFullShot": true,
"ServiceAvail": "sample string 20",
"NonDealerWarranty": "sample string 21",
"WarrantyCoverageType": "sample string 22",
"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 12</BodyType>
<Cost>16</Cost>
<DealerId>sample string 8</DealerId>
<ExtColor>sample string 7</ExtColor>
<Has360Photo>true</Has360Photo>
<InventoryId>sample string 1</InventoryId>
<IsFullShot>true</IsFullShot>
<IsPartialShot>true</IsPartialShot>
<IsPending>1</IsPending>
<IsZeroShot>true</IsZeroShot>
<Make>sample string 5</Make>
<Mileage>13</Mileage>
<Model>sample string 6</Model>
<NonDealerWarranty>sample string 21</NonDealerWarranty>
<PhotoCount>10</PhotoCount>
<PriceRetail>14</PriceRetail>
<PriceSale>15</PriceSale>
<ServiceAvail>sample string 20</ServiceAvail>
<Stock>sample string 11</Stock>
<TrimLevel>sample string 3</TrimLevel>
<VIN>sample string 2</VIN>
<WarrantyCoverageType>sample string 22</WarrantyCoverageType>
<Year>sample string 4</Year>
</InventoryChartModel>
<InventoryChartModel>
<BodyType>sample string 12</BodyType>
<Cost>16</Cost>
<DealerId>sample string 8</DealerId>
<ExtColor>sample string 7</ExtColor>
<Has360Photo>true</Has360Photo>
<InventoryId>sample string 1</InventoryId>
<IsFullShot>true</IsFullShot>
<IsPartialShot>true</IsPartialShot>
<IsPending>1</IsPending>
<IsZeroShot>true</IsZeroShot>
<Make>sample string 5</Make>
<Mileage>13</Mileage>
<Model>sample string 6</Model>
<NonDealerWarranty>sample string 21</NonDealerWarranty>
<PhotoCount>10</PhotoCount>
<PriceRetail>14</PriceRetail>
<PriceSale>15</PriceSale>
<ServiceAvail>sample string 20</ServiceAvail>
<Stock>sample string 11</Stock>
<TrimLevel>sample string 3</TrimLevel>
<VIN>sample string 2</VIN>
<WarrantyCoverageType>sample string 22</WarrantyCoverageType>
<Year>sample string 4</Year>
</InventoryChartModel>
<InventoryChartModel>
<BodyType>sample string 12</BodyType>
<Cost>16</Cost>
<DealerId>sample string 8</DealerId>
<ExtColor>sample string 7</ExtColor>
<Has360Photo>true</Has360Photo>
<InventoryId>sample string 1</InventoryId>
<IsFullShot>true</IsFullShot>
<IsPartialShot>true</IsPartialShot>
<IsPending>1</IsPending>
<IsZeroShot>true</IsZeroShot>
<Make>sample string 5</Make>
<Mileage>13</Mileage>
<Model>sample string 6</Model>
<NonDealerWarranty>sample string 21</NonDealerWarranty>
<PhotoCount>10</PhotoCount>
<PriceRetail>14</PriceRetail>
<PriceSale>15</PriceSale>
<ServiceAvail>sample string 20</ServiceAvail>
<Stock>sample string 11</Stock>
<TrimLevel>sample string 3</TrimLevel>
<VIN>sample string 2</VIN>
<WarrantyCoverageType>sample string 22</WarrantyCoverageType>
<Year>sample string 4</Year>
</InventoryChartModel>
</ArrayOfInventoryChartModel>