Skip to main content
Move

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, DestinationContactId, MoveAfterDate

Move: Move a person to a specified contact. You must specify the date after which activities will be moved along with the person.

PersonId
integer<int32>
DestinationContactId
integer<int32>
MoveAfterDate
string<date-time>

Response

204

No Content