Last active
July 22, 2016 15:41
-
-
Save joshlsullivan/5ba82739082ef6faa2b97cc4c7e49ba0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<?adf version="1.0"?> | |
<adf> | |
<prospect> | |
<requestdate>2000-03-30T15:30:20-08:0</requestdate> | |
<vehicle> | |
<year>2008</year> | |
<make>Make</make> | |
<model>Model</model> | |
</vehicle> | |
<customer> | |
<contact> | |
<name part="first">First</name> | |
<name part="last">Last</name> | |
<phone>323-223-3322</phone> | |
<email>emailaddress</email> | |
</contact> | |
</customer> | |
<vendor> | |
<contact> | |
<name part="full">Dealer Name</name> | |
</contact> | |
</vendor> | |
</prospect> | |
</adf> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment