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 .jsv suffix or ?format=jsv

HTTP + JSV

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

POST /jsv/reply/Appraisal HTTP/1.1 
Host: api.firstlook.biz 
Content-Type: text/jsv
Content-Length: length

{
	Dealer: 0,
	Vin: String,
	Ver: String,
	AppraisalAmount: 0,
	AppraisalType: String,
	Color: String,
	TargetGrossProfit: 0,
	EstimatedRecon: 0,
	TargetSellingPrice: 0,
	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: text/jsv
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
}