Touchstone Re 2023 API Reference
SubmitConvertCsvToUlfRequest XML
Reference > Requests as XML > Requests > Reinsurance Company Loss Set Management > SubmitConvertCsvToUlfRequest XML
SubmitConvertCsvToUlfRequest
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.CompanyLossSetManagementService.Api/IReinsuranceCompanyLossSetManagementService/SubmitConvertCsvToUlfRequest</a:Action>
    <a:MessageID>urn:uuid:00000000-0000-0000-0000-000000000000</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>
    <SubmitConvertCsvToUlf xmlns="AIR.Services.Reinsurance.CompanyLossSetManagementService.Api">
      <request xmlns:b="AIR.Services.Reinsurance.CompanyLossSetManagement.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>
    <b:ClfSetName>Example CLF Set Name</b:ClfSetName>
        <b:Comment>Example comment</b:Comment>
        <d4p1:MaxCores>0</d4p1:MaxCores>
        <d4p1:MinCores>0</d4p1:MinCores>
        <b:UlfOutputFilePath>\\edc\Public\AIR\ULFConvert\Output</b:UlfOutputFilePath>
        <b:UviInputFilePath>\\edc\Public\AIR\ULFConvert\ASCII.uvi</b:UviInputFilePath>
    </request>
  </SubmitConvertCsvToUlf>
 </s:Body>
</s:Envelope>