Skip to content

Instantly share code, notes, and snippets.

@activeprospect-support
Created November 21, 2016 19:04
Show Gist options
  • Save activeprospect-support/00026880a526fa72b34b6b55fe981474 to your computer and use it in GitHub Desktop.
Save activeprospect-support/00026880a526fa72b34b6b55fe981474 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<root>
<lead>
<Acode>D80731</Acode>
<FirstName>**first_name**</FirstName>
<LastName>**last_name**</LastName>
<HSGraduationYear>** graduation_year **</HSGraduationYear>
</lead>
<phones>
<PhoneNumber>**phone_1**</PhoneNumber>
<PhoneType>3</PhoneType>
</phones>
<phones>
<PhoneNumber>**phone_2**</PhoneNumber>
<PhoneType>1</PhoneType>
</phones>
<leadEmail>**email**</leadEmail>
<address>
<Line1>**address_1**</Line1>
<City>**city**</City>
<State>**state**</State>
<Country>US</Country>
<Zip>**postal_code**</Zip>
</address>
<passcode>cjdujwofpf</passcode>
<programTypeCode>**program_of_interest**</programTypeCode>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment