Last active
November 21, 2016 19:09
-
-
Save activeprospect-support/95a02f590fcb7f5bd0cec78a451e68ae to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"lead" : { | |
"Acode" : "D80731", | |
"FirstName" : "**first_name**", | |
"LastName" : "**last_name**", | |
"HSGraduationYear" : "**graduation_year**", | |
}, | |
"phones" : [{ | |
"PhoneNumber" : "**phone_1**", | |
"PhoneType" : "3" | |
}, { | |
"PhoneNumber" : "**phone_2**", | |
"PhoneType" : "1" | |
} | |
], | |
"leadEmail" : "**email**", | |
"address" : { | |
"Line1" : "**address_1**", | |
"City" : "**city**", | |
"State" : "**state**", | |
"Country" : "US", | |
"Zip" : "**postal_code**" | |
}, | |
"passcode" : "cjdujwofpf", | |
"programTypeCode" : "**program_of_interest**" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment