Range
The range output fields contain information about the street range, such as the high and low unit numbers. To include range data fields in the output, set OutputRecordType = R.
| columnName | Max. Field Length with null terminator | Description | 
|---|---|---|
| Alternate | 2 | USPS code that specifies whether a record is a base or alternate record. 
 | 
| HouseNumberHigh | 12 | House number high. | 
| HouseNumberLow | 12 | House number low. | 
| HouseNumberParity | 2 | Indicates if the house number range contains even or odd numbers. 
 | 
| PostalCodeExtensionHigh | 5 | 4-digit ZIP Code extension high. | 
| PostalCodeExtensionLow | 5 | 4-digit Zip Code extension low. | 
| UnitNumberHigh | 12 | Unit number high. | 
| UnitNumberLow | 12 | Unit number low. | 
| UnitNumberParity | 2 | Indicates if the unit number range contains even or odd numbers. 
 |