Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class Appointment_GenerateLeadRequest
public Appointment_GenerateLeadRequest()
public int AssociateIdForNewContact { get; set; }
public string CreatorsContact { get; set; }
public string CreatorsFirstname { get; set; }
public string CreatorsLastname { get; set; }
public string LeadContact { get; set; }
public string LeadDescription { get; set; }
public string LeadPersonEmail { get; set; }
public string LeadPersonFirstname { get; set; }
public string LeadPersonLastname { get; set; }
public string LeadPhoneNumber { get; set; }
public string Relation { get; set; }
public int RelationId { get; set; }
Was this page helpful?