AckdbTransferBookRequest

Transfer a member's book (companies + contacts) to another member (#252). Destination by toMemberId OR toEmail. all:true moves the whole book; otherwise list entityIds/contactIds.

Properties

toMemberIdstring

Destination member id (mutually exclusive with toEmail).

toEmailstring

Destination member email — resolves-or-creates.

namestring

Used only when creating the destination member by a new email.

titlestring

Used only when creating the destination member by a new email.

entityIdsarray of

Subset of companies to move.

string
contactIdsarray of

Subset of contacts to move.

string
allboolean

true = move the member's entire active book.

sourcestring

Provenance tag (default 'manual').

Example

AckdbTransferBookRequest example
{
  "toMemberId": "string",
  "toEmail": "string",
  "name": "string",
  "title": "string",
  "entityIds": [
    "string"
  ],
  "contactIds": [
    "string"
  ],
  "all": false,
  "source": "string"
}