public ActionResult SendLeadToAdmin(int id) { CaptureService _capture = new CaptureService(); // var id = _captureService.NewAdminLeadCapture(lead, "http://localhost:3431/dataConverstion/capture"); // var id = _captureService.NewAdminLeadCapture(lead, "https://api.websearchmedia.co.uk/dataConverstion/capture"); if (id > 0) { var returnid = _capture.LeadTransfer("https://api.websearchmedia.co.uk/dataConverstion/LeadTransfer?leadId=" + id); } return(View()); }