Address Verification (Cloud)
- Address Verification (Cloud) 4.0
- All Products
<ProcessResponse xmlns="http://validator5.AddressDoctor.com/Webservice5/v4"> <ProcessResult> <StatusCode>int</StatusCode> <StatusMessage>string</StatusMessage> <JobToken>string</JobToken> <CampaignId>string</CampaignId> <ReservedXml>string</ReservedXml> <Results> <!-- There is one <Result> element for each <Address> element in the request --> <Result> <ProcessStatus>string</ProcessStatus> <CountryISO3>string</CountryISO3> <!-- There are between one and twenty <ResultData> elements, depending on the ProcessMode and the ProcessStatus --> <ResultDataSet xsi:nil="true" /> <!-- There is one <Enrichment> element for each <Enrichment> element in the request --> <Enrichments xsi:nil="true" /> </Result> </Results> </ProcessResult> </ProcessResponse>