post
https://{environment}.origamirisk.com/OrigamiApi/api/v2/Actions/Queue/AddressValid//
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
The AddressValid action validates and standardizes address data on a record using an external address verification service. When executed, it sends the address fields to a validation service (such as USPS, Melissa Data, or similar) and updates the record with the standardized, verified address.
How It Works
- Reads address fields from the record specified by
domainNameanddomainKey - Submits the address data to an external address validation service
- Receives standardized address components (street, city, state, ZIP, etc.)
- Updates the record with the validated/corrected address data
- If valid/corrected: Updates address fields with standardized values (proper casing, ZIP+4, county, etc.)
- Sets validation flag: Marks the address as validated (likely a field like
AddressValidated,AddressVerifiedDate, or similar) - If invalid: May flag the address as invalid or undeliverable
Fields Potentially Updated
| Field | Description |
|---|---|
| Street Address | Standardized street format |
| City | Corrected spelling/format |
| State | Two-letter abbreviation |
| ZIP Code | Extended to ZIP+4 if available |
| County | Populated based on validated address |
| Country | Standardized country code |
| Address Validated Flag | Boolean or timestamp indicating validation occurred |
| Validation Status | Result code (valid, invalid, corrected, etc.) |
Common Use Cases
- Data Quality: Ensure accurate addresses for mail delivery and correspondence
- Geocoding Preparation: Standardize addresses before geocoding for mapping
- Duplicate Detection: Normalize addresses to identify duplicate records
- Regulatory Compliance: Verify addresses meet postal standards
- Claims Processing: Validate loss locations for accurate reporting