v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBb) Tenant Configuration & Onboarding
Migrate data into a tenant
Runs a background data migration for the tenant. Returns a correlation ID to track progress. The mode field controls the migration type; the data format in the entries field depends on the mode.
post/eclipse-conductor/rest/v1/tenants/{tenantId}/data-migrations
Path parameters
tenantIdinteger required
Query parameters
callbackUrlstring
Request body
Example request
{
"entries": [
{
"card": {
"expiry": "2022-03-10T12:15:50-04:00"
},
"customer": {
"nextMandatoryKycDate": "2022-03-10T12:15:50-04:00"
}
}
]
}Response
OK