go back Home

EdiTemplate

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<null appReceiverId="..." appSenderId="..." description="..." direction="..." filePath="..." formatType="..." formatType="..." functionalId="..." parseNodeData="..." receiverId="..." requiredFields="..." rowEdiTemplate="..." senderId="..." specFooterText="..." specHeaderText="..." specNotes="..." specTitle="..." templateId="..." transactionSet="..." transactionType="..." translationMethod="..." translationMethod="..." treeMarkup="..." treeMarkup="..." treeRoot="..." version="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"appReceiverId":"...","appSenderId":"...","description":"...","direction":"...","filePath":"...","formatType":"...","functionalId":"...","parseNodeData":"...","receiverId":"...","requiredFields":"...","rowEdiTemplate":"...","senderId":"...","specFooterText":"...","specHeaderText":"...","specNotes":"...","specTitle":"...","templateId":"...","transactionSet":"...","transactionType":"...","translationMethod":"...","treeMarkup":"...","treeRoot":"...","version":"..."}

Fields

name type
appReceiverId String
appSenderId String
description String
direction String
filePath String
formatType String
formatType String
functionalId String
parseNodeData EdiTemplatePARSENodeData
receiverId String
requiredFields Vector
rowEdiTemplate RowEdiTemplate
senderId String
specFooterText String
specHeaderText String
specNotes HashMap
specTitle String
templateId int
transactionSet String
transactionType String
translationMethod String
translationMethod String
treeMarkup String
treeMarkup String
treeRoot DataTreeNode
version String