FirstLookServices

<back to all web services

Appraisal

The following routes are available for this service:
POST/{ver}/appraisals/dealers/{dealer}/vins/{vin}

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/Appraisal HTTP/1.1 
Host: api.firstlook.biz 
Content-Type: application/json
Content-Length: length

{"Dealer":0,"Vin":"String","Ver":"String","AppraisalAmount":0,"AppraisalType":"String","Color":"String","TargetGrossProfit":0,"EstimatedRecon":0,"TargetSellingPrice":0,"CopyFlagRequests":null,"BookValuationRequests":null,"MmrVehicle":{"area":"String","trimId":"String","color":"String","grade":"String"},"SalespersonId":0,"UniqueId":"String","ReconNotes":"String","ChromeStyleId":0,"AppraiserName":"String","BuyerName":"String","IsCompleteAppraisal":false,"AppraisalSource":"String","Inspection":[{"inspectionId":"String","inspectionSource":"String","isActive":false}]}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"href":"String","dateCreated":"String","vin":"String","desc":"String","color":"String","appraisalType":"String","appraisalAmount":0,"salespersonId":0,"appraiserName":"String","buyerName":"String","isCompleteAppraisal":false}