Touchstone Re 2023 API Reference
SubmitExportProgramDlfCsvRequest XML
Reference > Requests as XML > Requests > Data Export > SubmitExportProgramDlfCsvRequest XML
SubmitExportProgramDlfCsvRequest
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.DataExportService.Api/IDataExportService/SubmitExportProgramDlfCsv</a:Action>
        <a:MessageID>urn:uuid:df1fe128-407d-4882-9cf0-eb7a75fb8935</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>
        <SubmitExportProgramDlfCsv xmlns="AIR.Services.DataExportService.Api">
            <request xmlns:b="AIR.Services.DataExport.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:ExportOptions xmlns:c="AIR.Services.DataExport.Data">
                    <c:AnalysisSid>1</c:AnalysisSid>
                    <c:Comments i:nil="true"/>
                    <c:CurrencyCode>LCL</c:CurrencyCode>
                    <c:DestinationFileName>DLF_Program_CSV_1</c:DestinationFileName>
                    <c:DestinationFolder>\\[host-name]\[share-name]\Final Net and Net Of
                        Premiums\API</c:DestinationFolder>
                    <c:FinancialPerspective>FinalNet</c:FinancialPerspective>
                    <c:GeographyLevel>Area</c:GeographyLevel>
                    <c:MaximumCores>0</c:MaximumCores>
                    <c:MinimumCores>0</c:MinimumCores>
                    <c:Participation>OneHundred</c:Participation>
                </b:ExportOptions>
            </request>
        </SubmitExportProgramDlfCsv>
    </s:Body>
</s:Envelope>