Disconnect
Input XML Tags
|
XML Tag |
Definition |
Rules |
|
comcorp |
Five digit corp number |
Five digit system number assigned to each corp. |
|
house |
Six digit house number |
Up to six digit house number |
|
cust |
Two digit customer number |
Two digit customer number |
|
opr |
Three digit operator id |
3 characters, legal operator id |
|
custlevelpin |
Four character field |
Four digit customer level pin |
|
lockacct_pid |
5 character field |
5 digit unique locking pid (1,001 - 65, 535) (05-23-2001) |
|
disc_reason |
1 character field |
Code36 (117); see usage below for additional information |
|
c_rareacd |
3 digit field |
Residence/home phone area code.. Valid Values |
|
c_rphon |
7 character field |
Customer's residence phone number. Valid Values: |
|
c_rphonarea |
1 character field |
Code36 table (111) tied to the residence phone number. (used to be 8th digit of phone). Valid Values: 0-9, A-Z |
|
c_bphone |
10 character field |
Customer's business phone number. Valid Values: If CREDITCHKTRANS, AAAPPPSSSS where aaa=area codeppp=prefix, ssss=suffix. |
|
c_ssn |
9 character field |
Customer's Social Security number. Numeric values only. |
|
c_badr |
1 character field |
If blank (or anything but "1" or "2") = no billing address; If "1" or "2" = billing address and designates billing address format: 1=Billing address only-add'l mail to svc addrs 2=Mailing address - all mail to this address |
|
cba_bil1 |
26 character field |
The 'in care of' line of the billing address. |
|
cba_bil2 |
26 character field |
Street address. |
|
cba_bil3 |
17 character field |
City and state. Formatting for this field to conform to DDP/SQL standards require that the City be in characters 1 - 14, followed by a "space" in character 15, with the State in characters 16 - 17 |
|
cba_bil4 |
6 character field |
Billing zip code. |
|
taskcodegroup |
taskcodegroup beginning delimiter |
|
|
wo_taskcode |
Three digit problem code |
Numeric; repeatable up to 8; must be at least one; code 95 (201) |
|
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 |
numeric |
This field is only populated if there is a non standard task code in the task field. |
| ScheduleActionGroup (See ScheduleActionGroup document) | ||
|
XML Tag |
Definition |
Rules |
|
w_wspcl |
3 character field |
Alpha-numeric; All schedule types; Code36 (131);up to 3 codes possible |
|
w_wbdate |
datetime |
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_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 the GetCODTable transaction. |
|
w_annivday |
2 digit numeric |
Day of the month specified as the customer's anniversary day. Valid Values: 1-31 |
|
woc_commt |
350 characters maximum |
Alpha-numeric, maximum charters = 350; amount of data stored dependent on cp_wipcommaxln retrieved through GetControlParams transaction. |
Output XML Tags
|
XML Tag |
Definition |
|
errorcode |
short |
|
errormessage |
char |
Change Log
|
5/8/01 |
Added back c_rarecd, c_rphon, c_rphonarea, c_bphone and c_ssn to document |
|
5/8/01 |
Added formatting description to cba_bil3 field |
|
5/8/01 |
Moved wo_taskcount inside of the tascodegroup grouping tags |
|
5/9/01 |
Moved ScheduleActionGroup to separate document spreadsheet |
|
5/23/01 |
Added lockacct_pid data field for locking functionality |
|
8/20/01 |
If the disc_reason code = the system reserved "transfer" disconnect reason (GetOrderParams – op_xfrdisc) |
|
will not "roll into" a Transfer transaction; result will be a P/DISC with a disconnect reson of "transfer". |
|
|
Use of the system reserved "non-pay" disconnect reason (disc_reason tag) will result in a system recognized "manual non-pay". |
|
|
8/24/01 |
Update of Rules section of document to further clarify the usage of tag fields. |
Usage
Associated XML Documents