ImportDataModel
Field | NULL | Description | Note |
---|---|---|---|
DataModelFileId string | The id of *.bidm file uploaded to the server using the external API (Import & Export) | ||
DestinationTenants array of objects | An array of ImportDataModelTenant objects |
Sample:
{"DataModelFileId":"4ba9b973-629b-458b-94fc-f901dba49852_DatamodelofSystemtenant","DestinationTenants":[{"Name":"YourDestinationTenantName","Mappings":[{"FromConnectionName":"Northwind","FromSchemaName":"dbo","ToConnectionName":"Northwind","ToSchemaName":"dbo"}]}]}