GetAvailableOEOptions

Input XML Tags

XML Tag

Definition

comcorp

Five digit system number assigned to each corp.

house

6 digit house number

cust

2 digit customer number

opr

3 character operator id (see Usage section)

 

Output XML Tags

XML Tag

Column Name

Data Type

Nullable

Definition

comcorp

CORP

CHAR (5)

N

Five digit system number assigned to each corp

oe_optiongroup

     

Beginning oe_optiongroup delimiter

oe_option

     

Beginning oe_option delimiter

oe_option_number

OPTION_NUMBER

CHAR (2)

N

2 digit order entry option number

oe_option_desc

OPTION_DESC

CHAR (20)

N

20 character order entry option description

oe_option_status

OPTION_STATUS

CHAR (1)

N

Y = can access option, N = cannot access the option

/oe_option

     

Ending oe_option delimiter

/oe_optiongroup

     

Ending oe_optiongroup delimiter

oe_suboption10group

     

Beginning oe_suboption10group delimiter

oe_suboption10

     

Beginning oe_suboption13 delimiter

oe_suboption10_number

OPTION_NUMBER

CHAR (2)

N

2 digit order entry option number

oe_suboption10_desc

OPTION_DESC

CHAR (20)

N

20 character order entry option description

oe_suboption10_status

OPTION_STATUS

CHAR (1)

N

Y = can access option, N = cannot access the option

/oe_suboption10

     

Ending oe_suboption10 delimiter

/oe_suboption10group

     

Ending oe_suboption10group delimiter

oe_suboption13group

     

Beginning oe_suboption13group delimiter

oe_suboption13

     

Beginning oe_suboption13 delimiter

oe_suboption13_number

OPTION_NUMBER

CHAR (2)

N

2 digit order entry option number

oe_suboption13_desc

OPTION_DESC

CHAR (20)

N

20 character order entry option description

oe_suboption13_status

OPTION_STATUS

CHAR (1)

N

Y = can access option, N = cannot access the option

/oe_suboption13

     

Ending oe_suboption13 delimiter

/oe_suboption13group

     

Ending oe_suboption13group delimiter

 

Source Tables

 

Change Log

6/4/01

Added suboption10 and suboption13 grouping tags

 

 

Usage

1.  At this time, the "opr" field in the Input XML document is only validated to determine if it is a valid operator in the corp being processed.  It is not used to determine "which" options are valid within the Order Entry processing for that operator.


Associated XML Documents


API Bundle Groups


Description

This API returns the valid Order Entry options that can be performed against the account (house/customer) that is sent within the input XML document.