Address Verification (Cloud)
- Address Verification (Cloud) 6.6.0
- All Products
POST /AV6/v1/process HTTP/1.1 Host: eu-av.informaticadaas.com Content-Type: application/json { "Login": "*****", "Password": "*****", "UseTransactions": "TEST", "Request": { "Parameters": { "Mode": "Interactive", "CountrySets": [ { "Process": { "VerificationLevel": { "PreferredVerificationLevel": "All", "MinimumVerificationLevel": "All" }, "AlternativeHandling": { "OutdatedAddresses": { "Match": "WithFaultTolerance", "GetNewAddress": false } }, "Geocode": { "SearchRadius": "50" }, "Enrichments": { "Geocoding": { "Rooftop": false, "ArrivalPoint": false, "StreetCenter": false, "PostalCodeCenter": false, "LocalityCenter": false }, "Global": false, "CountrySpecific": false, "CAMEO": false } }, "Result": { "MaxResultCount": 10, "NumericRangeExpansion": { "RangesToExpand": "None", "RangeExpansionType": "Flexible" } }, "Standardizations": [ { "Default": { "PreferredLanguage": [], "PreferredScript": { "Script": "NativePrimary", "TransliterationType": "Default", "LimitLatinCharacters": "NoLimit" }, "FormatWithCountry": false, "CountryNameType": "ENG", "CountryCodeType": "ISO3", "MaxItemLength": 255, "Casing": "PostalAdmin", "DescriptorLength": "Short", "AliasHandling": "PostalAdmin" } } ], "OutputDetail": { "PreformattedData": { "SingleAddressLineDelimiter": "Semicolon", "StreetWithNumber": false, "NumberAndSubBuilding": false, "PostalFormattedAddressLines": true, "PostalDeliveryAddressLines": true, "PostalRecipientAddressLines": true, "PostalLocalityLines": true, "SingleAddressLine": true }, "SubItems": true, "ElementStatus": true, "OutputStatusForEmptyElements": false } } ], "CountryDetermination": { "DefaultCountries": [], "SearchInFields": [ "Country" ] } }, "IO": { "Inputs": [ { "AddressElements": { "Street": [ { "Value": "Röntgen strasse" } ], "HouseNumber": [ { "Value": "9" } ], "Locality": [ { "Value": "Maxdorf" } ], "PostalCode": [ { "Value": "67113" } ], "Country":"DEU" "AdministrativeDivision": [], "Building": [], "SubBuilding": [] }, "PreformattedData": { "PostalDeliveryAddressLines": [ "Potsdamer Platz 3" ] }, "OrganizationElements": { "Companies": [], "Department": [] }, "ContactElements": [ { "Name": {} } ] } ] } } }
The provided JSON payload is invalid. A comma is missing on the following line, causing a parsing error:
"Country":"DEU"
Hi Reza,
We’re working to address your comments and will get back to you.
Thanks
Informatica Documentation team
Hi Reza,
We wanted to let you know that the document is published with the updated information.
Thanks
Informatica Documentation team