ChargebeeAPI

Business entity transfers

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

Sample Business entity transferJSON

Business entity transfers attributes

id
required, string, max chars=50

Unique identifier of the business_entity_transfer. Chargebee automatically generates this.

resource_type
required, enumerated string

The type of the resource that was transferred.

Possible Enum Values
customer

Represents the transfer of a customer resource.

subscription

Represents the transfer of a subscriptions resource linked to a customer resource.

resource_id
required, string, max chars=50

The id of the deprecated version of the resource. This is the resource linked to the source business_entity .

active_resource_id
required, string, max chars=50

The id of the active version of the resource. This is the resource linked to the destination business_entity .

destination_business_entity_id
required, string, max chars=50

The unique identifier of the business_entity to which the resource has been transferred.

source_business_entity_id
required, string, max chars=50

The unique identifier of the business_entity from which the resource has been transferred.

reason_code
required, enumerated string

The reason for transferring the resource to another business entity.

Possible Enum Values
correction

Correction of a wrongly assigned business entity.

created_at
required, timestamp(UTC) in seconds

Timestamp indicating when this business entity transfer record was created.