Touchstone 11.0 API Reference
GetLayersRequest XML
Reference > Requests as XML > Requests > Exposure Management > GetLayersRequest XML
GetLayersRequest
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.ExposureManagementService.Api/IExposureManagementService/GetLayers</a:Action>
    <a:MessageID>urn:uuid:12ca553b-432a-46ff-97f8-701a833d11ca</a:MessageID>
    <a:ReplyTo>
      <a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
    </a:ReplyTo>
  </s:Header>
  <s:Body>
    <GetLayers xmlns="AIR.Services.ExposureManagementService.Api">
      <request xmlns:d4p1="AIR.Services.ExposureManagement.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:ContractSid>16</d4p1:ContractSid>
        <d4p1:DataSourceSid>2</d4p1:DataSourceSid>
        <d4p1:PagingInfo xmlns:d5p1="AIR.Services.Common.Data" i:nil="true" />
      </request>
    </GetLayers>
  </s:Body>
</s:Envelope>