Update an activity

PATCH {{baseUrl}}/activities/:id

Updates the properties of an activity.

Request Body

{"subject"=>"<string>", "type"=>"<string>", "owner_id"=>"<integer>", "deal_id"=>"<integer>", "lead_id"=>"<string>", "person_id"=>"<integer>", "org_id"=>"<integer>", "project_id"=>"<integer>", "due_date"=>"<string>", "due_time"=>"<string>", "duration"=>"<string>", "busy"=>"<boolean>", "done"=>"<boolean>", "location"=>{"value"=>"<string>", "country"=>"<string>", "admin_area_level_1"=>"<string>", "admin_area_level_2"=>"<string>", "locality"=>"<string>", "sublocality"=>"<string>", "route"=>"<string>", "street_number"=>"<string>", "postal_code"=>"<string>"}, "participants"=>[{"person_id"=>"<integer>", "primary"=>"<boolean>"}, {"person_id"=>"<integer>", "primary"=>"<boolean>"}], "attendees"=>[{"email"=>"<string>", "name"=>"<string>", "status"=>"<string>", "is_organizer"=>"<boolean>", "person_id"=>"<integer>", "user_id"=>"<integer>"}, {"email"=>"<string>", "name"=>"<string>", "status"=>"<string>", "is_organizer"=>"<boolean>", "person_id"=>"<integer>", "user_id"=>"<integer>"}], "public_description"=>"<string>", "priority"=>"<integer>", "note"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:{&quot;id&quot;:1,&quot;subject&quot;:&quot;Activity Subject&quot;,&quot;type&quot;:&quot;activity_type&quot;,&quot;owner_id&quot;:1,&quot;is_deleted&quot;:false,&quot;add_time&quot;:&quot;2021-01-01T00:00:00Z&quot;,&quot;update_time&quot;:&quot;2021-01-01T00:00:00Z&quot;,&quot;deal_id&quot;:5,&quot;lead_id&quot;:&quot;abc-def&quot;,&quot;person_id&quot;:6,&quot;org_id&quot;:7,&quot;project_id&quot;:8,&quot;due_date&quot;:&quot;2021-01-01&quot;,&quot;due_time&quot;:&quot;15:00:00&quot;,&quot;duration&quot;:&quot;01:00:00&quot;,&quot;busy&quot;:true,&quot;done&quot;:true,&quot;marked_as_done_time&quot;:&quot;2021-01-01T00:00:00Z&quot;,&quot;location&quot;:{&quot;value&quot;:&quot;123 Main St&quot;,&quot;country&quot;:&quot;USA&quot;,&quot;admin_area_level_1&quot;:&quot;CA&quot;,&quot;admin_area_level_2&quot;:&quot;Santa Clara&quot;,&quot;locality&quot;:&quot;Sunnyvale&quot;,&quot;sublocality&quot;:&quot;Downtown&quot;,&quot;route&quot;:&quot;Main St&quot;,&quot;street_number&quot;:&quot;123&quot;,&quot;postal_code&quot;:&quot;94085&quot;},&quot;participants&quot;:[{&quot;person_id&quot;:1,&quot;primary&quot;:true}],&quot;attendees&quot;:[{&quot;email&quot;:&quot;some@email.com&quot;,&quot;name&quot;:&quot;Some Name&quot;,&quot;status&quot;:&quot;accepted&quot;,&quot;is_organizer&quot;:true,&quot;person_id&quot;:1,&quot;user_id&quot;:1}],&quot;conference_meeting_client&quot;:&quot;google_meet&quot;,&quot;conference_meeting_url&quot;:&quot;https://meet.google.com/abc-xyz&quot;,&quot;conference_meeting_id&quot;:&quot;abc-xyz&quot;,&quot;public_description&quot;:&quot;Public Description&quot;,&quot;priority&quot;:263,&quot;note&quot;:&quot;Note&quot;}}