Skip to content

Instantly share code, notes, and snippets.

@xavierzwirtz
Created October 28, 2019 21:29
Show Gist options
  • Save xavierzwirtz/347ca3b790ea29222f1882ecf8864c6e to your computer and use it in GitHub Desktop.
Save xavierzwirtz/347ca3b790ea29222f1882ecf8864c6e to your computer and use it in GitHub Desktop.
$.post(
'https://acecontrols.leadmethod.com/submitLeads/5d9e4a1d7c2a4378a4f79f2e',
<% (New JObject() From {
{"Address", LastCart.Bill_To_Addr_1},
{"Address 2", LastCart.Bill_To_Addr_2},
{"City", LastCart.Bill_To_City},
{"State", LastCart.Bill_To_State},
{"Zip Code", LastCart.Bill_To_Zip},
{"Country", LastCart.Bill_To_Country},
{"Comments", LastCart.Ord_No},
{"Company", ""},
{"Email", LastCart.Ordered_ByEmail},
{"Fax", ""},
{"First Name", LastCart.User.FName},
{"Name", LastCart.User.Name},
{"Last Name", LastCart.User.LName},
{"Phone", LastCart.Phone_NoCalculated},
{"ID", LastCart.Cus_No}
}).ToString() %> );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment