This operation organizes really bad address data that is broken up into multiple arbitrary address fields.This function will sort up to six possible address lines and return what it thinks are the most probable candidates for the USPS Address1 and possibly Address2. For example, people’s names in the Address1 line mixed with actual street address lines
URL Endpoints
GetPhoneInfo Inputs
The inputs to this operation are all string objects and are listed in the table below
Input Parameter | Type | Description |
---|---|---|
PhoneNumber | String | U.S. or Canadian phone number to get info. |
LicenseKey | String | Your license key. |
GetPhoneInfo Outputs
TelephoneInfo
Output Parameter | Type | Description |
---|---|---|
TokensUsed | int | Number of tokens consumed in this request (see Appendix B). |
TransactionID | string | Unique identifier for this request |
Provider | Provider | Provider Information |
Contact | Contact | Contact Information |
Debug | string | Utility field; safe to ignore. |
Error | Error | See Error |
Provider
Output Parameter | Type | Description |
---|---|---|
Name | String | Name of the exchange carrier |
City | String | City of the exchange. |
State | String | State of the exchange. |
LineType | String | Type of the exchange: LANDLINE, WIRELESS, VOIP, UNKNOWN |
Latitude | String | Latitude of the city, state. |
Longitude | String | Longitude of the city, state. |
Contact
Output Parameter | Type | Description |
---|---|---|
Name | String | Name of the registered contact. |
Address | String | Address of the registered contact. |
City | String | City of the registered contact. |
State | String | State of the registered contact. |
Zip | String | Zip of the registered contact. |
Type | String | Type of contact: BUSINESS, RESIDENTIAL, UNKNOWN. |
Quality | String | Quality of the data source. |