Touchstone 11.0 API Reference
GetLocationsRequest XML
Reference > Requests as XML > Requests > Exposure Management > GetLocationsRequest XML
GetLocationsRequest
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/GetLocations</a:Action>
    <a:MessageID>urn:uuid:85501161-d36f-4b71-bf16-ec0043ab0c68</a:MessageID>
    <a:ReplyTo>
      <a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
    </a:ReplyTo>
  </s:Header>
  <s:Body>
    <GetLocations 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:ExposureSet xmlns:d5p1="AIR.Services.Common.Exposure.Data">
          <d5p1:CompanySID i:nil="true" />
          <d5p1:Created>2019-07-21T21:52:44.407</d5p1:Created>
          <d5p1:DataSourceName i:nil="true" />
          <d5p1:DataSourceSid>2</d5p1:DataSourceSid>
          <d5p1:DataSourceStateCode>Active</d5p1:DataSourceStateCode>
          <d5p1:Description i:nil="true" />
          <d5p1:IsDataSourceUnregistered>false</d5p1:IsDataSourceUnregistered>
          <d5p1:Modified>2019-08-01T19:27:41.72</d5p1:Modified>
          <d5p1:Name>Test</d5p1:Name>
          <d5p1:Sid>3</d5p1:Sid>
          <d5p1:StateCode>Active</d5p1:StateCode>
        </d4p1:ExposureSet>
        <d4p1:ExposureViewSid>40</d4p1:ExposureViewSid>
        <d4p1:PagingInfo xmlns:d5p1="AIR.Services.Common.Data">
          <d5p1:PageCount>0</d5p1:PageCount>
          <d5p1:PageNumber>1</d5p1:PageNumber>
          <d5p1:PageSize>20</d5p1:PageSize>
          <d5p1:TotalRecordCount>0</d5p1:TotalRecordCount>
        </d4p1:PagingInfo>
        <d4p1:UseExposureViewFilter>true</d4p1:UseExposureViewFilter>
      </request>
    </GetLocations>
  </s:Body>
</s:Envelope>