Address Verification (Cloud)
- Address Verification (Cloud) 6.0.0
- All Products
POST /AV6/v1/process HTTP/1.1 Host: eu-av.informaticadaas.com Content-Type: application/json
{ "Login": "*****", "Password": "*****", "CampaignId": "Campaign111", "UseTransactionPool": "TEST",
"Request": { "Parameters": { "Mode": "QuickCapture",
"CountrySets": [ { "Countries": [], "Process": { "VerificationLevel": { "PreferredVerificationLevel": "All", "MinimumVerificationLevel": "All" }, "Enrichments": { "Geocoding": { "Rooftop": true, "ArrivalPoint": true, "StreetCenter": true, "LocalityCenter": true, "PostalCodeCenter": true }, "Global": true, "CountrySpecific": true } }, "Standardizations": [ { "Default": { "DescriptorLength": "Database", "AliasHandling": "PostalAdmin" } } ] } ] },
"IO": { "Inputs": [ { "AddressElements": { "Country" : "CAN" }, "PreformattedData":{ "SingleAddressLine":"181 Wellington Street West Toronto ON M5V 3G7" } } ] } } }