Sign in

Update company activity

documented

Updates an activity linked to a company.

PUT /companies/{activitySegmentName}/{activityId}/Companiesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://secure.solve360.com/companies/{{$activitySegmentName}}/{{$activityId}}/" \
  -X PUT \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Basic {{SOLVE360_SECRET}}" \
  -d '{"name": "{{$companyName}}", "website": "{{$website}}", "phone": "{{$phone}}", "email": "{{$email}}", "address": "{{$address}}", "ownership": "{{$ownerId}}", "notes": "{{$notes}}"}' 
Update company activity · solve360 · OpenIntegrations