Touchstone 11.0 API Reference
GeocodeLocationsRequest XML
Reference > Requests as XML > Requests > Exposure Management > GeocodeLocationsRequest XML
GeocodeLocationsRequest
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/GeocodeLocations</a:Action>
    <a:MessageID>urn:uuid:b353c192-4d90-45aa-8605-42c7c9022620</a:MessageID>
    <a:ReplyTo>
      <a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
    </a:ReplyTo>
  </s:Header>
  <s:Body>
    <GeocodeLocations 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:Locations xmlns:d5p1="AIR.Services.Common.Exposure.Data">
          <d5p1:GeocodeLocationInput>
            <d5p1:LocationID>1</d5p1:LocationID>
            <d5p1:StreetAddress>131 Dartmouth St</d5p1:StreetAddress>
            <d5p1:City>Boston</d5p1:City>
            <d5p1:Area>MA</d5p1:Area>
            <d5p1:SubArea i:nil="true" />
            <d5p1:SubArea2 i:nil="true" />
            <d5p1:PostalCode>02116</d5p1:PostalCode>
            <d5p1:Zip9PostalCode i:nil="true" />
            <d5p1:CRESTA i:nil="true" />
            <d5p1:CountryCode>US</d5p1:CountryCode>
            <d5p1:Latitude i:nil="true" />
            <d5p1:Longitude i:nil="true" />
          </d5p1:GeocodeLocationInput>
        </d4p1:Locations>
      </request>
    </GeocodeLocations>
  </s:Body>
</s:Envelope>