ActivityResponse.ContactId Property

Definition

Id of person the activity is associated with.

[System.Text.Json.Serialization.JsonPropertyName("person_id")]
public int? ContactId { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("person_id")>]
member this.ContactId : Nullable<int> with get, set
Public Property ContactId As Nullable(Of Integer)

Property Value

Attributes

Applies to