Stores PhoneFinder batch information.
Fields
Field |
Field Type |
Null |
Notes |
Description |
SEQUENCE
|
int
|
false
|
|
|
PHONENUMBER
|
nvarchar(20)
|
false
|
|
The phone number to insert or update
|
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|
PHONEMATCHTYPE
|
nvarchar(1)
|
false
|
|
The match type returned by the PhoneFinder service
|
MATCHCOMPOSITESCORE
|
nvarchar(5)
|
false
|
|
The match composite score returned by the PhoneFinder service
|
PHONESTATUS
|
nvarchar(1)
|
false
|
|
The phone status returned by the PhoneFinder service
|
DONOTCALLSTATUS
|
nvarchar(1)
|
false
|
|
The phone's do not call status returned by the PhoneFinder service
|
PHONEVERIFIED
|
bit
|
false
|
|
Whether or not the phone was verified by the finder process
|