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 ContactActivity : Carrier
public ContactActivity()
[JsonIgnore] public ContactAction? Action { get; set; }
public virtual int ActionId { get; set; }
public virtual DateTime ActionTime { get; set; }
[JsonProperty("Action")] public string Action_String { get; set; }
public virtual int ActivityPersonId { get; set; }
public virtual string ActivityPersonName { get; set; }
public virtual string AssociateFullName { get; set; }
public virtual int AssociateId { get; set; }
public virtual string Category { get; set; }
public virtual int ContactId { get; set; }
public virtual string Department { get; set; }
public virtual string Name { get; set; }
public virtual string OrgNr { get; set; }
public virtual int PersonId { get; set; }
public virtual string URL { get; set; }
Was this page helpful?