Validate MailingAddressUSCAN standardizes and validates addresses using US and Canada postal authority address data. It can correct information and format the address using the format preferred by the applicable postal authority. It also adds missing postal information, such as postal codes, city names, state/province names, and more.
Validate MailingAddressUSCAN also returns result indicators about validation attempts, such as whether or not it validated the address, the level of confidence in the returned address, the reason for failure if the address could not be validated, and more.
During address matching and standardization, Validate MailingAddressUSCAN separates address lines into components and compares them to the contents of the Universal Addressing Module databases. If a match is found, the input address is standardized to the database information. If no database match is found, it optionally formats the input addresses. The formatting process attempts to structure the address lines according to the conventions of the appropriate postal authority.
Validate MailingAddressUSCAN is part of the Universal Addressing Module.
The ValidateMailingAddressUSCAN API analyzes and compares the input addresses against the known address databases for US and CANADA only, to output standardized details along with DPV and RDI. It also returns parsed address fields and field validation codes. It corrects addresses, adds missing postal information, and formats the address per rules of the applicable postal authority.
Credit Calculation
0.33 credit is deducted for each address.
HTTP Method
POST
WADL
https://api.precisely.com/identify/identifyaddress/v1/rest/validatemailingaddressuscan?_wadl
WSDL
https://api.precisely.com/identify/identifyaddress/v1/soap/validatemailingaddressuscan?wsdl
Resource URL
JSON endpoint:
http://server:port/rest/ValidateAddress/results.json
https://OnDemandServer/rest/ValidateAddress/results.json
https://OnDemandServer/rest/ValidateMailingAddressUSCAN/results.json
https://api.precisely.com/identify/identifyaddress/v1/rest/validatemailingaddressuscan/results.json
XML endpoint:
http://server:port/rest/ValidateAddress/results.xml
https://OnDemandServer/rest/ValidateAddress/results.xml
https://OnDemandServer/rest/ValidateMailingAddressUSCAN/results.xml
https://api.precisely.com/identify/identifyaddress/v1/rest/validatemailingaddressuscan/results.xml
http://server:port/soap/ValidateAddress
https://OnDemandServer/soap/ValidateMailingAddressUSCAN
https://api.precisely.com/identify/identifyaddress/v1/soap/validatemailingaddressuscan
For a list of Spectrum Technology Platform servers, see Connecting to Servers.
Example with JSON Response
The following example requests a JSON response:
http://myserver:8080/rest/ValidateAddress/results.json?Data.AddressLine1=1825+Kramer+Ln&Data.PostalCode=78758
https://spectrum.precisely.com/rest/ValidateAddress/results.json?Data.AddressLine1=1825+Kramer+Ln&Data.PostalCode=78758
https://spectrum.precisely.com/rest/ValidateMailingAddressUSCAN/results.json?Data.AddressLine1=1700+District+Ave&Data.PostalCode=01803
{
"options": {
"OutputCasing": "M",
"OutputFieldLevelReturnCodes": "Y"
},
"Input": {
"Row": [
{
"AddressLine1": "1 N. State St.",
"City": "Chicago",
"StateProvince":"IL",
"Country": "us"
}
]
}
}
The JSON returned by this request would be:
{
"output_port": [
{
"Confidence": "100",
"RecordType": "HighRise",
"CountryLevel": "A",
"MatchScore": "0",
"USLACS": "N",
"USLACS.ReturnCode": "",
"RDI": "B",
"AddressLine1": "1700 District Ave Ste 300",
"City": "Burlington",
"StateProvince": "MA",
"PostalCode": "01803-5231",
"PostalCode.Base": "01803",
"PostalCode.AddOn": "5231",
"Country": "United States Of America",
"FirmName": "Precisely",
"AddressBlock1": "Precisely",
"AddressBlock2": "1700 District Ave Ste 300",
"AddressBlock3": "Burlington Ma 01803-5231",
"AddressBlock4": "United States Of America",
"CanLanguage": "",
"BlockAddress": "Precisely\n1700 District Ave Ste 300\nBurlington Ma 01803-5231\nUnited States Of America",
"user_fields": [
]
}
]
}
{
"output_port": [
{
"Confidence": "100",
"RecordType": "Normal",
"CountryLevel": "A",
"ProcessedBy": "USA",
"MatchScore": "0",
"AddressLine1": "1825 Kramer Ln",
"City": "Austin",
"StateProvince": "TX",
"PostalCode": "78758-4260",
"Country": "United States Of America",
"PostalCode.Base": "78758",
"PostalCode.AddOn": "4260",
"user_fields": [
]
}
]
}
{"Output": [{
"Status.Code": "UnableToDPVConfirm",
"Status.Description": "Missing Apt/Suite Number",
"Confidence": "87",
"RecordType": "HighRise",
"RecordType.Default": "Y",
"CountryLevel": "A",
"MatchScore": "0",
"USLACS": "N",
"USLACS.ReturnCode": "",
"RDI": "B",
"CMRA": "U",
"DPV": "D",
"DPVFootnote": "AAN1",
"AddressLine1": "1 N State St",
"City": "Chicago",
"StateProvince": "IL",
"PostalCode": "60602-3302",
"PostalCode.Base": "60602",
"PostalCode.AddOn": "3302",
"Country": "United States Of America",
"HouseNumber.Result": "V",
"LeadingDirectional.Result": "V",
"StreetName.Result": "V",
"StreetSuffix.Result": "V",
"ApartmentLabel.Result": "R",
"ApartmentNumber.Result": "R",
"City.Result": "V",
"StateProvince.Result": "V",
"PostalCode.Result": "A",
"PostalCode.Source": "FinanceNumber",
"AddressBlock1": "1 N State St",
"AddressBlock2": "Chicago Il 60602-3302",
"AddressBlock3": "United States Of America",
"BlockAddress": "1 N State St\nChicago Il 60602-3302\nUnited States Of America",
"user_fields": []
}]}
Example with XML Response
The following example requests an XML response:
http://myserver:8080/rest/ValidateAddress/results.xml?Data.AddressLine1=1825+Kramer+Ln&Data.PostalCode=78758
https://spectrum.precisely.com/rest/ValidateAddress/results.xml?Data.AddressLine1=1825+Kramer+Ln&Data.PostalCode=78758
https://spectrum.precisely.com/rest/ValidateMailingAddressUSCAN/results.xml?Data.AddressLine1=1700+District+Ave&Data.PostalCode=01803
<ValidateMailingAddressUSCANAPIRequest>
<options>
<KeepMultimatch>N</KeepMultimatch>
<OutputCasing></OutputCasing>
</options>
<Input>
<Row>
<City>ETOBICOKE</City>
<StateProvince>ON</StateProvince>
<PostalCode></PostalCode>
<Country>CAN</Country>
<AddressLine1>PO BOX #35 STN</AddressLine1>
<user_fields>
<user_field>
<name></name>
<value></value>
</user_field>
</user_fields>
</Row>
</Input>
</ValidateMailingAddressUSCANAPIRequest>
The XML returned by this request would be:
<xml.ValidateMailingAddressUSCANResponse xmlns="http://www.pb.com/spectrum/services/ValidateMailingAddressUSCAN">
<output>
<Row>
<Confidence>100</Confidence>
<RecordType>HighRise</RecordType>
<CountryLevel>A</CountryLevel>
<MatchScore>0</MatchScore>
<USLACS>N</USLACS>
<USLACS.ReturnCode/>
<RDI>B</RDI>
<AddressLine1>1700 District Ave Ste 300</AddressLine1>
<City>Burlington</City>
<StateProvince>MA</StateProvince>
<PostalCode>01803-5231</PostalCode>
<PostalCode.Base>01803</PostalCode.Base>
<PostalCode.AddOn>5231</PostalCode.AddOn>
<Country>United States Of America</Country>
<FirmName>Precisely</FirmName>
<AddressBlock1>Precisely</AddressBlock1>
<AddressBlock2>1700 District Ave Ste 300</AddressBlock2>
<AddressBlock3>Burlington Ma 01803-5231</AddressBlock3>
<AddressBlock4>United States Of America</AddressBlock4>
<CanLanguage/>
<BlockAddress>Precisely
1700 District Ave Ste 300
Burlington Ma 01803-5231
United States Of America</BlockAddress>
<user_fields/>
</Row>
</Output>
</xml.ValidateMailingAddressUSCANResponse>
<ns2:xml.ValidateAddressResponse xmlns:ns2="http://www.pb.com/spectrum/services/ValidateAddress">
<ns2:output_port>
<ns2:Address>
<ns2:Confidence>93</ns2:Confidence>
<ns2:RecordType>Normal</ns2:RecordType>
<ns2:CountryLevel>A</ns2:CountryLevel>
<ns2:ProcessedBy>USA</ns2:ProcessedBy>
<ns2:MatchScore>0</ns2:MatchScore>
<ns2:AddressLine1>1825 Kramer Ln</ns2:AddressLine1>
<ns2:City>Austin</ns2:City>
<ns2:StateProvince>TX</ns2:StateProvince>
<ns2:PostalCode>78758-4260</ns2:PostalCode>
<ns2:PostalCode.Base>78758</ns2:PostalCode.Base>
<ns2:PostalCode.AddOn>4260</ns2:PostalCode.AddOn>
<ns2:Country>United States Of America</ns2:Country>
<ns2:user_fields/>
</ns2:Address>
</ns2:output_port>
</ns2:xml.ValidateAddressResponse>
<xml.ValidateMailingAddressUSCANAPIResponse xmlns="http://www.pb.com/spectrum/services/ValidateMailingAddressUSCANAPI">
<Output>
<Row>
<Status>F</Status>
<Status.Code>MultipleMatchesFound</Status.Code>
<Status.Description>Possible Multiple Adresses Found</Status.Description>
<Confidence>0</Confidence>
<MultipleMatches>PostalCode</MultipleMatches>
<CountryLevel>A</CountryLevel>
<AddressLine1>PO Box #35 Stn</AddressLine1>
<City>Etobicoke</City>
<StateProvince>ON</StateProvince>
<PostalCode/>
<Country>Canada</Country>
<HouseNumber/>
<StreetName>Po Box</StreetName>
<ApartmentNumber/>
<AddressBlock1>Po Box #35 Stn</AddressBlock1>
<AddressBlock2>Etobicoke On</AddressBlock2>
<AddressBlock3>Canada</AddressBlock3>
<BlockAddress>Po Box #35 Stn
Etobicoke On
Canada</BlockAddress>
<user_fields/>
</Row>
</Output>
</xml.ValidateMailingAddressUSCANAPIResponse>
Example
The following shows a SOAP request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:val="http://www.pb.com/spectrum/services/ValidateMailingAddressUSCAN">
<soapenv:Header/>
<soapenv:Body>
<val:ValidateMailingAddressUSCANRequest>
<val:Input>
<!--Zero or more repetitions:-->
<val:Address>
<!--You may enter the following 11 items in any order-->
<val:AddressLine1>1 Global View</val:AddressLine1>
<val:AddressLine2></val:AddressLine2>
<val:City>Troy</val:City>
<val:StateProvince>NY</val:StateProvince>
<val:PostalCode>01238</val:PostalCode>
<val:Country>US</val:Country>
<val:FirmName></val:FirmName>
<val:USUrbanName></val:USUrbanName>
<val:CanLanguage></val:CanLanguage>
<val:InstanceKey></val:InstanceKey>
<!--Optional:-->
<val:user_fields>
<!--Zero or more repetitions:-->
<val:user_field>
<val:name></val:name>
<val:value></val:value>
</val:user_field>
</val:user_fields>
</val:Address>
</val:Input>
</val:ValidateMailingAddressUSCANRequest>
</soapenv:Body>
</soapenv:Envelope>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:val="http://www.pb.com/spectrum/services/ValidateAddress">
<soapenv:Header/>
<soapenv:Body>
<val:ValidateAddressRequest>
<val:input_port>
<val:Address>
<!--Optional:-->
<val:AddressLine1>1 N. State St.</val:AddressLine1>
<!--Optional:-->
<val:AddressLine2></val:AddressLine2>
<!--Optional:-->
<val:AddressLine3></val:AddressLine3>
<!--Optional:-->
<val:AddressLine4></val:AddressLine4>
<!--Optional:-->
<val:AddressLine5></val:AddressLine5>
<!--Optional:-->
<val:City>Chicago</val:City>
<!--Optional:-->
<val:StateProvince></val:StateProvince>
<!--Optional:-->
<val:PostalCode></val:PostalCode>
<!--Optional:-->
<val:Country></val:Country>
<!--Optional:-->
<val:FirmName></val:FirmName>
<!--Optional:-->
<val:USUrbanName></val:USUrbanName>
<!--Optional:-->
<val:CanLanguage></val:CanLanguage>
<!--Optional:-->
<val:user_fields>
<val:user_field>
<val:name></val:name>
<val:value></val:value>
</val:user_field>
</val:user_fields>
</val:Address>
</val:input_port>
</val:ValidateAddressRequest>
</soapenv:Body>
</soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:val="http://www.pb.com/spectrum/services/ValidateAddress">
<soapenv:Header/>
<soapenv:Body>
<val:ValidateAddressRequest>
<val:input_port>
<val:Address>
<val:AddressLine1>1 N. State St.</val:AddressLine1>
<val:City>Chicago</val:City>
<val:StateProvince>IL</val:StateProvince>
</val:Address>
</val:input_port>
</val:ValidateAddressRequest>
</soapenv:Body>
</soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:val="http://www.pb.com/spectrum/services/ValidateMailingAddressUSCANAPI">
<soapenv:Header/>
<soapenv:Body>
<val:ValidateMailingAddressUSCANAPIRequest>
<val:options>
<val:OutputCasing>M</val:OutputCasing>
<val:MaximumResults>10</val:MaximumResults>
</val:options>
<!--Optional:-->
<val:Input>
<val:Row>
<val:City>Toronto</val:City>
<val:StateProvince>ON</val:StateProvince>
<val:PostalCode>M1V 1N4</val:PostalCode>
<val:Country>CAN</val:Country>
<val:AddressLine1>80 Dragoon Cres</val:AddressLine1>
<val:user_fields>
<!--Zero or more repetitions:-->
<val:user_field>
<val:name></val:name>
<val:value></val:value>
</val:user_field>
</val:user_fields>
</val:Row>
</val:Input>
</val:ValidateMailingAddressUSCANAPIRequest>
</soapenv:Body>
</soapenv:Envelope>
This would be the response:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns3:ValidateMailingAddressUSCANResponse xmlns:ns2="http://spectrum.pb.com/" xmlns:ns3="http://www.pb.com/spectrum/services/ValidateMailingAddressUSCAN">
<ns3:Output>
<ns3:Address>
<ns3:Confidence>88</ns3:Confidence>
<ns3:RecordType>Normal</ns3:RecordType>
<ns3:CountryLevel>A</ns3:CountryLevel>
<ns3:ProcessedBy>USA</ns3:ProcessedBy>
<ns3:MatchScore>0</ns3:MatchScore>
<ns3:AddressLine1>1 Global View</ns3:AddressLine1>
<ns3:AddressLine2/>
<ns3:City>Troy</ns3:City>
<ns3:City.Result>V</ns3:City.Result>
<ns3:StateProvince>NY</ns3:StateProvince>
<ns3:StateProvince.Result>V</ns3:StateProvince.Result>
<ns3:PostalCode>01238</ns3:PostalCode>
<ns3:PostalCode.Result>C</ns3:PostalCode.Result>
<ns3:PostalCode.Source>FinanceNumber</ns3:PostalCode.Source>
<ns3:Country>US</ns3:Country>
<ns3:FirmName/>
<ns3:HouseNumber.Result>V</ns3:HouseNumber.Result>
<ns3:StreetName.Result>V</ns3:StreetName.Result>
<ns3:StreetName.PreferredAlias.Result/>
<ns3:StreetName.AbbreviatedAlias.Result/>
<ns3:StreetSuffix.Result>S</ns3:StreetSuffix.Result>
<ns3:USUrbanName/>
<ns3:USLOTCode>0047A</ns3:USLOTCode>
<ns3:USLOTSequence>K1</ns3:USLOTSequence>
<ns3:USLOTHex>86</ns3:USLOTHex>
<ns3:USLACS>N</ns3:USLACS>
<ns3:USLACS.ReturnCode/>
<ns3:DPV>Y</ns3:DPV>
<ns3:DPVFootnote>AABB</ns3:DPVFootnote>
<ns3:CMRA>N</ns3:CMRA>
<ns3:POBoxOnlyDeliveryZone/>
<ns3:RDI>B</ns3:RDI>
<ns3:ProbableCorrectness>0</ns3:ProbableCorrectness>
<ns3:user_fields>
<ns3:user_field>
<ns3:name/>
<ns3:value/>
</ns3:user_field>
</ns3:user_fields>
</ns3:Address>
</ns3:Output>
</ns3:ValidateMailingAddressUSCANResponse>
</soap:Body>
</soap:Envelope>
<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns3:ValidateAddressResponse
xmlns:ns2="http://spectrum.pb.com/"
xmlns:ns3="http://www.pb.com/spectrum/services/ValidateAddress">
<ns3:output_port>
<ns3:Address>
<ns3:Confidence>87</ns3:Confidence>
<ns3:RecordType>HighRise</ns3:RecordType>
<ns3:RecordType.Default>Y</ns3:RecordType.Default>
<ns3:CountryLevel>A</ns3:CountryLevel>
<ns3:ProcessedBy>USA</ns3:ProcessedBy>
<ns3:MatchScore>0</ns3:MatchScore>
<ns3:AddressLine1>1 N State St</ns3:AddressLine1>
<ns3:City>Chicago</ns3:City>
<ns3:City.Result>V</ns3:City.Result>
<ns3:StateProvince>IL</ns3:StateProvince>
<ns3:StateProvince.Result>V</ns3:StateProvince.Result>
<ns3:PostalCode>60602-3302</ns3:PostalCode>
<ns3:PostalCode.Result>A</ns3:PostalCode.Result>
<ns3:PostalCode.Source>FinanceNumber</ns3:PostalCode.Source>
<ns3:PostalCode.Base>60602</ns3:PostalCode.Base>
<ns3:PostalCode.AddOn>3302</ns3:PostalCode.AddOn>
<ns3:Country>United States Of America</ns3:Country>
<ns3:AdditionalInputData.Base/>
<ns3:HouseNumber>1</ns3:HouseNumber>
<ns3:HouseNumber.Result>V</ns3:HouseNumber.Result>
<ns3:LeadingDirectional>N</ns3:LeadingDirectional>
<ns3:LeadingDirectional.Result>V</ns3:LeadingDirectional.Result>
<ns3:StreetName>State</ns3:StreetName>
<ns3:StreetName.Result>V</ns3:StreetName.Result>
<ns3:StreetName.PreferredAlias.Result/>
<ns3:StreetName.AbbreviatedAlias.Result/>
<ns3:StreetSuffix>St</ns3:StreetSuffix>
<ns3:StreetSuffix.Result>V</ns3:StreetSuffix.Result>
<ns3:TrailingDirectional/>
<ns3:ApartmentLabel.Result>R</ns3:ApartmentLabel.Result>
<ns3:ApartmentNumber/>
<ns3:ApartmentNumber.Result>R</ns3:ApartmentNumber.Result>
<ns3:RRHC/>
<ns3:POBox/>
<ns3:PrivateMailbox/>
<ns3:HouseNumber.Input>1</ns3:HouseNumber.Input>
<ns3:LeadingDirectional.Input>N</ns3:LeadingDirectional.Input>
<ns3:StreetName.Input>State</ns3:StreetName.Input>
<ns3:StreetSuffix.Input>St</ns3:StreetSuffix.Input>
<ns3:City.Input>Chicago</ns3:City.Input>
<ns3:PostalCode.Input/>
<ns3:USBCCheckDigit>0</ns3:USBCCheckDigit>
<ns3:PostalBarCode>99</ns3:PostalBarCode>
<ns3:USCarrierRouteCode>C032</ns3:USCarrierRouteCode>
<ns3:USFIPSCountyNumber>031</ns3:USFIPSCountyNumber>
<ns3:USCountyName>Cook</ns3:USCountyName>
<ns3:USCongressionalDistrict>07</ns3:USCongressionalDistrict>
<ns3:USLOTCode>0002A</ns3:USLOTCode>
<ns3:USLOTSequence>T9</ns3:USLOTSequence>
<ns3:USLOTHex>E8</ns3:USLOTHex>
<ns3:USAltAddr/>
<ns3:USLastLineNumber>W12401</ns3:USLastLineNumber>
<ns3:USFinanceNumber>161542</ns3:USFinanceNumber>
<ns3:USLACS>N</ns3:USLACS>
<ns3:DPV>D</ns3:DPV>
<ns3:DPVFootnote>AAN1</ns3:DPVFootnote>
<ns3:CMRA>U</ns3:CMRA>
<ns3:POBoxOnlyDeliveryZone/>
<ns3:RDI>B</ns3:RDI>
<ns3:AddressBlock1>1 N STATE ST</ns3:AddressBlock1>
<ns3:AddressBlock2>CHICAGO IL 60602-3302</ns3:AddressBlock2>
<ns3:AddressBlock3>UNITED STATES OF AMERICA</ns3:AddressBlock3>
<ns3:ProbableCorrectness>0</ns3:ProbableCorrectness>
<ns3:Status.Code>UnableToDPVConfirm</ns3:Status.Code>
<ns3:Status.Description>Missing Apt/Suite Number</ns3:Status.Description>
<ns3:user_fields>
<ns3:user_field>
<ns3:name/>
<ns3:value/>
</ns3:user_field>
</ns3:user_fields>
</ns3:Address>
</ns3:output_port>
</ns3:ValidateAddressResponse>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns3:ValidateAddressResponse xmlns:ns2="http://spectrum.pb.com/"
xmlns:ns3="http://www.pb.com/spectrum/services/ValidateAddress">
<ns3:output_port>
<ns3:Address>
<ns3:Confidence>87</ns3:Confidence>
<ns3:RecordType>HighRise</ns3:RecordType>
<ns3:RecordType.Default>Y</ns3:RecordType.Default>
<ns3:CountryLevel>A</ns3:CountryLevel>
<ns3:ProcessedBy>USA</ns3:ProcessedBy>
<ns3:MatchScore>0</ns3:MatchScore>
<ns3:AddressLine1>1 N State St</ns3:AddressLine1>
<ns3:City>Chicago</ns3:City>
<ns3:StateProvince>IL</ns3:StateProvince>
<ns3:PostalCode>60602-3302</ns3:PostalCode>
<ns3:PostalCode.Base>60602</ns3:PostalCode.Base>
<ns3:PostalCode.AddOn>3302</ns3:PostalCode.AddOn>
<ns3:Country>United States Of America</ns3:Country>
<ns3:AdditionalInputData/>
<ns3:user_fields/>
</ns3:Address>
</ns3:output_port>
</ns3:ValidateAddressResponse>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns3:ValidateMailingAddressUSCANAPIResponse xmlns:ns3="http://www.pb.com/spectrum/services/ValidateMailingAddressUSCANAPI" xmlns:ns2="http://spectrum.pb.com/">
<ns3:Output>
<ns3:Row>
<ns3:Confidence>90</ns3:Confidence>
<ns3:RecordType>Normal</ns3:RecordType>
<ns3:CountryLevel>A</ns3:CountryLevel>
<ns3:AddressFormat>E</ns3:AddressFormat>
<ns3:AddressLine1>80 Dragoon Cres</ns3:AddressLine1>
<ns3:City>Toronto</ns3:City>
<ns3:StateProvince>ON</ns3:StateProvince>
<ns3:PostalCode>M1V 1N4</ns3:PostalCode>
<ns3:Country>Canada</ns3:Country>
<ns3:HouseNumber/>
<ns3:AddressBlock1>80 Dragoon Cres</ns3:AddressBlock1>
<ns3:AddressBlock2>Scarborough On M1v 1n4</ns3:AddressBlock2>
<ns3:AddressBlock3>Canada</ns3:AddressBlock3>
<ns3:BlockAddress>80 Dragoon Cres
Scarborough On M1v 1n4
Canada</ns3:BlockAddress>
<ns3:user_fields>
<ns3:user_field>
<ns3:name/>
<ns3:value/>
</ns3:user_field>
</ns3:user_fields>
</ns3:Row>
</ns3:Output>
</ns3:ValidateMailingAddressUSCANAPIResponse>
</soap:Body>
</soap:Envelope>