| BLD(ORDER) |
The following API is defined by this agreement:
BLD - The call to BLD will take the CPRS order identified by the ORDER
parameter and reformat it into the expected format for order checking. The
array ORX is returned with the orders in proper format.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
ORDER |
Input |
Internal entry number from ORDERS (#100) file to be
converted to order checking format.
|
ORX |
Output |
This array will hold the newly formatted information
that can then be sent to the order checking software. Multiple calls to BLD
will continue to build the ORX array.
|
|