Import data

When the JSON files are prepared, you can import them to the Tuum environment.

Rules for data migration

The main rules for data import are the following:

circle-exclamation

Therefore, the data migration must be completed in the following order:

  1. Migrate persons,

  2. Migrate accounts,

  3. Migrate transactions,

Migrate data

To migrate data, use the import data API callarrow-up-right.

api/v2/import

The following parameters are required when calling the import data API endpoint.

Parameter name
Format / location
Description

sourceName

string

query

The name of the application from which you are importing data. For example my_old_customer_data_application

sourceRef

string

query

The unique sequence number of the imported data batch. For example 00123

x-leaf-tenant-code

string

header

The name of the target leaf tenant in Tuum where the data will be imported. For example my_target_leaf_tenant

The request content should presented in the multipart/form-data form.

Sample request

Processing of migrated data

Tuum system returns a 202 response when it has successfully received the data import file.

During subsequent asynchronous processing, Tuum performs multiple checks and validations. To ensure the data import process reaches one of the following final statuses: DONE, PARTIALLY_DONE, ERROR, or DISCARDED, do the following:

Last updated

Was this helpful?