CopyExposureSetYearRequest |
Copy Code
|
---|---|
<s:Envelope xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:s="http://www.w3.org/2003/05/soap-envelope"> <s:Header> <a:Action s:mustUnderstand="1">AIR.Services.Reinsurance.CompanyManagementService.Api/ICompanyManagementService/CopyExposureSetYear</a:Action> <a:MessageID>urn:uuid:38c78d7d-c113-4cdf-8f51-c06a1385d699</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> <CopyExposureSetYear xmlns="AIR.Services.Reinsurance.CompanyManagementService.Api"> <request xmlns:b="AIR.Services.Reinsurance.CompanyManagement.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 xmlns="AIR.Services.Common.Api" i:nil="true"/> <RequestUid xmlns="AIR.Services.Common.Api">00000000-0000-0000-0000-000000000000</RequestUid> <SqlInstanceSid xmlns="AIR.Services.Common.Api">1</SqlInstanceSid> <b:CopyOptions xmlns:c="AIR.Services.Reinsurance.ExposureManagement.Data"> <c:ExposureSetSid>14</c:ExposureSetSid> <c:NewExposureSetName>TestNewExposureSetName</c:NewExposureSetName> <c:TargetCompanySid>10</c:TargetCompanySid> <c:SourceYear>2018</c:SourceYear> <c:TargetYear>2018</c:TargetYear> </b:CopyOptions> </request> </CopyExposureSetYear> </s:Body> </s:Envelope> |