Skip to content

Instantly share code, notes, and snippets.

@activeprospect-support
Last active November 21, 2016 19:09
Show Gist options
  • Save activeprospect-support/95a02f590fcb7f5bd0cec78a451e68ae to your computer and use it in GitHub Desktop.
Save activeprospect-support/95a02f590fcb7f5bd0cec78a451e68ae to your computer and use it in GitHub Desktop.
{
"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