X12AcknowledgmentOptions - AWS B2B Data Interchange

X12AcknowledgmentOptions

Contains options for configuring X12 acknowledgments. These options control how functional and technical acknowledgments are handled.

Contents

functionalAcknowledgment

Specifies whether functional acknowledgments (997/999) should be generated for incoming X12 transactions. Valid values are DO_NOT_GENERATE, GENERATE_ALL_SEGMENTS and GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP.

If you choose GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP, AWS B2B Data Interchange skips the AK2_Loop when generating an acknowledgment document.

Type: String

Valid Values: DO_NOT_GENERATE | GENERATE_ALL_SEGMENTS | GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP

Required: Yes

technicalAcknowledgment

Specifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges. Valid values are DO_NOT_GENERATE and GENERATE_ALL_SEGMENTS and.

Type: String

Valid Values: DO_NOT_GENERATE | GENERATE_ALL_SEGMENTS

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: