Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. conDat.Add("_StartTime", customer.Start);
  2. conDat.Add("_EndTime", customer.End);
  3. conDat.Add("_ArrivalWindow", customer.SubStatus);
  4. conDat.Add("_Status", customer.JobType);
  5. conDat.Add("_serviceceoid", customer.ID);
  6. proxy.addCon(KEY, conDat);
  7.  
  8. if (proxy.esGetOptStatus(KEY, customer.Email)==0)
  9. {
  10. proxy.esOptIn(KEY, customer.Email, "");
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement