AssignGeoTAXInfoPlusGTR - Spectrum_OnDemand - Latest

Spectrum OnDemand Web Services (SOAP)

Product type
Software
Portfolio
Verify
Product family
Product
Spectrum OnDemand
Version
Latest
Language
English
Product name
Spectrum OnDemand
Title
Spectrum OnDemand Web Services (SOAP)
First publish date
2006

Resource URL

https://OnDemandServer/soap/AssignGeoTAXInfoPlusGTR

For a list of Spectrum OnDemand servers, see Connecting to Spectrum OnDemand Servers.

Example

This shows a SOAP request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ass="http://www.pb.com/spectrum/services/AssignGeoTAXInfoPlusGTR">
   <soapenv:Header/>
   <soapenv:Body>
   <ass:AssignGeoTAXInfoPlusGTRRequest>
   <ass:Input>
   <ass:Row>
   <ass:AddressLine1>801 Randall Rd</ass:AddressLine1>
   <ass:City>Batavia</ass:City>
   <ass:StateProvince>IL</ass:StateProvince>
   </ass:Row>
   </ass:Input>
  </ass:AssignGeoTAXInfoPlusGTRRequest>
  </soapenv:Body>
  </soapenv:Envelope>

This would be the response.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
   <ns3:AssignGeoTAXInfoPlusGTRResponse xmlns:ns2="http://spectrum.pb.com/" xmlns:ns3="http://www.pb.com/spectrum/services/AssignGeoTAXInfoPlusGTR">
         <ns3:Output>
          <ns3:Row>
          <ns3:AddressLine1>801 N Randall Rd</ns3:AddressLine1>
          <ns3:AddressLine2/>
               <ns3:Census.MatchCode>S</ns3:Census.MatchCode>
               <ns3:Census.MatchLevel>Street</ns3:Census.MatchLevel>
               <ns3:City>Batavia</ns3:City>
               <ns3:Confidence>100.0</ns3:Confidence>
               <ns3:Country>United States Of America</ns3:Country>
               <ns3:CountryLevel>A</ns3:CountryLevel>
               <ns3:County.Code>089</ns3:County.Code>
               <ns3:County.Name>Kane</ns3:County.Name>
               <ns3:GNISCode>002394077</ns3:GNISCode>
               <ns3:MatchScore>0</ns3:MatchScore>
               <ns3:Place.ClassCode>C1</ns3:Place.ClassCode>
               <ns3:Place.Code>04078</ns3:Place.Code>
               <ns3:Place.IncorporatedFlag>Inc</ns3:Place.IncorporatedFlag>
               <ns3:Place.LastAnnexedDate>01/2020</ns3:Place.LastAnnexedDate>
               <ns3:Place.LastUpdatedDate>11/2021</ns3:Place.LastUpdatedDate>
               <ns3:Place.LastVerifiedDate>08/2021</ns3:Place.LastVerifiedDate>
               <ns3:Place.Name>Batavia</ns3:Place.Name>
               <ns3:Coun>605101992</ns3:PostalCode>
               <ns3:PostalCode.AddOn>1992</ns3:PostalCode.AddOn>
               <ns3:PostalCode.Base>60510</ns3:PostalCode.Base>
               <ns3:ProcessedBy>GTX</ns3:ProcessedBy>
               <ns3:RecordType>Normal</ns3:RecordType>
               <ns3:State.Abbreviation>IL</ns3:State.Abbreviation>
               <ns3:StateCode>17</ns3:StateCode>
               <ns3:StateProvince>IL</ns3:StateProvince>
               <ns3:State.SalesTaxRate>0.06250000</ns3:State.SalesTaxRate>
               <ns3:State.UseTaxRate>0.06250000</ns3:State.UseTaxRate>
               <ns3:County.SalesTaxRate>0.00000000</ns3:County.SalesTaxRate>
               <ns3:County.UseTaxRate>0.00000000</ns3:County.UseTaxRate>
               <ns3:Municipal.SalesTaxRate>0.01000000</ns3:Municipal.SalesTaxRate>
               <ns3:Municipal.UseTaxRate>0.00000000</ns3:Municipal.UseTaxRate>
               <ns3:TaxRate.RC>P</ns3:TaxRate.RC>
               <ns3:TaxRate.SalesTotal>0.08000000</ns3:TaxRate.SalesTotal>
               <ns3:TaxRate.UseTotal>0.06250000</ns3:TaxRate.UseTotal>
               <ns3:user_fields/>
            </ns3:Row>
</ns3:Output>
      </ns3:AssignGeoTAXInfoPlusGTRResponse>
   </soap:Body>
</soap:Envelope>