Touchstone Re 2023 API Reference
SubmitCopyCompanyRequest XML
Reference > Requests as XML > Requests > Reinsurance Data Import > SubmitCopyCompanyRequest XML
SubmitCopyCompanyRequest
Copy Code
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing">
  <s:Header>
    <a:Action s:mustUnderstand="1">AIR.Services.Reinsurance.CompanyManagementService.Api/ICompanyManagementService/SubmitCopyCompany</a:Action>
    <a:MessageID>urn:uuid:aff57bbc-51ee-4c6c-9a49-86b377be3f3a</a:MessageID>
    <a:ReplyTo>
      <a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
    </a:ReplyTo>
    <a:To s:mustUnderstand="1">https://[ServerAddress]/FEP/AirServiceFacade.svc</a:To>
  </s:Header>
  <s:Body>
        <SubmitCopyCompany xmlns="AIR.Services.Reinsurance.DataImportService.Api">
            <request xmlns="AIR.Services.Reinsurance.DataImport.Api" xmlns:i="http://www.w3.org/2001/XMLSchema-instance>
                <BusinessUnitSid xmlns="AIR.Services.Common.Api">2</BusinessUnitSid>
                <LicenseUid xmlns="AIR.Services.Common.Api">00000000-0000-0000-0000-000000000000</LicenseUid>
                <Product i:nil="true" xmlns="AIR.Services.Common.Api"/>
                <RequestUid xmlns="AIR.Services.Common.Api">00000000-0000-0000-0000-000000000000</RequestUid>
                <SqlInstanceSid xmlns="AIR.Services.Common.Api">1</SqlInstanceSid>
                <CopyOptions xmlns:a="AIR.Services.Reinsurance.DataImport.Data">
                    <a:CompanyLossFileSuffix>Suffix</a:CompanyLossFileSuffix>
                    <a:CompanySid>2</a:CompanySid>
                    <a:CopyAllExposureSets>true</a:CopyAllExposureSets>
                    <a:CopyAllPrograms>true</a:CopyAllPrograms>
                    <a:CopyAllUserDefinedCategories>true</a:CopyAllUserDefinedCategories>
                    <a:CompanyLossSetNames xmlns:b="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                        <b:string>CompanyLossFileSet_1</b:string>
                        <b:string>CompanyLossFileSet_2</b:string>
                        <b:string>CompanyLossFileSet_3</b:string>
                        <b:string>CompanyLossFileSet_4</b:string>
                        <b:string>CompanyLossFileSet_5</b:string>
                    </a:CompanyLossSetNames>
                    <a:NewCompanyName>New Company Name</a:NewCompanyName>
                </CopyOptions>
            </request>
        </SubmitCopyCompany>
  </s:Body>
</s:Envelope>