<?xml version="1.0" encoding="UTF-8"?> <?ADF VERSION="1.0"?> <adf> <prospect> <id source="Cruise">Cruise</id> <requestdate></requestdate> <vehicle interest="buy" status="new"> <id></id> <year></year> <make></make> <model></model> <trim></trim> <doors></doors> <bodystyle></bodystyle> <transmission></transmission> <colorcombination> <exteriorcolor></exteriorcolor> <preference></preference> </colorcombination> <pricecomments></pricecomments> <option> <optionname></optionname> <manufacturercode></manufacturercode> <price type="msrp"></price> </option> <finance> <method></method> <amount></amount> </finance> </vehicle> <customer> <contact> <name part="first">{first_name}</name> <name part="last">{last_name}</name> <email preferredcontact="0">{email}</email> <phone type="voice" time="nopreference" preferredcontact="1">{phone}</phone> <address> <street line="1"></street> <city></city> <regioncode></regioncode> <postalcode></postalcode> </address> </contact> <comments> Appointment Type: {appointment_type}, Dealership: {dealership}, Date of Appointment: {date}, Time of Appointment: {time} , Additional Comments: {additional_comments} </comments> </customer> <vendor> <id source="191:ADF XML"/> <id source="AdditionalEmails"/> <id source="DealerId">1230006353</id> <vendorname>Kramer Chevrolet</vendorname> <contact> <name part="full" type="individual"/> <email preferredcontact="0">manager@kramerchevgmc.com</email> <phone preferredcontact="0" time="nopreference" type="voice">+19366309214</phone> <address> <street line="1"></street> <city>Livingston</city> <regioncode>TX</regioncode> <postalcode></postalcode> </address> </contact> </vendor> <provider> <name part="full">Kramer Chevrolet Cruise Lead</name> <service></service> </provider> <leadtype>Sales</leadtype> </prospect> </adf>