Touchstone Re 2023 API Reference
SubmitCompaniesExport Method


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

When you export one or more companies, Touchstone Re generates an export package in the destination folder that you specify. The export package includes:

Syntax
Public Function SubmitCompaniesExport( _
   ByVal request As SubmitCompaniesExportRequest _
) As SubmitCompaniesExportResponse
Dim instance As ReinsuranceCompaniesExportClient
Dim request As SubmitCompaniesExportRequest
Dim value As SubmitCompaniesExportResponse
 
value = instance.SubmitCompaniesExport(request)

Parameters

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

Return Value

A SubmitCompaniesExportResponse that contains the Activity SID that uniquely identifies the asynchronous web service call that you made to submit the export 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.

To find the Company SIDs to pass into this method, use the GetCompanies() 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

ReinsuranceCompaniesExportClient Class
ReinsuranceCompaniesExportClient Members