Skip to main content
Perform Needed Category Update

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

PersonId, ContactId, CategoryId, Setting

PerformNeededCategoryUpdate: Does the actual update of the category. Ask the user first, if user confirmed yes, do automatically update category, this call will do that actual update

PersonId
integer<int32>
ContactId
integer<int32>
CategoryId
integer<int32>
Setting
object

Carrier for an automated category update setting. Carrier object for AutomatedCategoryUpdate. Services for the AutomatedCategoryUpdate Carrier is available from the List Agent.

Response

204

No Content