Touchstone Re 2023 API Reference
SubmitImportCompaniesRequest Class
Members 


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.DataImport.Api Namespace : SubmitImportCompaniesRequest Class
Contains the Business Unit SID and SQL Instance SID to associate with the Touchstone Re companies to import. Additionally, the request contains an ImportOptions object that enables you to configure the import job. For example, the object enables you to specify the path to the company (.cmp) file that contains the company data to import.
Syntax
Public Class SubmitImportCompaniesRequest 
   Inherits AIR.Services.Common.Api.RequestBase
public class SubmitImportCompaniesRequest : AIR.Services.Common.Api.RequestBase 
Remarks

When you export one or more companies in Touchstone Re, the application produces a set of files that includes all the data associated with the companies, for example, company names, reinsurance program information, exposure data, and company loss data. Company loss data may include company loss files (CLFs), detailed loss files (DLFs), and company loss associations (CLAs), which are losses from the Touchstone application that are stored on the AIRCompanyLoss database. You can then import the files into any Touchstone Re environment.

If you attempt to import a company that has the same name as an existing company in the environment, Touchstone Re appends an underscore and a number to the name, for example, CompanyName_1.

Inheritance Hierarchy

System.Object
      AIR.Services.Reinsurance.DataImport.Api.SubmitImportCompaniesRequest

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SubmitImportCompaniesRequest Members
AIR.Services.Reinsurance.DataImport.Api Namespace