SubmitLossResultToAnalyzeReExportRequest |
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/SubmitLossResultToAnalyzeReExport</a:Action> <a:MessageID>abc</a:MessageID> </s:Header> <s:Body> <SubmitLossResultToAnalyzeReExport 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">1</BusinessUnitSid> <LicenseUid xmlns="AIR.Services.Common.Api">00000000-0000-0000-0000-000000000000</LicenseUid> <Product 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> <AnalyzeReExportOptions xmlns:b="AIR.Services.DataExport.Data"> <AnalysisSid xmlns="AIR.Services.DataExport.Data">35</AnalysisSid> <FinancialPerspective xmlns="AIR.Services.DataExport.Data">Gross</FinancialPerspective> <MaximumCores xmlns="AIR.Services.DataExport.Data">1</MaximumCores> <MinimumCores xmlns="AIR.Services.DataExport.Data">1</MinimumCores> <ReportTypeCode xmlns="AIR.Services.DataExport.Data">EventLossByPortfolio</ReportTypeCode> <S3BucketName xmlns="AIR.Services.DataExport.Data">TestName</S3BucketName> <S3PathPrefix xmlns="AIR.Services.DataExport.Data">TestPrefix</S3PathPrefix> <TargetCatalogSize xmlns="AIR.Services.DataExport.Data">HundredThousand</TargetCatalogSize> </AnalyzeReExportOptions> </request> </SubmitLossResultToAnalyzeReExport> </s:Body> </s:Envelope> |