SuperOffice

Links

    SuperOffice API

    Getting access, Developing, Testing

    Back to SuperOffice

    Move a person to a specified contact.

    You must specify the date after which activities will be moved along with the person.

    Input

    type: object properties: parameters: type: object properties: personId: type: string description: The identifier for the person destinationContactId: type: string description: The identifier for the contact which the person will be moved to moveAfterDate: type: string description: >- Move activites after this date. Activities before this date are left alone. SO-AppToken: type: string description: >- The application token that identifies the partner app. Used when calling Online WebAPI from a server. required: - personId - destinationContactId - moveAfterDate title: Parameters