X12EnvelopeOverride Class
The X12 envelope override settings.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelX12EnvelopeOverride
Constructor
X12EnvelopeOverride(*, target_namespace: str, protocol_version: str, message_id: str, responsible_agency_code: str, header_version: str, sender_application_id: str, receiver_application_id: str, date_format: str | X12DateFormat, time_format: str | X12TimeFormat, functional_identifier_code: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
target_namespace
|
Required. The target namespace on which this envelope settings has to be applied. |
protocol_version
|
Required. The protocol version on which this envelope settings has to be applied. |
message_id
|
Required. The message id on which this envelope settings has to be applied. |
responsible_agency_code
|
Required. The responsible agency code. |
header_version
|
Required. The header version. |
sender_application_id
|
Required. The sender application id. |
receiver_application_id
|
Required. The receiver application id. |
functional_identifier_code
|
The functional identifier code. |
date_format
|
str or
X12DateFormat
Required. The date format. Possible values include: "NotSpecified", "CCYYMMDD", "YYMMDD". |
time_format
|
str or
X12TimeFormat
Required. The time format. Possible values include: "NotSpecified", "HHMM", "HHMMSS", "HHMMSSdd", "HHMMSSd". |
Variables
Name | Description |
---|---|
target_namespace
|
Required. The target namespace on which this envelope settings has to be applied. |
protocol_version
|
Required. The protocol version on which this envelope settings has to be applied. |
message_id
|
Required. The message id on which this envelope settings has to be applied. |
responsible_agency_code
|
Required. The responsible agency code. |
header_version
|
Required. The header version. |
sender_application_id
|
Required. The sender application id. |
receiver_application_id
|
Required. The receiver application id. |
functional_identifier_code
|
The functional identifier code. |
date_format
|
str or
X12DateFormat
Required. The date format. Possible values include: "NotSpecified", "CCYYMMDD", "YYMMDD". |
time_format
|
str or
X12TimeFormat
Required. The time format. Possible values include: "NotSpecified", "HHMM", "HHMMSS", "HHMMSSdd", "HHMMSSd". |
Azure SDK for Python