X12OutboundEdiHeaders
A structure containing the details for an outbound EDI object.
Contents
- controlNumbers
-
Specifies control number configuration for outbound X12 EDI headers. These settings determine the starting values for interchange, functional group, and transaction set control numbers.
Type: X12ControlNumbers object
Required: No
- delimiters
-
The delimiters, for example semicolon (
;
), that separates sections of the headers for the X12 object.Type: X12Delimiters object
Required: No
- functionalGroupHeaders
-
The functional group headers for the X12 object.
Type: X12FunctionalGroupHeaders object
Required: No
- gs05TimeFormat
-
Specifies the time format in the GS05 element (time) of the functional group header. The following formats use 24-hour clock time:
-
HHMM
- Hours and minutes -
HHMMSS
- Hours, minutes, and seconds -
HHMMSSDD
- Hours, minutes, seconds, and decimal seconds
Where:
-
HH
- Hours (00-23) -
MM
- Minutes (00-59) -
SS
- Seconds (00-59) -
DD
- Hundredths of seconds (00-99)
Type: String
Valid Values:
HHMM | HHMMSS | HHMMSSDD
Required: No
-
- interchangeControlHeaders
-
In X12 EDI messages, delimiters are used to mark the end of segments or elements, and are defined in the interchange control header.
Type: X12InterchangeControlHeaders object
Required: No
- validateEdi
-
Specifies whether or not to validate the EDI for this X12 object:
TRUE
orFALSE
. When enabled, this performs both standard EDI validation and applies any configured custom validation rules including element length constraints, code list validations, and element requirement checks. Validation results are returned in the response validation messages.Type: Boolean
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: