|
CASSADR Function |
Request Fields for CASSADR function |
Parameter
|
Value
|
Description
|
userid
|
string (required)
|
Your Unique User ID.
|
service
|
dqadr (required)
|
The web service you wish to access.
|
function
|
cassadr (required)
|
The function to call.
|
uplow | string (Y/N) | Upper/lower case output fields. |
Firm | string | Input Firm line. |
Line1 | string | Input Address Line 1. |
Line2 | string | Input Address Line 2. |
City | string | Input City. |
State | string | Input State. |
Zip | string | Input ZIP. |
Urban | string | Input Urbanization. |
|
Response Fields from CASSADR function |
Field
|
Description
|
dQAdrResults
|
XML block that contains the results of processing.
|
oFirm | Firm line. |
oLine1 | Primary Address line. |
oLine2 | Secondary Address line. |
oCity | City. |
oState | State. |
oZip | 5 digit ZIP. |
oZip4 | Plus 4. |
oDPBC | Delivery Point Bar code check digit. |
oCART | Carrier Route. |
oLOT | Line of Travel Code. |
oLOTORD | LOT order. |
oUrban | Urbanization. |
oFootnotes | Processing information from the CASS engine. |
|
FIELDADR Function |
Request Fields for FIELDADR function |
Parameter
|
Value
|
Description
|
userid
|
string (required)
|
Your Unique User ID.
|
service
|
dqadr (required)
|
The web service you wish to access.
|
function
|
fieldadr (required)
|
The function to call.
|
uplow | string (Y/N) | Upper/lower case output fields. |
Line1 | string | Input Address Line 1. |
Line2 | string | Input Address Line 2. |
|
Response Fields from FIELDADR function |
Field
|
Description
|
dQAdrResults
|
XML block that contains the results of processing.
|
pHouseNumber | House Number. |
pPreStreet | Predirectionals. |
pStreetName | Street name. |
pPostStreet | Post directionals. |
pUnitNumber | Unit Number. |
pUnitDesc | Unit Description (Apt, Suite, etc). |
pBoxNumber | Post Office box number. |
pRuralRoute | Rural Route number. |
|
CASSFIELD Function |
Request Fields for CASSFIELD function |
Parameter
|
Value
|
Description
|
userid
|
string (required)
|
Your Unique User ID.
|
service
|
dqadr (required)
|
The web service you wish to access.
|
function
|
cassfield (required)
|
The function to call.
|
uplow | string (Y/N) | Upper/lower case output fields. |
Firm | string | Input Firm line. |
Line1 | string | Input Address Line 1. |
Line2 | string | Input Address Line 2. |
City | string | Input City. |
State | string | Input State. |
Zip | string | Input ZIP. |
Urban | string | Input Urbanization. |
|
Response Fields from CASSFIELD function |
Field
|
Description
|
dQAdrResults
|
XML block that contains the results of processing.
|
oFirm | Firm line. |
oLine1 | Primary Address line. |
oLine2 | Secondary Address line. |
oCity | City. |
oState | State. |
oZip | 5 digit ZIP. |
oZip4 | Plus 4. |
oDPBC | Delivery Point Bar code check digit. |
oCART | Carrier Route. |
oLOT | Line of Travel Code. |
oLOTORD | LOT order. |
oUrban | Urbanization. |
oFootnotes | Processing information from the CASS engine. |
pHouseNumber | House Number. |
pPreStreet | Predirectionals. |
pStreetName | Street name. |
pPostStreet | Post directionals. |
pUnitNumber | Unit Number. |
pUnitDesc | Unit Description (Apt, Suite, etc). |
pBoxNumber | Post Office box number. |
pRuralRoute | Rural Route number. |
|
LOOKUP9 Function |
Request Fields for LOOKUP9 function |
Parameter
|
Value
|
Description
|
userid
|
string (required)
|
Your Unique User ID.
|
service
|
dqadr (required)
|
The web service you wish to access.
|
function
|
lookup9 (required)
|
The function to call.
|
uplow | string (Y/N) | Upper/lower case output fields. |
9Digit | string | 9 Digit Zip to find. (#########) |
|
Response Fields from LOOKUP9 function |
Field
|
Description
|
dQAdrResults
|
XML block that contains the results of processing.
|
oFirm | Firm line. |
oLine1 | Primary Address line. |
oLine2 | Secondary Address line. |
oCity | City. |
oState | State. |
oZip | 5 digit ZIP. |
oZip4 | Plus 4. |
oDPBC | Delivery Point Bar code check digit. |
oCART | Carrier Route. |
oLOT | Line of Travel Code. |
oLOTORD | LOT order. |
oUrban | Urbanization. |
oFootnotes | Processing information from the CASS engine. |
|
GETCITYBYZIP Function |
Request Fields for GETCITYBYZIP function |
Parameter
|
Value
|
Description
|
userid
|
string (required)
|
Your Unique User ID.
|
service
|
dqadr (required)
|
The web service you wish to access.
|
function
|
getcitybyzip (required)
|
The function to call.
|
Zip | string | ZIP code to find city for. |
|
Response Fields from GETCITYBYZIP function |
Field
|
Description
|
dQAdrResults
|
XML block that contains the results of processing.
|
crZip | ZIP code. |
crZipClass | USPS Zip code class. |
crCity | City associated with this Zip. |
crCityAbbrev | USPS City abbreviation. |
|
|