Agreements - Create Or Update
Creates or updates an integration account agreement.
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}?api-version=2016-06-01
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
agreement
|
path | True |
|
The integration account agreement name. |
|
integration
|
path | True |
|
The integration account name. |
|
resource
|
path | True |
|
The resource group name. |
|
subscription
|
path | True |
|
The subscription id. |
|
api-version
|
query | True |
|
The API version. |
Request Body
| Name | Required | Type | Description |
|---|---|---|---|
| properties.agreementType | True |
The agreement type. |
|
| properties.content | True |
The agreement content. |
|
| properties.guestIdentity | True |
The business identity of the guest partner. |
|
| properties.guestPartner | True |
|
The integration account partner that is set as guest partner for this agreement. |
| properties.hostIdentity | True |
The business identity of the host partner. |
|
| properties.hostPartner | True |
|
The integration account partner that is set as host partner for this agreement. |
| location |
|
The resource location. |
|
| properties.metadata |
The metadata. |
||
| tags |
|
The resource tags. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
OK |
|
| 201 Created |
Created |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
| Name | Description |
|---|---|
| user_impersonation | impersonate your user account |
Examples
Create or update an agreement
Sample Request
PUT https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/agreements/testAgreement?api-version=2016-06-01
{
"properties": {
"metadata": {},
"agreementType": "AS2",
"hostPartner": "HostPartner",
"guestPartner": "GuestPartner",
"hostIdentity": {
"qualifier": "ZZ",
"value": "ZZ"
},
"guestIdentity": {
"qualifier": "AA",
"value": "AA"
},
"content": {
"aS2": {
"receiveAgreement": {
"protocolSettings": {
"messageConnectionSettings": {
"ignoreCertificateNameMismatch": true,
"supportHttpStatusCodeContinue": true,
"keepHttpConnectionAlive": true,
"unfoldHttpHeaders": true
},
"acknowledgementConnectionSettings": {
"ignoreCertificateNameMismatch": true,
"supportHttpStatusCodeContinue": true,
"keepHttpConnectionAlive": true,
"unfoldHttpHeaders": true
},
"mdnSettings": {
"needMdn": true,
"signMdn": true,
"sendMdnAsynchronously": true,
"receiptDeliveryUrl": "http://tempuri.org",
"dispositionNotificationTo": "http://tempuri.org",
"signOutboundMdnIfOptional": true,
"mdnText": "Sample",
"sendInboundMdnToMessageBox": true,
"micHashingAlgorithm": "SHA1"
},
"securitySettings": {
"overrideGroupSigningCertificate": false,
"enableNrrForInboundEncodedMessages": true,
"enableNrrForInboundDecodedMessages": true,
"enableNrrForOutboundMdn": true,
"enableNrrForOutboundEncodedMessages": true,
"enableNrrForOutboundDecodedMessages": true,
"enableNrrForInboundMdn": true
},
"validationSettings": {
"overrideMessageProperties": true,
"encryptMessage": false,
"signMessage": false,
"compressMessage": true,
"checkDuplicateMessage": true,
"interchangeDuplicatesValidityDays": 100,
"checkCertificateRevocationListOnSend": true,
"checkCertificateRevocationListOnReceive": true,
"encryptionAlgorithm": "AES128"
},
"envelopeSettings": {
"messageContentType": "text/plain",
"transmitFileNameInMimeHeader": true,
"fileNameTemplate": "Test",
"suspendMessageOnFileNameGenerationError": true,
"autogenerateFileName": true
},
"errorSettings": {
"suspendDuplicateMessage": true,
"resendIfMdnNotReceived": true
}
},
"senderBusinessIdentity": {
"qualifier": "AA",
"value": "AA"
},
"receiverBusinessIdentity": {
"qualifier": "ZZ",
"value": "ZZ"
}
},
"sendAgreement": {
"protocolSettings": {
"messageConnectionSettings": {
"ignoreCertificateNameMismatch": true,
"supportHttpStatusCodeContinue": true,
"keepHttpConnectionAlive": true,
"unfoldHttpHeaders": true
},
"acknowledgementConnectionSettings": {
"ignoreCertificateNameMismatch": true,
"supportHttpStatusCodeContinue": true,
"keepHttpConnectionAlive": true,
"unfoldHttpHeaders": true
},
"mdnSettings": {
"needMdn": true,
"signMdn": true,
"sendMdnAsynchronously": true,
"receiptDeliveryUrl": "http://tempuri.org",
"dispositionNotificationTo": "http://tempuri.org",
"signOutboundMdnIfOptional": true,
"mdnText": "Sample",
"sendInboundMdnToMessageBox": true,
"micHashingAlgorithm": "SHA1"
},
"securitySettings": {
"overrideGroupSigningCertificate": false,
"enableNrrForInboundEncodedMessages": true,
"enableNrrForInboundDecodedMessages": true,
"enableNrrForOutboundMdn": true,
"enableNrrForOutboundEncodedMessages": true,
"enableNrrForOutboundDecodedMessages": true,
"enableNrrForInboundMdn": true
},
"validationSettings": {
"overrideMessageProperties": true,
"encryptMessage": false,
"signMessage": false,
"compressMessage": true,
"checkDuplicateMessage": true,
"interchangeDuplicatesValidityDays": 100,
"checkCertificateRevocationListOnSend": true,
"checkCertificateRevocationListOnReceive": true,
"encryptionAlgorithm": "AES128"
},
"envelopeSettings": {
"messageContentType": "text/plain",
"transmitFileNameInMimeHeader": true,
"fileNameTemplate": "Test",
"suspendMessageOnFileNameGenerationError": true,
"autogenerateFileName": true
},
"errorSettings": {
"suspendDuplicateMessage": true,
"resendIfMdnNotReceived": true
}
},
"senderBusinessIdentity": {
"qualifier": "ZZ",
"value": "ZZ"
},
"receiverBusinessIdentity": {
"qualifier": "AA",
"value": "AA"
}
}
}
}
},
"location": "westus",
"tags": {
"IntegrationAccountAgreement": "<IntegrationAccountAgreementName>"
}
}
Sample Response
{
"properties": {
"hostPartner": "HostPartner",
"guestPartner": "GuestPartner",
"hostIdentity": {
"qualifier": "ZZ",
"value": "ZZ"
},
"guestIdentity": {
"qualifier": "AA",
"value": "AA"
},
"agreementType": "AS2",
"content": {
"aS2": {
"receiveAgreement": {
"protocolSettings": {
"messageConnectionSettings": {
"ignoreCertificateNameMismatch": true,
"supportHttpStatusCodeContinue": true,
"keepHttpConnectionAlive": true,
"unfoldHttpHeaders": true
},
"acknowledgementConnectionSettings": {
"ignoreCertificateNameMismatch": true,
"supportHttpStatusCodeContinue": true,
"keepHttpConnectionAlive": true,
"unfoldHttpHeaders": true
},
"mdnSettings": {
"needMdn": true,
"signMdn": true,
"sendMdnAsynchronously": true,
"receiptDeliveryUrl": "http://tempuri.org",
"dispositionNotificationTo": "http://tempuri.org",
"signOutboundMdnIfOptional": true,
"mdnText": "Sample",
"sendInboundMdnToMessageBox": true,
"micHashingAlgorithm": "SHA1"
},
"securitySettings": {
"overrideGroupSigningCertificate": false,
"enableNrrForInboundEncodedMessages": true,
"enableNrrForInboundDecodedMessages": true,
"enableNrrForOutboundMdn": true,
"enableNrrForOutboundEncodedMessages": true,
"enableNrrForOutboundDecodedMessages": true,
"enableNrrForInboundMdn": true
},
"validationSettings": {
"overrideMessageProperties": true,
"encryptMessage": false,
"signMessage": false,
"compressMessage": true,
"checkDuplicateMessage": true,
"interchangeDuplicatesValidityDays": 100,
"checkCertificateRevocationListOnSend": true,
"checkCertificateRevocationListOnReceive": true,
"encryptionAlgorithm": "AES128"
},
"envelopeSettings": {
"messageContentType": "text/plain",
"transmitFileNameInMimeHeader": true,
"fileNameTemplate": "Test",
"suspendMessageOnFileNameGenerationError": true,
"autogenerateFileName": true
},
"errorSettings": {
"suspendDuplicateMessage": true,
"resendIfMdnNotReceived": true
}
},
"senderBusinessIdentity": {
"qualifier": "AA",
"value": "AA"
},
"receiverBusinessIdentity": {
"qualifier": "ZZ",
"value": "ZZ"
}
},
"sendAgreement": {
"protocolSettings": {
"messageConnectionSettings": {
"ignoreCertificateNameMismatch": true,
"supportHttpStatusCodeContinue": true,
"keepHttpConnectionAlive": true,
"unfoldHttpHeaders": true
},
"acknowledgementConnectionSettings": {
"ignoreCertificateNameMismatch": true,
"supportHttpStatusCodeContinue": true,
"keepHttpConnectionAlive": true,
"unfoldHttpHeaders": true
},
"mdnSettings": {
"needMdn": true,
"signMdn": true,
"sendMdnAsynchronously": true,
"receiptDeliveryUrl": "http://tempuri.org",
"dispositionNotificationTo": "http://tempuri.org",
"signOutboundMdnIfOptional": true,
"mdnText": "Sample",
"sendInboundMdnToMessageBox": true,
"micHashingAlgorithm": "SHA1"
},
"securitySettings": {
"overrideGroupSigningCertificate": false,
"enableNrrForInboundEncodedMessages": true,
"enableNrrForInboundDecodedMessages": true,
"enableNrrForOutboundMdn": true,
"enableNrrForOutboundEncodedMessages": true,
"enableNrrForOutboundDecodedMessages": true,
"enableNrrForInboundMdn": true
},
"validationSettings": {
"overrideMessageProperties": true,
"encryptMessage": false,
"signMessage": false,
"compressMessage": true,
"checkDuplicateMessage": true,
"interchangeDuplicatesValidityDays": 100,
"checkCertificateRevocationListOnSend": true,
"checkCertificateRevocationListOnReceive": true,
"encryptionAlgorithm": "AES128"
},
"envelopeSettings": {
"messageContentType": "text/plain",
"transmitFileNameInMimeHeader": true,
"fileNameTemplate": "Test",
"suspendMessageOnFileNameGenerationError": true,
"autogenerateFileName": true
},
"errorSettings": {
"suspendDuplicateMessage": true,
"resendIfMdnNotReceived": true
}
},
"senderBusinessIdentity": {
"qualifier": "ZZ",
"value": "ZZ"
},
"receiverBusinessIdentity": {
"qualifier": "AA",
"value": "AA"
}
}
}
},
"createdTime": "2017-03-06T22:32:54.2938748Z",
"changedTime": "2017-03-06T22:32:54.2945291Z",
"metadata": {}
},
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/IntegrationAccount4533/agreements/<IntegrationAccountAgreementName>",
"name": "<IntegrationAccountAgreementName>",
"type": "Microsoft.Logic/integrationAccounts/agreements"
}
{
"properties": {
"hostPartner": "HostPartner",
"guestPartner": "GuestPartner",
"hostIdentity": {
"qualifier": "ZZ",
"value": "ZZ"
},
"guestIdentity": {
"qualifier": "AA",
"value": "AA"
},
"agreementType": "AS2",
"content": {
"aS2": {
"receiveAgreement": {
"protocolSettings": {
"messageConnectionSettings": {
"ignoreCertificateNameMismatch": true,
"supportHttpStatusCodeContinue": true,
"keepHttpConnectionAlive": true,
"unfoldHttpHeaders": true
},
"acknowledgementConnectionSettings": {
"ignoreCertificateNameMismatch": true,
"supportHttpStatusCodeContinue": true,
"keepHttpConnectionAlive": true,
"unfoldHttpHeaders": true
},
"mdnSettings": {
"needMdn": true,
"signMdn": true,
"sendMdnAsynchronously": true,
"receiptDeliveryUrl": "http://tempuri.org",
"dispositionNotificationTo": "http://tempuri.org",
"signOutboundMdnIfOptional": true,
"mdnText": "Sample",
"sendInboundMdnToMessageBox": true,
"micHashingAlgorithm": "SHA1"
},
"securitySettings": {
"overrideGroupSigningCertificate": false,
"enableNrrForInboundEncodedMessages": true,
"enableNrrForInboundDecodedMessages": true,
"enableNrrForOutboundMdn": true,
"enableNrrForOutboundEncodedMessages": true,
"enableNrrForOutboundDecodedMessages": true,
"enableNrrForInboundMdn": true
},
"validationSettings": {
"overrideMessageProperties": true,
"encryptMessage": false,
"signMessage": false,
"compressMessage": true,
"checkDuplicateMessage": true,
"interchangeDuplicatesValidityDays": 100,
"checkCertificateRevocationListOnSend": true,
"checkCertificateRevocationListOnReceive": true,
"encryptionAlgorithm": "AES128"
},
"envelopeSettings": {
"messageContentType": "text/plain",
"transmitFileNameInMimeHeader": true,
"fileNameTemplate": "Test",
"suspendMessageOnFileNameGenerationError": true,
"autogenerateFileName": true
},
"errorSettings": {
"suspendDuplicateMessage": true,
"resendIfMdnNotReceived": true
}
},
"senderBusinessIdentity": {
"qualifier": "AA",
"value": "AA"
},
"receiverBusinessIdentity": {
"qualifier": "ZZ",
"value": "ZZ"
}
},
"sendAgreement": {
"protocolSettings": {
"messageConnectionSettings": {
"ignoreCertificateNameMismatch": true,
"supportHttpStatusCodeContinue": true,
"keepHttpConnectionAlive": true,
"unfoldHttpHeaders": true
},
"acknowledgementConnectionSettings": {
"ignoreCertificateNameMismatch": true,
"supportHttpStatusCodeContinue": true,
"keepHttpConnectionAlive": true,
"unfoldHttpHeaders": true
},
"mdnSettings": {
"needMdn": true,
"signMdn": true,
"sendMdnAsynchronously": true,
"receiptDeliveryUrl": "http://tempuri.org",
"dispositionNotificationTo": "http://tempuri.org",
"signOutboundMdnIfOptional": true,
"mdnText": "Sample",
"sendInboundMdnToMessageBox": true,
"micHashingAlgorithm": "SHA1"
},
"securitySettings": {
"overrideGroupSigningCertificate": false,
"enableNrrForInboundEncodedMessages": true,
"enableNrrForInboundDecodedMessages": true,
"enableNrrForOutboundMdn": true,
"enableNrrForOutboundEncodedMessages": true,
"enableNrrForOutboundDecodedMessages": true,
"enableNrrForInboundMdn": true
},
"validationSettings": {
"overrideMessageProperties": true,
"encryptMessage": false,
"signMessage": false,
"compressMessage": true,
"checkDuplicateMessage": true,
"interchangeDuplicatesValidityDays": 100,
"checkCertificateRevocationListOnSend": true,
"checkCertificateRevocationListOnReceive": true,
"encryptionAlgorithm": "AES128"
},
"envelopeSettings": {
"messageContentType": "text/plain",
"transmitFileNameInMimeHeader": true,
"fileNameTemplate": "Test",
"suspendMessageOnFileNameGenerationError": true,
"autogenerateFileName": true
},
"errorSettings": {
"suspendDuplicateMessage": true,
"resendIfMdnNotReceived": true
}
},
"senderBusinessIdentity": {
"qualifier": "ZZ",
"value": "ZZ"
},
"receiverBusinessIdentity": {
"qualifier": "AA",
"value": "AA"
}
}
}
},
"createdTime": "2017-03-06T22:32:54.2938748Z",
"changedTime": "2017-03-06T22:32:54.2945291Z",
"metadata": {}
},
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/IntegrationAccount4533/agreements/<IntegrationAccountAgreementName>",
"name": "<IntegrationAccountAgreementName>",
"type": "Microsoft.Logic/integrationAccounts/agreements"
}
Definitions
|
Agreement |
The integration account agreement content. |
|
Agreement |
|
|
AS2Acknowledgement |
The AS2 agreement acknowledgement connection settings. |
|
AS2Agreement |
The integration account AS2 agreement content. |
|
AS2Envelope |
The AS2 agreement envelope settings. |
|
AS2Error |
The AS2 agreement error settings. |
|
AS2Mdn |
The AS2 agreement mdn settings. |
|
AS2Message |
The AS2 agreement message connection settings. |
|
AS2One |
The integration account AS2 one-way agreement. |
|
AS2Protocol |
The AS2 agreement protocol settings. |
|
AS2Security |
The AS2 agreement security settings. |
|
AS2Validation |
The AS2 agreement validation settings. |
|
Business |
The integration account partner's business identity. |
|
Edifact |
The Edifact agreement acknowledgement settings. |
|
Edifact |
The Edifact agreement content. |
|
Edifact |
|
|
Edifact |
|
|
Edifact |
The Edifact delimiter override settings. |
|
Edifact |
The Edifact envelope override settings. |
|
Edifact |
The Edifact agreement envelope settings. |
|
Edifact |
The Edifact agreement framing settings. |
|
Edifact |
The Edifact message filter for odata query. |
|
Edifact |
The Edifact message identifier. |
|
Edifact |
The Edifact one way agreement. |
|
Edifact |
The Edifact agreement protocol settings. |
|
Edifact |
The Edifact agreement protocol settings. |
|
Edifact |
The Edifact schema reference. |
|
Edifact |
The Edifact validation override settings. |
|
Edifact |
The Edifact agreement validation settings. |
|
Encryption |
|
|
Hashing |
|
|
Integration |
The integration account agreement. |
|
Message |
|
| Metadata |
The metadata. |
|
Segment |
|
|
Signing |
|
|
Trailing |
|
|
Usage |
|
|
X12Acknowledgement |
The X12 agreement acknowledgement settings. |
|
X12Agreement |
The X12 agreement content. |
|
X12Character |
|
|
X12Date |
|
|
X12Delimiter |
The X12 delimiter override settings. |
|
X12Envelope |
The X12 envelope override settings. |
|
X12Envelope |
The X12 agreement envelope settings. |
|
X12Framing |
The X12 agreement framing settings. |
|
X12Message |
The X12 message filter for odata query. |
|
X12Message |
The X12 message identifier. |
|
X12One |
The X12 one-way agreement. |
|
X12Processing |
The X12 processing settings. |
|
X12Protocol |
The X12 agreement protocol settings. |
|
X12Schema |
The X12 schema reference. |
|
X12Security |
The X12 agreement security settings. |
|
X12Time |
|
|
X12Validation |
The X12 validation override settings. |
|
X12Validation |
The X12 agreement validation settings. |
AgreementContent
The integration account agreement content.
| Name | Type | Description |
|---|---|---|
| aS2 |
The AS2 agreement content. |
|
| edifact |
The EDIFACT agreement content. |
|
| x12 |
The X12 agreement content. |
AgreementType
| Name | Type | Description |
|---|---|---|
| AS2 |
|
|
| Edifact |
|
|
| NotSpecified |
|
|
| X12 |
|
AS2AcknowledgementConnectionSettings
The AS2 agreement acknowledgement connection settings.
| Name | Type | Description |
|---|---|---|
| ignoreCertificateNameMismatch |
|
The value indicating whether to ignore mismatch in certificate name. |
| keepHttpConnectionAlive |
|
The value indicating whether to keep the connection alive. |
| supportHttpStatusCodeContinue |
|
The value indicating whether to support HTTP status code 'CONTINUE'. |
| unfoldHttpHeaders |
|
The value indicating whether to unfold the HTTP headers. |
AS2AgreementContent
The integration account AS2 agreement content.
| Name | Type | Description |
|---|---|---|
| receiveAgreement |
The AS2 one-way receive agreement. |
|
| sendAgreement |
The AS2 one-way send agreement. |
AS2EnvelopeSettings
The AS2 agreement envelope settings.
| Name | Type | Description |
|---|---|---|
| autogenerateFileName |
|
The value indicating whether to auto generate file name. |
| fileNameTemplate |
|
The template for file name. |
| messageContentType |
|
The message content type. |
| suspendMessageOnFileNameGenerationError |
|
The value indicating whether to suspend message on file name generation error. |
| transmitFileNameInMimeHeader |
|
The value indicating whether to transmit file name in mime header. |
AS2ErrorSettings
The AS2 agreement error settings.
| Name | Type | Description |
|---|---|---|
| resendIfMdnNotReceived |
|
The value indicating whether to resend message If MDN is not received. |
| suspendDuplicateMessage |
|
The value indicating whether to suspend duplicate message. |
AS2MdnSettings
The AS2 agreement mdn settings.
| Name | Type | Description |
|---|---|---|
| dispositionNotificationTo |
|
The disposition notification to header value. |
| mdnText |
|
The MDN text. |
| micHashingAlgorithm |
The signing or hashing algorithm. |
|
| needMdn |
|
The value indicating whether to send or request a MDN. |
| receiptDeliveryUrl |
|
The receipt delivery URL. |
| sendInboundMdnToMessageBox |
|
The value indicating whether to send inbound MDN to message box. |
| sendMdnAsynchronously |
|
The value indicating whether to send the asynchronous MDN. |
| signMdn |
|
The value indicating whether the MDN needs to be signed or not. |
| signOutboundMdnIfOptional |
|
The value indicating whether to sign the outbound MDN if optional. |
AS2MessageConnectionSettings
The AS2 agreement message connection settings.
| Name | Type | Description |
|---|---|---|
| ignoreCertificateNameMismatch |
|
The value indicating whether to ignore mismatch in certificate name. |
| keepHttpConnectionAlive |
|
The value indicating whether to keep the connection alive. |
| supportHttpStatusCodeContinue |
|
The value indicating whether to support HTTP status code 'CONTINUE'. |
| unfoldHttpHeaders |
|
The value indicating whether to unfold the HTTP headers. |
AS2OneWayAgreement
The integration account AS2 one-way agreement.
| Name | Type | Description |
|---|---|---|
| protocolSettings |
The AS2 protocol settings. |
|
| receiverBusinessIdentity |
The receiver business identity |
|
| senderBusinessIdentity |
The sender business identity |
AS2ProtocolSettings
The AS2 agreement protocol settings.
| Name | Type | Description |
|---|---|---|
| acknowledgementConnectionSettings |
The acknowledgement connection settings. |
|
| envelopeSettings |
The envelope settings. |
|
| errorSettings |
The error settings. |
|
| mdnSettings |
The MDN settings. |
|
| messageConnectionSettings |
The message connection settings. |
|
| securitySettings |
The security settings. |
|
| validationSettings |
The validation settings. |
AS2SecuritySettings
The AS2 agreement security settings.
| Name | Type | Description |
|---|---|---|
| enableNrrForInboundDecodedMessages |
|
The value indicating whether to enable NRR for inbound decoded messages. |
| enableNrrForInboundEncodedMessages |
|
The value indicating whether to enable NRR for inbound encoded messages. |
| enableNrrForInboundMdn |
|
The value indicating whether to enable NRR for inbound MDN. |
| enableNrrForOutboundDecodedMessages |
|
The value indicating whether to enable NRR for outbound decoded messages. |
| enableNrrForOutboundEncodedMessages |
|
The value indicating whether to enable NRR for outbound encoded messages. |
| enableNrrForOutboundMdn |
|
The value indicating whether to enable NRR for outbound MDN. |
| encryptionCertificateName |
|
The name of the encryption certificate. |
| overrideGroupSigningCertificate |
|
The value indicating whether to send or request a MDN. |
| sha2AlgorithmFormat |
|
The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize. |
| signingCertificateName |
|
The name of the signing certificate. |
AS2ValidationSettings
The AS2 agreement validation settings.
| Name | Type | Description |
|---|---|---|
| checkCertificateRevocationListOnReceive |
|
The value indicating whether to check for certificate revocation list on receive. |
| checkCertificateRevocationListOnSend |
|
The value indicating whether to check for certificate revocation list on send. |
| checkDuplicateMessage |
|
The value indicating whether to check for duplicate message. |
| compressMessage |
|
The value indicating whether the message has to be compressed. |
| encryptMessage |
|
The value indicating whether the message has to be encrypted. |
| encryptionAlgorithm |
The encryption algorithm. |
|
| interchangeDuplicatesValidityDays |
|
The number of days to look back for duplicate interchange. |
| overrideMessageProperties |
|
The value indicating whether to override incoming message properties with those in agreement. |
| signMessage |
|
The value indicating whether the message has to be signed. |
| signingAlgorithm |
The signing algorithm. |
BusinessIdentity
The integration account partner's business identity.
| Name | Type | Description |
|---|---|---|
| qualifier |
|
The business identity qualifier e.g. as2identity, ZZ, ZZZ, 31, 32 |
| value |
|
The user defined business identity value. |
EdifactAcknowledgementSettings
The Edifact agreement acknowledgement settings.
| Name | Type | Description |
|---|---|---|
| acknowledgementControlNumberLowerBound |
|
The acknowledgement control number lower bound. |
| acknowledgementControlNumberPrefix |
|
The acknowledgement control number prefix. |
| acknowledgementControlNumberSuffix |
|
The acknowledgement control number suffix. |
| acknowledgementControlNumberUpperBound |
|
The acknowledgement control number upper bound. |
| batchFunctionalAcknowledgements |
|
The value indicating whether to batch functional acknowledgements. |
| batchTechnicalAcknowledgements |
|
The value indicating whether to batch the technical acknowledgements. |
| needFunctionalAcknowledgement |
|
The value indicating whether functional acknowledgement is needed. |
| needLoopForValidMessages |
|
The value indicating whether a loop is needed for valid messages. |
| needTechnicalAcknowledgement |
|
The value indicating whether technical acknowledgement is needed. |
| rolloverAcknowledgementControlNumber |
|
The value indicating whether to rollover acknowledgement control number. |
| sendSynchronousAcknowledgement |
|
The value indicating whether to send synchronous acknowledgement. |
EdifactAgreementContent
The Edifact agreement content.
| Name | Type | Description |
|---|---|---|
| receiveAgreement |
The EDIFACT one-way receive agreement. |
|
| sendAgreement |
The EDIFACT one-way send agreement. |
EdifactCharacterSet
| Name | Type | Description |
|---|---|---|
| KECA |
|
|
| NotSpecified |
|
|
| UNOA |
|
|
| UNOB |
|
|
| UNOC |
|
|
| UNOD |
|
|
| UNOE |
|
|
| UNOF |
|
|
| UNOG |
|
|
| UNOH |
|
|
| UNOI |
|
|
| UNOJ |
|
|
| UNOK |
|
|
| UNOX |
|
|
| UNOY |
|
EdifactDecimalIndicator
| Name | Type | Description |
|---|---|---|
| Comma |
|
|
| Decimal |
|
|
| NotSpecified |
|
EdifactDelimiterOverride
The Edifact delimiter override settings.
| Name | Type | Description |
|---|---|---|
| componentSeparator |
|
The component separator. |
| dataElementSeparator |
|
The data element separator. |
| decimalPointIndicator |
The decimal point indicator. |
|
| messageAssociationAssignedCode |
|
The message association assigned code. |
| messageId |
|
The message id. |
| messageRelease |
|
The message release. |
| messageVersion |
|
The message version. |
| releaseIndicator |
|
The release indicator. |
| repetitionSeparator |
|
The repetition separator. |
| segmentTerminator |
|
The segment terminator. |
| segmentTerminatorSuffix |
The segment terminator suffix. |
|
| targetNamespace |
|
The target namespace on which this delimiter settings has to be applied. |
EdifactEnvelopeOverride
The Edifact envelope override settings.
| Name | Type | Description |
|---|---|---|
| applicationPassword |
|
The application password. |
| associationAssignedCode |
|
The association assigned code. |
| controllingAgencyCode |
|
The controlling agency code. |
| functionalGroupId |
|
The functional group id. |
| groupHeaderMessageRelease |
|
The group header message release. |
| groupHeaderMessageVersion |
|
The group header message version. |
| messageAssociationAssignedCode |
|
The message association assigned code. |
| messageId |
|
The message id on which this envelope settings has to be applied. |
| messageRelease |
|
The message release version on which this envelope settings has to be applied. |
| messageVersion |
|
The message version on which this envelope settings has to be applied. |
| receiverApplicationId |
|
The receiver application id. |
| receiverApplicationQualifier |
|
The receiver application qualifier. |
| senderApplicationId |
|
The sender application id. |
| senderApplicationQualifier |
|
The sender application qualifier. |
| targetNamespace |
|
The target namespace on which this envelope settings has to be applied. |
EdifactEnvelopeSettings
The Edifact agreement envelope settings.
| Name | Type | Description |
|---|---|---|
| applicationReferenceId |
|
The application reference id. |
| applyDelimiterStringAdvice |
|
The value indicating whether to apply delimiter string advice. |
| communicationAgreementId |
|
The communication agreement id. |
| createGroupingSegments |
|
The value indicating whether to create grouping segments. |
| enableDefaultGroupHeaders |
|
The value indicating whether to enable default group headers. |
| functionalGroupId |
|
The functional group id. |
| groupApplicationPassword |
|
The group application password. |
| groupApplicationReceiverId |
|
The group application receiver id. |
| groupApplicationReceiverQualifier |
|
The group application receiver qualifier. |
| groupApplicationSenderId |
|
The group application sender id. |
| groupApplicationSenderQualifier |
|
The group application sender qualifier. |
| groupAssociationAssignedCode |
|
The group association assigned code. |
| groupControlNumberLowerBound |
|
The group control number lower bound. |
| groupControlNumberPrefix |
|
The group control number prefix. |
| groupControlNumberSuffix |
|
The group control number suffix. |
| groupControlNumberUpperBound |
|
The group control number upper bound. |
| groupControllingAgencyCode |
|
The group controlling agency code. |
| groupMessageRelease |
|
The group message release. |
| groupMessageVersion |
|
The group message version. |
| interchangeControlNumberLowerBound |
|
The interchange control number lower bound. |
| interchangeControlNumberPrefix |
|
The interchange control number prefix. |
| interchangeControlNumberSuffix |
|
The interchange control number suffix. |
| interchangeControlNumberUpperBound |
|
The interchange control number upper bound. |
| isTestInterchange |
|
The value indicating whether the message is a test interchange. |
| overwriteExistingTransactionSetControlNumber |
|
The value indicating whether to overwrite existing transaction set control number. |
| processingPriorityCode |
|
The processing priority code. |
| receiverInternalIdentification |
|
The receiver internal identification. |
| receiverInternalSubIdentification |
|
The receiver internal sub identification. |
| receiverReverseRoutingAddress |
|
The receiver reverse routing address. |
| recipientReferencePasswordQualifier |
|
The recipient reference password qualifier. |
| recipientReferencePasswordValue |
|
The recipient reference password value. |
| rolloverGroupControlNumber |
|
The value indicating whether to rollover group control number. |
| rolloverInterchangeControlNumber |
|
The value indicating whether to rollover interchange control number. |
| rolloverTransactionSetControlNumber |
|
The value indicating whether to rollover transaction set control number. |
| senderInternalIdentification |
|
The sender internal identification. |
| senderInternalSubIdentification |
|
The sender internal sub identification. |
| senderReverseRoutingAddress |
|
The sender reverse routing address. |
| transactionSetControlNumberLowerBound |
|
The transaction set control number lower bound. |
| transactionSetControlNumberPrefix |
|
The transaction set control number prefix. |
| transactionSetControlNumberSuffix |
|
The transaction set control number suffix. |
| transactionSetControlNumberUpperBound |
|
The transaction set control number upper bound. |
EdifactFramingSettings
The Edifact agreement framing settings.
| Name | Type | Description |
|---|---|---|
| characterEncoding |
|
The character encoding. |
| characterSet |
The EDIFACT frame setting characterSet. |
|
| componentSeparator |
|
The component separator. |
| dataElementSeparator |
|
The data element separator. |
| decimalPointIndicator |
The EDIFACT frame setting decimal indicator. |
|
| protocolVersion |
|
The protocol version. |
| releaseIndicator |
|
The release indicator. |
| repetitionSeparator |
|
The repetition separator. |
| segmentTerminator |
|
The segment terminator. |
| segmentTerminatorSuffix |
The EDIFACT frame setting segment terminator suffix. |
|
| serviceCodeListDirectoryVersion |
|
The service code list directory version. |
EdifactMessageFilter
The Edifact message filter for odata query.
| Name | Type | Description |
|---|---|---|
| messageFilterType |
The message filter type. |
EdifactMessageIdentifier
The Edifact message identifier.
| Name | Type | Description |
|---|---|---|
| messageId |
|
The message id on which this envelope settings has to be applied. |
EdifactOneWayAgreement
The Edifact one way agreement.
| Name | Type | Description |
|---|---|---|
| protocolSettings |
The EDIFACT protocol settings. |
|
| receiverBusinessIdentity |
The receiver business identity |
|
| senderBusinessIdentity |
The sender business identity |
EdifactProcessingSettings
The Edifact agreement protocol settings.
| Name | Type | Description |
|---|---|---|
| createEmptyXmlTagsForTrailingSeparators |
|
The value indicating whether to create empty xml tags for trailing separators. |
| maskSecurityInfo |
|
The value indicating whether to mask security information. |
| preserveInterchange |
|
The value indicating whether to preserve interchange. |
| suspendInterchangeOnError |
|
The value indicating whether to suspend interchange on error. |
| useDotAsDecimalSeparator |
|
The value indicating whether to use dot as decimal separator. |
EdifactProtocolSettings
The Edifact agreement protocol settings.
| Name | Type | Description |
|---|---|---|
| acknowledgementSettings |
The EDIFACT acknowledgement settings. |
|
| edifactDelimiterOverrides |
The EDIFACT delimiter override settings. |
|
| envelopeOverrides |
The EDIFACT envelope override settings. |
|
| envelopeSettings |
The EDIFACT envelope settings. |
|
| framingSettings |
The EDIFACT framing settings. |
|
| messageFilter |
The EDIFACT message filter. |
|
| messageFilterList |
The EDIFACT message filter list. |
|
| processingSettings |
The EDIFACT processing Settings. |
|
| schemaReferences |
The EDIFACT schema references. |
|
| validationOverrides |
The EDIFACT validation override settings. |
|
| validationSettings |
The EDIFACT validation settings. |
EdifactSchemaReference
The Edifact schema reference.
| Name | Type | Description |
|---|---|---|
| associationAssignedCode |
|
The association assigned code. |
| messageId |
|
The message id. |
| messageRelease |
|
The message release version. |
| messageVersion |
|
The message version. |
| schemaName |
|
The schema name. |
| senderApplicationId |
|
The sender application id. |
| senderApplicationQualifier |
|
The sender application qualifier. |
EdifactValidationOverride
The Edifact validation override settings.
| Name | Type | Description |
|---|---|---|
| allowLeadingAndTrailingSpacesAndZeroes |
|
The value indicating whether to allow leading and trailing spaces and zeroes. |
| enforceCharacterSet |
|
The value indicating whether to validate character Set. |
| messageId |
|
The message id on which the validation settings has to be applied. |
| trailingSeparatorPolicy |
The trailing separator policy. |
|
| trimLeadingAndTrailingSpacesAndZeroes |
|
The value indicating whether to trim leading and trailing spaces and zeroes. |
| validateEdiTypes |
|
The value indicating whether to validate EDI types. |
| validateXsdTypes |
|
The value indicating whether to validate XSD types. |
EdifactValidationSettings
The Edifact agreement validation settings.
| Name | Type | Description |
|---|---|---|
| allowLeadingAndTrailingSpacesAndZeroes |
|
The value indicating whether to allow leading and trailing spaces and zeroes. |
| checkDuplicateGroupControlNumber |
|
The value indicating whether to check for duplicate group control number. |
| checkDuplicateInterchangeControlNumber |
|
The value indicating whether to check for duplicate interchange control number. |
| checkDuplicateTransactionSetControlNumber |
|
The value indicating whether to check for duplicate transaction set control number. |
| interchangeControlNumberValidityDays |
|
The validity period of interchange control number. |
| trailingSeparatorPolicy |
The trailing separator policy. |
|
| trimLeadingAndTrailingSpacesAndZeroes |
|
The value indicating whether to trim leading and trailing spaces and zeroes. |
| validateCharacterSet |
|
The value indicating whether to validate character set in the message. |
| validateEdiTypes |
|
The value indicating whether to Whether to validate EDI types. |
| validateXsdTypes |
|
The value indicating whether to Whether to validate XSD types. |
EncryptionAlgorithm
| Name | Type | Description |
|---|---|---|
| AES128 |
|
|
| AES192 |
|
|
| AES256 |
|
|
| DES3 |
|
|
| None |
|
|
| NotSpecified |
|
|
| RC2 |
|
HashingAlgorithm
| Name | Type | Description |
|---|---|---|
| MD5 |
|
|
| None |
|
|
| NotSpecified |
|
|
| SHA1 |
|
|
| SHA2256 |
|
|
| SHA2384 |
|
|
| SHA2512 |
|
IntegrationAccountAgreement
The integration account agreement.
| Name | Type | Description |
|---|---|---|
| id |
|
The resource id. |
| location |
|
The resource location. |
| name |
|
Gets the resource name. |
| properties.agreementType |
The agreement type. |
|
| properties.changedTime |
|
The changed time. |
| properties.content |
The agreement content. |
|
| properties.createdTime |
|
The created time. |
| properties.guestIdentity |
The business identity of the guest partner. |
|
| properties.guestPartner |
|
The integration account partner that is set as guest partner for this agreement. |
| properties.hostIdentity |
The business identity of the host partner. |
|
| properties.hostPartner |
|
The integration account partner that is set as host partner for this agreement. |
| properties.metadata |
The metadata. |
|
| tags |
|
The resource tags. |
| type |
|
Gets the resource type. |
MessageFilterType
| Name | Type | Description |
|---|---|---|
| Exclude |
|
|
| Include |
|
|
| NotSpecified |
|
Metadata
The metadata.
SegmentTerminatorSuffix
| Name | Type | Description |
|---|---|---|
| CR |
|
|
| CRLF |
|
|
| LF |
|
|
| None |
|
|
| NotSpecified |
|
SigningAlgorithm
| Name | Type | Description |
|---|---|---|
| Default |
|
|
| NotSpecified |
|
|
| SHA1 |
|
|
| SHA2256 |
|
|
| SHA2384 |
|
|
| SHA2512 |
|
TrailingSeparatorPolicy
| Name | Type | Description |
|---|---|---|
| Mandatory |
|
|
| NotAllowed |
|
|
| NotSpecified |
|
|
| Optional |
|
UsageIndicator
| Name | Type | Description |
|---|---|---|
| Information |
|
|
| NotSpecified |
|
|
| Production |
|
|
| Test |
|
X12AcknowledgementSettings
The X12 agreement acknowledgement settings.
| Name | Type | Description |
|---|---|---|
| acknowledgementControlNumberLowerBound |
|
The acknowledgement control number lower bound. |
| acknowledgementControlNumberPrefix |
|
The acknowledgement control number prefix. |
| acknowledgementControlNumberSuffix |
|
The acknowledgement control number suffix. |
| acknowledgementControlNumberUpperBound |
|
The acknowledgement control number upper bound. |
| batchFunctionalAcknowledgements |
|
The value indicating whether to batch functional acknowledgements. |
| batchImplementationAcknowledgements |
|
The value indicating whether to batch implementation acknowledgements. |
| batchTechnicalAcknowledgements |
|
The value indicating whether to batch the technical acknowledgements. |
| functionalAcknowledgementVersion |
|
The functional acknowledgement version. |
| implementationAcknowledgementVersion |
|
The implementation acknowledgement version. |
| needFunctionalAcknowledgement |
|
The value indicating whether functional acknowledgement is needed. |
| needImplementationAcknowledgement |
|
The value indicating whether implementation acknowledgement is needed. |
| needLoopForValidMessages |
|
The value indicating whether a loop is needed for valid messages. |
| needTechnicalAcknowledgement |
|
The value indicating whether technical acknowledgement is needed. |
| rolloverAcknowledgementControlNumber |
|
The value indicating whether to rollover acknowledgement control number. |
| sendSynchronousAcknowledgement |
|
The value indicating whether to send synchronous acknowledgement. |
X12AgreementContent
The X12 agreement content.
| Name | Type | Description |
|---|---|---|
| receiveAgreement |
The X12 one-way receive agreement. |
|
| sendAgreement |
The X12 one-way send agreement. |
X12CharacterSet
| Name | Type | Description |
|---|---|---|
| Basic |
|
|
| Extended |
|
|
| NotSpecified |
|
|
| UTF8 |
|
X12DateFormat
| Name | Type | Description |
|---|---|---|
| CCYYMMDD |
|
|
| NotSpecified |
|
|
| YYMMDD |
|
X12DelimiterOverrides
The X12 delimiter override settings.
| Name | Type | Description |
|---|---|---|
| componentSeparator |
|
The component separator. |
| dataElementSeparator |
|
The data element separator. |
| messageId |
|
The message id. |
| protocolVersion |
|
The protocol version. |
| replaceCharacter |
|
The replacement character. |
| replaceSeparatorsInPayload |
|
The value indicating whether to replace separators in payload. |
| segmentTerminator |
|
The segment terminator. |
| segmentTerminatorSuffix |
The segment terminator suffix. |
|
| targetNamespace |
|
The target namespace on which this delimiter settings has to be applied. |
X12EnvelopeOverride
The X12 envelope override settings.
| Name | Type | Description |
|---|---|---|
| dateFormat |
The date format. |
|
| functionalIdentifierCode |
|
The functional identifier code. |
| headerVersion |
|
The header version. |
| messageId |
|
The message id on which this envelope settings has to be applied. |
| protocolVersion |
|
The protocol version on which this envelope settings has to be applied. |
| receiverApplicationId |
|
The receiver application id. |
| responsibleAgencyCode |
|
The responsible agency code. |
| senderApplicationId |
|
The sender application id. |
| targetNamespace |
|
The target namespace on which this envelope settings has to be applied. |
| timeFormat |
The time format. |
X12EnvelopeSettings
The X12 agreement envelope settings.
| Name | Type | Description |
|---|---|---|
| controlStandardsId |
|
The controls standards id. |
| controlVersionNumber |
|
The control version number. |
| enableDefaultGroupHeaders |
|
The value indicating whether to enable default group headers. |
| functionalGroupId |
|
The functional group id. |
| groupControlNumberLowerBound |
|
The group control number lower bound. |
| groupControlNumberUpperBound |
|
The group control number upper bound. |
| groupHeaderAgencyCode |
|
The group header agency code. |
| groupHeaderDateFormat |
The group header date format. |
|
| groupHeaderTimeFormat |
The group header time format. |
|
| groupHeaderVersion |
|
The group header version. |
| interchangeControlNumberLowerBound |
|
The interchange control number lower bound. |
| interchangeControlNumberUpperBound |
|
The interchange control number upper bound. |
| overwriteExistingTransactionSetControlNumber |
|
The value indicating whether to overwrite existing transaction set control number. |
| receiverApplicationId |
|
The receiver application id. |
| rolloverGroupControlNumber |
|
The value indicating whether to rollover group control number. |
| rolloverInterchangeControlNumber |
|
The value indicating whether to rollover interchange control number. |
| rolloverTransactionSetControlNumber |
|
The value indicating whether to rollover transaction set control number. |
| senderApplicationId |
|
The sender application id. |
| transactionSetControlNumberLowerBound |
|
The transaction set control number lower bound. |
| transactionSetControlNumberPrefix |
|
The transaction set control number prefix. |
| transactionSetControlNumberSuffix |
|
The transaction set control number suffix. |
| transactionSetControlNumberUpperBound |
|
The transaction set control number upper bound. |
| usageIndicator |
The usage indicator. |
|
| useControlStandardsIdAsRepetitionCharacter |
|
The value indicating whether to use control standards id as repetition character. |
X12FramingSettings
The X12 agreement framing settings.
| Name | Type | Description |
|---|---|---|
| characterSet |
The X12 character set. |
|
| componentSeparator |
|
The component separator. |
| dataElementSeparator |
|
The data element separator. |
| replaceCharacter |
|
The replacement character. |
| replaceSeparatorsInPayload |
|
The value indicating whether to replace separators in payload. |
| segmentTerminator |
|
The segment terminator. |
| segmentTerminatorSuffix |
The segment terminator suffix. |
X12MessageFilter
The X12 message filter for odata query.
| Name | Type | Description |
|---|---|---|
| messageFilterType |
The message filter type. |
X12MessageIdentifier
The X12 message identifier.
| Name | Type | Description |
|---|---|---|
| messageId |
|
The message id. |
X12OneWayAgreement
The X12 one-way agreement.
| Name | Type | Description |
|---|---|---|
| protocolSettings |
The X12 protocol settings. |
|
| receiverBusinessIdentity |
The receiver business identity |
|
| senderBusinessIdentity |
The sender business identity |
X12ProcessingSettings
The X12 processing settings.
| Name | Type | Description |
|---|---|---|
| convertImpliedDecimal |
|
The value indicating whether to convert numerical type to implied decimal. |
| createEmptyXmlTagsForTrailingSeparators |
|
The value indicating whether to create empty xml tags for trailing separators. |
| maskSecurityInfo |
|
The value indicating whether to mask security information. |
| preserveInterchange |
|
The value indicating whether to preserve interchange. |
| suspendInterchangeOnError |
|
The value indicating whether to suspend interchange on error. |
| useDotAsDecimalSeparator |
|
The value indicating whether to use dot as decimal separator. |
X12ProtocolSettings
The X12 agreement protocol settings.
| Name | Type | Description |
|---|---|---|
| acknowledgementSettings |
The X12 acknowledgment settings. |
|
| envelopeOverrides |
The X12 envelope override settings. |
|
| envelopeSettings |
The X12 envelope settings. |
|
| framingSettings |
The X12 framing settings. |
|
| messageFilter |
The X12 message filter. |
|
| messageFilterList |
The X12 message filter list. |
|
| processingSettings |
The X12 processing settings. |
|
| schemaReferences |
The X12 schema references. |
|
| securitySettings |
The X12 security settings. |
|
| validationOverrides |
The X12 validation override settings. |
|
| validationSettings |
The X12 validation settings. |
|
| x12DelimiterOverrides |
The X12 delimiter override settings. |
X12SchemaReference
The X12 schema reference.
| Name | Type | Description |
|---|---|---|
| messageId |
|
The message id. |
| schemaName |
|
The schema name. |
| schemaVersion |
|
The schema version. |
| senderApplicationId |
|
The sender application id. |
X12SecuritySettings
The X12 agreement security settings.
| Name | Type | Description |
|---|---|---|
| authorizationQualifier |
|
The authorization qualifier. |
| authorizationValue |
|
The authorization value. |
| passwordValue |
|
The password value. |
| securityQualifier |
|
The security qualifier. |
X12TimeFormat
| Name | Type | Description |
|---|---|---|
| HHMM |
|
|
| HHMMSS |
|
|
| HHMMSSd |
|
|
| HHMMSSdd |
|
|
| NotSpecified |
|
X12ValidationOverride
The X12 validation override settings.
| Name | Type | Description |
|---|---|---|
| allowLeadingAndTrailingSpacesAndZeroes |
|
The value indicating whether to allow leading and trailing spaces and zeroes. |
| messageId |
|
The message id on which the validation settings has to be applied. |
| trailingSeparatorPolicy |
The trailing separator policy. |
|
| trimLeadingAndTrailingSpacesAndZeroes |
|
The value indicating whether to trim leading and trailing spaces and zeroes. |
| validateCharacterSet |
|
The value indicating whether to validate character Set. |
| validateEdiTypes |
|
The value indicating whether to validate EDI types. |
| validateXsdTypes |
|
The value indicating whether to validate XSD types. |
X12ValidationSettings
The X12 agreement validation settings.
| Name | Type | Description |
|---|---|---|
| allowLeadingAndTrailingSpacesAndZeroes |
|
The value indicating whether to allow leading and trailing spaces and zeroes. |
| checkDuplicateGroupControlNumber |
|
The value indicating whether to check for duplicate group control number. |
| checkDuplicateInterchangeControlNumber |
|
The value indicating whether to check for duplicate interchange control number. |
| checkDuplicateTransactionSetControlNumber |
|
The value indicating whether to check for duplicate transaction set control number. |
| interchangeControlNumberValidityDays |
|
The validity period of interchange control number. |
| trailingSeparatorPolicy |
The trailing separator policy. |
|
| trimLeadingAndTrailingSpacesAndZeroes |
|
The value indicating whether to trim leading and trailing spaces and zeroes. |
| validateCharacterSet |
|
The value indicating whether to validate character set in the message. |
| validateEdiTypes |
|
The value indicating whether to Whether to validate EDI types. |
| validateXsdTypes |
|
The value indicating whether to Whether to validate XSD types. |