ImportDataModelTenant
| Field | NULL | Description | Note | 
|---|---|---|---|
| Name string | The name of the destination tenant | ||
| Mappings array of objects | An array of ImportDataModelMapping objects | 
Sample:
{"Name":"YourDestinationTenantName","Mappings":[{"FromConnectionName":"Northwind","FromSchemaName":"dbo","ToConnectionName":"Northwind","ToSchemaName":"dbo"}]}