SubmitDeleteCompanyRequest |
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.CompanyManagementService.Api/ICompanyManagementService/SubmitDeleteCompany</a:Action> <a:MessageID>urn:uuid:aff57bbc-51ee-4c6c-9a49-86b377be3f3a</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> <SubmitDeleteCompany 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 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:CompanySid>63</b:CompanySid> </request> </SubmitDeleteCompany> </s:Body> </s:Envelope> |