ActivityResponse Class

Definition

Response for When a new activity is added

public class ActivityResponse
type ActivityResponse = class
Public Class ActivityResponse
Inheritance
ActivityResponse

Constructors

Name Description
ActivityResponse()

Properties

Name Description
ActivityId

Unique id of the activity.

AssignedTo

User id of user whom the activity is assigned to.

CompletedDateTime

yyyy-MM-ddTHH:mm:ss.fffZ

ContactId

Id of person the activity is associated with.

ContactName

Name of person the activity is associated with.

CreatedBy

User id of user that created the activity.

CreatedDateTime

yyyy-MM-ddTHH:mm:ss.fffZ

DealId

Id of deal the activity is associated with.

DealTitle

Title of deal the activity is associated with.

DueDate

YYYY-MM-DD

DueTime

HH:MM

Duration

HH:MM

GoogleCalendarEventId

Id of the google calendar event.

GoogleCalendarId

Id of the google calendar.

IsDone

0 = Not done, 1 = Done

Note

Note of the activity (HTML format).

OrganizationId

Id of organization the activity is associated with.

OrganizationName

Name of organization the activity is associated with.

OwnerName

Name of the activity owner.

Subject

Subject of the activity.

Type

Type of the activity.

UpdatedDateTime

yyyy-MM-ddTHH:mm:ss.fffZ

UserId

Id of the user whom the activity is assigned to.

Applies to