ImportChinaExposureRequest |
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.DataImportService.Api/IReinsuranceDataImportService/ImportChinaExposureRequest</a:Action> <a:MessageID>urn:uuid:1eee3c74-d563-43a1-bab7-78d585fea012</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> <ImportChinaExposureRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="AIR.Services.Reinsurance.DataImport.Api"> <BusinessUnitSid xmlns="AIR.Services.Common.Api">2</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> <ImportOptions xmlns:d2p1="AIR.Services.Reinsurance.DataImport.Data"> <d2p1:CompanySid>184</d2p1:CompanySid> <d2p1:CurrencyExchangeRateSetSid>1</d2p1:CurrencyExchangeRateSetSid> <d2p1:ExposureSetSid>82</d2p1:ExposureSetSid> <d2p1:ExposureType>SumsInsured</d2p1:ExposureType> <d2p1:ExposureYear>2018</d2p1:ExposureYear> <d2p1:FilePath>\\[host-name]\[share-name]\ExpImp_IncCounty.csv</d2p1:FilePath> <d2p1:Mode>Overwrite</d2p1:Mode> <d2p1:Peril>EarthquakeShake</d2p1:Peril> </ImportOptions> </ImportChinaExposureRequest> </s:Body> </s:Envelope> |