Touchstone 11.0 API Reference
VerifyChinaExposure Method


Air.Services.Proxy Assembly > (Global) Namespace > ReinsuranceDataImportServiceClient Class : VerifyChinaExposure Method
Contains a VerifyChinaExposureRequest that specifies the Business Unit SID and SQL Instance SID to associate with the exposure data to validate, as well as the VerifyOptions object that enables you to configure the validation job.
Validates the exposure data for mainland China contained in one comma-separated values (CSV) file.

If you license China perils, you can import exposure data for mainland China in CSV format at the province or city resolution. Touchstone Re enables you to validate the exposure data before you attempt to import it.

You can validate only one file at a time. For guidance on formatting exposure data for mainland China, see the Touchstone Re online help.

When submitting the request, you specify the path to the CSV file that contains the exposure data to validate.

Syntax
Public Function VerifyChinaExposure( _
   ByVal request As VerifyChinaExposureRequest _
) As VerifyChinaExposureResponse
Dim instance As ReinsuranceDataImportServiceClient
Dim request As VerifyChinaExposureRequest
Dim value As VerifyChinaExposureResponse
 
value = instance.VerifyChinaExposure(request)
public VerifyChinaExposureResponse VerifyChinaExposure( 
   VerifyChinaExposureRequest request
)

Parameters

request
Contains a VerifyChinaExposureRequest that specifies the Business Unit SID and SQL Instance SID to associate with the exposure data to validate, as well as the VerifyOptions object that enables you to configure the validation job.

Return Value

A VerifyChinaExposureResponse that contains the results of the validation 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