Skip to content

Files

Latest commit

eb30cbc · Feb 10, 2025

History

History
27 lines (24 loc) · 1.97 KB

ActivityRequestBody.md

File metadata and controls

27 lines (24 loc) · 1.97 KB

# ActivityRequestBody

Properties

Name Type Description Notes
subject string The subject of the activity [optional]
type string The type of the activity [optional]
owner_id int The ID of the user who owns the activity [optional]
deal_id int The ID of the deal linked to the activity [optional]
lead_id string The ID of the lead linked to the activity [optional]
person_id int The ID of the person linked to the activity [optional]
org_id int The ID of the organization linked to the activity [optional]
project_id int The ID of the project linked to the activity [optional]
due_date string The due date of the activity [optional]
due_time string The due time of the activity [optional]
duration string The duration of the activity [optional]
busy bool Whether the activity marks the assignee as busy or not in their calendar [optional]
done bool Whether the activity is marked as done or not [optional]
location \Pipedrive\versions\v2\Model\ActivityItemLocation [optional]
participants \Pipedrive\versions\v2\Model\ActivityItemParticipants[] The participants of the activity [optional]
attendees \Pipedrive\versions\v2\Model\ActivityItemAttendees[] The attendees of the activity [optional]
public_description string The public description of the activity [optional]
priority int The priority of the activity. Mappable to a specific string using activityFields API. [optional]
note string The note of the activity [optional]

[Back to Model list] [Back to API list] [Back to README]