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
toMemberIdstringDestination member id (mutually exclusive with toEmail).
toEmailstringDestination member email — resolves-or-creates.
namestringUsed only when creating the destination member by a new email.
titlestringUsed only when creating the destination member by a new email.
entityIdsarray ofSubset of companies to move.
string
contactIdsarray ofSubset of contacts to move.
string
allbooleantrue = move the member's entire active book.
sourcestringProvenance tag (default 'manual').
Example
AckdbTransferBookRequest example
{
"toMemberId": "string",
"toEmail": "string",
"name": "string",
"title": "string",
"entityIds": [
"string"
],
"contactIds": [
"string"
],
"all": false,
"source": "string"
}