SuperOffice

Links

    SuperOffice API

    Getting access, Developing, Testing

    Back to SuperOffice

    Merge two persons.

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

    Input

    type: object properties: parameters: type: object properties: sourcePersonId: type: string description: >- The identifier for the person which will be merged into the destination person. The source person is deleted/marked retired after the merge. destinationPersonId: type: string description: >- The identifier for the person which will remain after the merge. The target person is updated. moveAfterDate: type: string description: >- Merge activites after this date. Activities before this date are left alone. deleteSource: type: string description: >- If true, the source person will be deleted after the merge. If false, it will have its retired flag set replaceEmptyFieldsOnDestination: type: string description: >- If true, empty fields on destination will be replaced by values from source. SO-AppToken: type: string description: >- The application token that identifies the partner app. Used when calling Online WebAPI from a server. required: - sourcePersonId - destinationPersonId - moveAfterDate title: Parameters