Validates the
Reinsurance Program data for mainland China contained in one comma-separated values (CSV) file.
If you license the China multiple peril crop insurance (MPCI) peril, you can import program data for mainland China in CSV format at the province or city resolution. Touchstone Re enables you to validate the program data before you attempt to import it.
You can validate only one file at a time. For guidance on formatting program 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 program data to validate.
Public Function VerifyChinaProgram( _
ByVal As VerifyChinaProgramRequest _
) As VerifyChinaProgramResponse
Dim instance As ReinsuranceDataImportServiceClient
Dim request As VerifyChinaProgramRequest
Dim value As VerifyChinaProgramResponse
value = instance.VerifyChinaProgram(request)
public VerifyChinaProgramResponse VerifyChinaProgram(
VerifyChinaProgramRequest
)
Parameters
- request
- Contains a VerifyChinaProgramRequest that specifies the Business Unit SID and SQL Instance SID to associate with the program 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.
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