business_entity_transfer encapsulates the details of the movement of a resource (such as customer and subscription) from one business entity to another.

Columns

No match found

id string, not null
Primary Key
Unique identifier of the business_entity_transfer record.

active_resource_id string, not null
Unique identifier of the active version of the table linked to the destination business entity.

created_at timestamp, not null
Timestamp indicating when this business entity transfer record was created.

destination_business_entity_id string, not null
Unique identifier of the destination business entity to which the table data was transferred.

reason_code string, not null
The reason for transferring table data to another business entity. Possible values are:
  • correction: Correction of a wrongly assigned business entity.

resource_id string, not null
Unique identifier of the deprecated version of the table linked to the source business entity.

resource_type string, not null
Type of the table that was transferred. Possible values are:

source_business_entity_id string, not null