Touchstone 11.0 API Reference
SubmitImportCompanies Method


Air.Services.Proxy Assembly > (Global) Namespace > ReinsuranceDataImportServiceClient Class : SubmitImportCompanies Method
Contains a SubmitImportCompaniesRequest that specifies the Business Unit SID and SQL Instance SID associated with the companies to import, as well as the ImportOptions object that enables you to configure the import job.
Submits a request to import one or more Touchstone Re companies.

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.

When submitting the request, you specify the path to the company (.cmp) file that contains the company data to import.

Syntax
Public Function SubmitImportCompanies( _
   ByVal request As SubmitImportCompaniesRequest _
) As SubmitImportCompaniesResponse
Dim instance As ReinsuranceDataImportServiceClient
Dim request As SubmitImportCompaniesRequest
Dim value As SubmitImportCompaniesResponse
 
value = instance.SubmitImportCompanies(request)
public SubmitImportCompaniesResponse SubmitImportCompanies( 
   SubmitImportCompaniesRequest request
)

Parameters

request
Contains a SubmitImportCompaniesRequest that specifies the Business Unit SID and SQL Instance SID associated with the companies to import, as well as the ImportOptions object that enables you to configure the import job.

Return Value

A SubmitImportCompaniesResponse that contains the Activity SID that uniquely identifies the asynchronous web service call that you made to submit the import job.
Remarks
To find the Business Unit SID to pass into this method, call the GetBusinessUnits() method.

To find the SQL Instance SID to pass into this method, call the GetSqlInstances() method.

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

ReinsuranceDataImportServiceClient Class
ReinsuranceDataImportServiceClient Members