|
XML Tag |
Definition |
|
comcorp |
Five digit system number assigned to each corp. |
|
zipcode |
6 character zip code |
|
XML Tag |
Column Name |
Data Type |
Nullable |
Definition |
|
corp |
CORP |
INT UNSIGNED |
N |
Five digit accounting corp number assigned to each corp |
|
zipend |
ZIPEND |
CHAR(6) |
N |
Ending range of this group of zip codes. Valid Values: |
|
zipbeg |
ZIPBEG |
CHAR(6) |
N |
Zip code beginning range. Valid Values: |
|
city |
CITY |
CHAR(18) |
N |
City Name tied to this zip. Valid Values: |
|
state |
STATE |
CHAR(2) |
N |
Two character state abbreviation. Valid Values: Alphanumeric |
|
cycle |
CYCLE |
CHAR(1) |
N |
In custmaster = customer's billing cycle, in cycletable = valid cycles for corp. Valid Values: CYCLETABLE A-H |
|
8/31/01 |
Removed erroneous grouping tags in Output XML |