Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 2.63 KB

ActivityPutObject.md

File metadata and controls

35 lines (23 loc) · 2.63 KB

Pipedrive.ActivityPutObject

Properties

Name Type Description Notes
dueDate Date Due date of the Activity. Format: YYYY-MM-DD [optional]
dueTime String Due time of the Activity in UTC. Format: HH:MM [optional]
duration String Duration of the Activity. Format: HH:MM [optional]
dealId Number The ID of the Deal this Activity is associated with [optional]
personId Number The ID of the Person this Activity is associated with [optional]
orgId Number The ID of the Organization this Activity is associated with [optional]
note String Note of the Activity (HTML format) [optional]
location String The address of the Activity. Pipedrive will automatically check if the location matches a geo-location on Google maps. [optional]
publicDescription String Additional details about the Activity that is synced to your external calendar. Unlike the note added to the Activity, the description is publicly visible to any guests added to the Activity. [optional]
subject String Subject of the Activity [optional]
type String Type of the Activity. This is in correlation with the key_string parameter of ActivityTypes. [optional]
userId Number The ID of the User whom the Activity is assigned to [optional]
participants [Object] List of multiple Persons (participants) this Activity is associated with. It requires a structure as follows: [{"person_id":1,"primary_flag":true}] [optional]
busyFlag Boolean Set the Activity as 'Busy' or 'Free'. If the flag is set to true, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset by never setting it or overriding it with null. When the value of the flag is unset (null), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time. [optional]
attendees [Object] Attendees of the Activity. This can be either your existing Pipedrive contacts or an external email address. It requires a structure as follows: [{"email_address":"[email protected]"}] or [{"person_id":1, "email_address":"[email protected]"}] [optional]
done NumberBoolean Whether the Activity is done or not. 0 = Not done, 1 = Done [optional]

Enum: BusyFlagEnum

  • true (value: "true")

  • false (value: "false")