Touchstone Re 2023 API Reference
AIR.Services.Reinsurance.DataImport.Api Namespace
Inheritance Hierarchy
Air.Services.Proxy Assembly : AIR.Services.Reinsurance.DataImport.Api Namespace
Contains the requests and responses for Touchstone® Re Data Import.
Classes
 ClassDescription
ClassContains the Business Unit SID and SQL Instance SID to associate with the exposure data to import and disaggregate. Additionally, the request contains an ImportOptions object that enables you to configure the import job. For example, you use the object to specify the path to the comma-separated values (CSV) file that contains the exposure data.
ClassContains the results of the import job that you requested using the ImportChinaExposure() method.
ClassContains the Business Unit SID and SQL Instance SID to associate with the Reinsurance Program data to import and disaggregate. Additionally, the request contains an ImportOptions object that enables you to configure the import job. For example, you use the object to specify the path to the comma-separated values (CSV) file that contains the program data.
ClassContains the results of the import job that you requested using the ImportChinaProgram() method.
ClassContains the Business Unit SID and SQL Instance SID to associate with the company loss file (CLF) file to combine. Additionally, the request contains an EviFilePaths list object that enables you to configure the combine CLF job. For example, the object enables you to specify the path to the CLF (.evi) to combine.
ClassContains the response to the asynchronous web service call that you made to combine a set of company loss files (CLFs) using the SubmitCombineClfs() method.
ClassContains the Business Unit SID and SQL Instance SID associated with the Touchstone Re Company to copy.

Additionally, the request contains a CopyOptions object that enables you to configure the copy job. For example, the object enables you to indicate whether to copy all the programs associated with the company.

ClassContains the response to the asynchronous web service call that you made to copy a Touchstone Re company using the SubmitCopyCompany() method.
ClassContains the Business Unit SID and SQL Instance SID to associate with the CATRADER 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 XML file that contains the company data to import.
ClassContains the response to the asynchronous web service call that you made to import one or more CATRADER companies using the SubmitImportCATRADERCompany() method.
ClassContains the Business Unit SID and SQL Instance SID to associate with the company loss file (CLF) file 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 CLF (.evi) to import.
ClassContains the response to the asynchronous web service call that you made to import a company loss file (CLF) using the SubmitImportClf() method.
ClassContains 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.
ClassContains the response to the asynchronous web service call that you made to import one or more Touchstone Re companies using the SubmitImportCompanies() method.
ClassContains the Business Unit SID and SQL Instance SID to associate with the UNICEDE/2 file 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 UNICEDE/2 file to import and the Touchstone Re company to associate with the file.
ClassContains the response to the asynchronous web service call that you made to import a UNICEDE/2 file using the SubmitImportUnicede2() method.
ClassContains the Business Unit SID and SQL Instance SID to associate with the exposure data to validate. Additionally, the request contains a VerifyOptions object that enables you to configure the validation job. For example, you use the object to specify the path to the comma-separated values (CSV) file that contains the exposure data.
ClassContains the results of the validation job that you requested using the VerifyChinaExposure() method. Additionally, the response includes the total number of records that you submitted and the number of records that the application deemed valid.
ClassContains the Business Unit SID and SQL Instance SID to associate with the Reinsurance Program data to validate. Additionally, the request contains a VerifyOptions object that enables you to configure the validation job. For example, you use the object to specify the path to the comma-separated values (CSV) file that contains the program data.
ClassContains the results of the validation job that you requested using the VerifyChinaProgram() method. Additionally, the response includes the total number of records that you submitted and the number of records that the application deemed valid.
See Also

Reference

Air.Services.Proxy Assembly