ChannelManagerClient.associateActions is similar to the associate operation, in that it associates a document response to a document request (for example, in X12, a 997 or 855 response to an original 850 request).
Table 3–10 Input Containers for ChannelManagerClient.associateActions
Name |
Description |
---|---|
OrigPkgHdrId |
Database ID of the original message |
AckPkgHeaderId |
Database ID of the acknowledgment message |
PkgType |
Name of the messaging or packaging envelope used for the message, such as ISA or GS. |
TPId |
The database’s unique ID for the trading partner; in other words, the foreign key to ex_trading_partner. |
MsgUniqId |
Unique ID for the message. |
ErrorFlag |
A value of Y signifies that the message contains a “business” type of error: could not decrypt, could not verify signature, and so forth. |
ErrorNo |
(reserved) |
ErrorStr |
A description of the error. |
Table 3–11 Output Container for ChannelManagerClient.associateActions
Name |
Description |
---|---|
isAssociated |
A value of Y signifies that an associated action exists. |