Created
October 28, 2019 21:29
-
-
Save xavierzwirtz/347ca3b790ea29222f1882ecf8864c6e 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
$.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