|
XML Tag |
Definition |
Rules |
|
comcorp |
5 digit field |
Five digit system number assigned to each corp. The corp number is unique only within one Tandem system. |
|
house |
6 character field |
House number. Numeric only |
|
opr |
3 character field |
3 character operator id, must be in Opreator Id table. |
|
custlevelpin |
4 character field |
Four digit customer level pin |
|
lockacct_pid |
5 character field |
5 digit unique locking pid (1,001 - 65, 535) (05-23-2001) |
|
w_cmpg |
1 character field |
Campaign code on this job. Code36 table (112). Check op_oebpcamp tage in GetOrderParams transaction to bypass this field. |
|
w_salrn |
1 character field |
Sales reason on this job. Code36 table (113). Check op_oebpsalesrsn tag in GetOrderParams transaction to bypass this field. |
|
w_slsrep |
3 character field |
Sales rep who sold this account. Use GetSalesperson transaction to check for valid salesman. |
|
h_dwell |
1 character field |
Code36 (106) |
|
h_ovug |
1 character field |
Indicates how the drop enters the house . Valid Values: o =overhead,u=underground |
|
h_fibernode |
20 character field |
Used by HSDS to store the node information from the head end. Valid Values: alpha/numeric |
|
h_network_id |
20 character field |
Used by HSDS to store nodes information out in the plant. Valid Values: alpha/numeric |
|
outletgroup |
outletgroup beginning delimiter | |
|
outlet |
outlet beginning delimiter | |
|
wo_outlet |
2 digit field |
Outlet number. Valid Values: 1-60 |
|
pt_pkg |
2 character field |
Package code. Will not update the table. Read only |
|
wo_boxloc |
1 character field |
Outlet location code. Code36 (120) |
|
ratecode group |
ratecodegroup beginning delimiter | |
|
ratecode |
ratecode beginning delimiter | |
|
wor_ratecd |
2 character field |
Rate code associated with this charge level. |
|
wor_cnt |
short |
Rate code count for the service on this outlet. Valid Values: |
|
non_std_amt |
6 digit field |
This is the non standard amount associated with a nonstandard rate code |
|
/ratecode |
ratecode ending delimiter | |
|
/ratecode group |
ratecodegroup ending delimiter | |
|
taskcodegroup |
taskcodegroup beginning delimiter | |
|
wo_taskcode |
2 character field |
Task/problem code depending on job type. There has to be at least one task code present in the API and there could up to 8 task codes associated with one outlet. Code95 table (201). The CSR can also enter a non standard task code in this field. There can only be one non standard task code, these task codes are defined as 90 and above. |
|
wo_taskcount |
2 digit numeric |
This field is only populated if there is a custom task code in the task field |
|
/taskcodegroup |
taskcodegroup ending delimiter | |
|
wo_pts |
short |
This field is only populated if there is a non standard task code in the task field. |
|
dss_username |
30 character field |
User name if data service subscription, user name for access. Valid Values: If data service subscription, alphanumeric character string |
|
dss_password |
30 character field |
The password a subscriber would use to access the data service subscription. Valid Values: Alphanumeric character string |
|
/outlet |
outlet ending delimiter | |
|
/outletgroup |
outletgroup ending delimiter | |
| ScheduleActionGroup (See ScheduleActionGroup document) | ||
|
w_wspcl |
3 character field |
Alpha-numeric; All schedule types; code 36 (131);up to 3 codes possible |
|
w_wbdate |
10 character field |
Start/stop bill date for the order. Valid Values: YYYY-MM-DD |
|
w_wrem |
1 character field |
Code36 table (122) |
|
w_wdiscnt |
1 character field |
Code36 table (121) |
|
w_wform |
1 character field |
Code36 table (124) |
|
w_wmsg |
1 character field |
|
|
w_wpro |
1 character field |
Code36 (123) |
|
w_wmode |
1 character field |
Billing mode. Valid Values: Code36 (125) |
|
w_wcod |
1 character field |
User defined COD code. Valid Values: any valid value in the table retrieved through GetCODTable transaction. |
|
w_annivday |
2 digit numeric |
Day of the month specified as the customer's anniversary day. Valid Values: 1-31 |
|
cte_taxcode |
10 character field |
Tax code exempt. 10 character field with positional Ys and Ns for legal values in the Code36 table (165). |
|
woc_commt |
350 characters maximum |
Alpha-numeric, maximum charters = 350; amount of data stored dependent on cp_wipcommaxln retrieved through GetControlParams transaction. |
|
XML Tag |
Definition |
|
errorcode |
short |
|
errormessage |
char |
|
5/7/01 |
Added h_fibernode, h_netwokid, dss_username and dss_password |
|
5/8/01 |
Moved wo_taskcount inside of taskcodegroup grouping tag |
|
5/9/01 |
Moved ScheduleActionGroup to separate document spreadsheet |
|
5/23/01 |
Removed cust as XML document data field, internal logic determines the value that will be populated in the database. |
|
Added lockacct_pid data field for locking functionality | |
|
8/25/01 |
Updated Rules columns to further clarify usage. |