Skip to main content
Add Remove Contact Selection Member Interests

Headers

SO-AppToken
string

The application token that identifies the partner app. Used when calling Online WebAPI from a server.

Query Parameters

$select
string

Optional comma separated list of properties to include in the result. Other fields are then nulled out to reduce payload size: "Name,department,category". Default = show all fields.

Body

SelectionId, AddCompanyInterests, RemoveCompanyInterests, AddContactInterests, RemoveContactInterests

AddRemoveContactSelectionMemberInterests: Adds or removes interests on companies and persons in a selection.

SelectionId
integer<int32>
AddCompanyInterests
integer<int32>[]
RemoveCompanyInterests
integer<int32>[]
AddContactInterests
integer<int32>[]
RemoveContactInterests
integer<int32>[]

Response

204

No Content