Touchstone 11.0 API Reference
SubmitDeleteExposureViewRequest XML
Reference > Requests as XML > Requests > Project Management > SubmitDeleteExposureViewRequest XML
SubmitDeleteExposureViewRequest
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.ProjectManagementService.Api/IProjectManagementService/SubmitDeleteExposureView</a:Action>
    <a:MessageID>urn:uuid:97d6b8a9-ab50-45f6-a0c7-dad20c5fd14d</a:MessageID>
    <a:ReplyTo>
      <a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
    </a:ReplyTo>
  </s:Header>
  <s:Body>
    <SubmitDeleteExposureView xmlns="AIR.Services.ProjectManagementService.Api">
      <request xmlns:d4p1="AIR.Services.ProjectManagement.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 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>
        <d4p1:ExposureViewSid>39</d4p1:ExposureViewSid>
        <d4p1:PurgeExposureSets>false</d4p1:PurgeExposureSets>
        <d4p1:PurgeResults>false</d4p1:PurgeResults>
      </request>
    </SubmitDeleteExposureView>
  </s:Body>
</s:Envelope>