FirstLookServices

<back to all web services

SaveAppraisal

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

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

{"Dealer":0,"Vin":"String","AppraisalId":0,"Ver":"String","AppraisalSource":"String","MemberId":0,"RequestSource":"String","AppraisalRequest":{"appraisalId":0,"customer":{"customerOffer":0,"customerFirstName":"String","customerLastName":"String","customerPhone":"String","customerEmail":"String"},"stockNumber":"String","appraisalActionTypeId":0,"appraiserOrBuyerId":0,"photoUrl":[{"photoUrl":"String","wide127Url":"String","sequenceNo":0,"copyFlag":false}],"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}]},"User":"String","DateCreated":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"message":"String","appraisalId":0}