WebApi

<back to all web services

WindowStickerDownloadRequest

The following routes are available for this service:
POST, PUT/rooftops/{VirtualRooftopId}/windowstickers/{WindowStickerId}/downloadGenerate and return a window sticker PDF.Use charset specified in the Content-Type header to save the file.
OPTIONS/rooftops/{VirtualRooftopId}/windowstickers/{WindowStickerId}/download

To override the Content-type in your clients HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/reply/WindowStickerDownloadRequest HTTP/1.1 
Host: api.homenetiol.com 
Content-Type: application/json
Content-Length: length

{"VirtualRooftopId":0,"WindowStickerId":0,"Vehicles":[{"CachedVehicleId":0,"VIN":"String","StockNumber":"String","Year":0,"Make":"String","Model":"String","Trim":"String","Miles":0,"EngineDescription":"String","Transmission":"String","TransmissionDescription":"String","ExteriorGenericColor":"String","ExteriorColorDescription":"String","InteriorColorDescription":"String","HighwayMilesPerGallon":0,"CityMilesPerGallon":0,"SellingPrice":0,"CustomPrice1":0,"CustomPrice2":0,"CustomPrice3":0,"DateInStock":"\/Date(-62135596800000-0000)\/","DealerCertified":false,"DefaultBookValue":0,"DriveType":"String","EngineAspirationType":"String","EngineBlockType":"String","EngineCylinderCount":0,"EngineDisplacement":"String","FuelType":"String","OEMCertifiedInspectionChecklistNumber":"String","InServiceDate":"\/Date(-62135596800000-0000)\/","InteriorGenericColor":"String","InteriorUpholstery":"String","InternetPrice":0,"InternetSpecialMonthlyPayment":0,"InvoiceAmount":0,"ManufacturerCertificationNumber":"String","ModelNumber":"String","MSRP":0,"StyleDescription":"String","TransmissionSpeed":0,"TransmissionTypeCode":"String","VehicleCondition":"New","ILotId":0,"CategorizedEquipment":[{"Category":"Uncategorized","Description":"String"}],"TextCode":"String"}],"ImagePaths":["String"],"BuyersGuideOptions":[{"Id":0,"Text":"String"}],"ILotStickerDealerInfo":[{"ILotId":0,"DealerName":"String","DealerAddress1":"String","DealerAddress2":"String","DealerCity":"String","DealerState":"String","DealerStateName":"String","DealerZip":"String","Phone":"String","Fax":"String"}]}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"Options":{}}