Property | Description |
---|---|
eventType | Type of event: Task Level Event. |
eventStatus | Status of the event. |
eventId | ID of the event. |
eventCreationTimestamp | Time when the event occurred. System time in milliseconds as returned by Java API java.lang.System.currentTimeMillis. |
partnerName | Name of the partner. |
partnerNumber | Number of the partner. |
partnerFileType | Type of files that are exchanged with the partner. |
direction | Direction of the partner flow, INBOUND or OUTBOUND. |
isErrorStatus | Indicates whether or not the event is in error status. |
isFinalStatus | Indicates whether or not the event reached its final status. |
files | List of files that were exchanged with the partner, including details of each file event. |
Property | Description |
---|---|
eventType | Type of event: File Level Event. |
eventStatus | Status of the event. |
eventId | ID of the event. |
eventCreationTimestamp | Time when the event occurred. System time in milliseconds as returned by Java API java.lang.System.currentTimeMillis. |
parentEventId | ID of the parent task event. |
messageType | Type of message that is exchanged with the partner. |
ackCode | Correlated acknowledgment status. |
ackCodeDescription | Description of correlated acknowledgment status. |
fileName | Name of the file. |
interchangeControlNumber | Interchange control number. |
groupList | If the file event includes groups, list of group events, including details of each group event and the group's transaction events. |
transactionList | If the file event includes transactions that aren't nested under groups, list of transaction events, including details of each transaction event. |
sectionList | If the file event includes sections, list of section events, including details of each section event. Applies to inbound custom files with Intelligent Structure Discovery. |
hasUnidentifiedData | Indicates whether or not the file includes unidentified data. Applies to inbound custom files with Intelligent Structure Discovery. |
isErrorStatus | Indicates whether or not the event is in error status. |
isFinalStatus | Indicates whether or not the event reached its final status. |
Property | Description |
---|---|
eventType | Type of event: Group Level Event. |
eventStatus | Status of the event: Complete or in progress. |
eventId | ID of the event. |
eventCreationTimestamp | Time when the event occurred. System time in milliseconds as returned by Java API java.lang.System.currentTimeMillis. |
parentEventId | ID of the parent file event. |
messageType | Type of message that is exchanged with the partner. |
ackCode | Correlated acknowledgment status. |
ackCodeDescription | Description of correlated acknowledgment status. |
groupControlNumber | Group control number. |
transactionList | List of transaction events, including details of each transaction event. |
isErrorStatus | Indicates whether or not the event is in error status. |
isFinalStatus | Indicates whether or not the event reached its final status. |
Property | Description |
---|---|
eventType | Type of event: Transaction Level Event. |
eventStatus | Status of the event: Complete or in progress. |
eventId | ID of the event. |
eventCreationTimestamp | Time when the event occurred. System time in milliseconds as returned by Java API java.lang.System.currentTimeMillis. |
parentEventId | ID of the parent event, either a file event or a group event. |
messageType | Type of message that is exchanged with the partner. |
ackCode | Correlated acknowledgment status. |
ackCodeDescription | Description of correlated acknowledgment status. |
number | Transaction number. |
messageControlNumber | Message control number. |
groupNumber | ID of the parent group. Applies to transactions that are nested under groups. |
isErrorStatus | Indicates whether or not the event is in error status. |
isFinalStatus | Indicates whether or not the event reached its final status. |
Property | Description |
---|---|
eventType | Type of event: Section Level Event. |
eventStatus | Status of the event: Complete or in progress. |
eventId | ID of the event. |
eventCreationTimestamp | Time when the event occurred. System time in milliseconds as returned by Java API java.lang.System.currentTimeMillis. |
parentEventId | ID of the parent file event. |
messageType | Type of message that is exchanged with the partner. |
sectionName | Name of the section. |
fileName | Name of the file. Applies when messageType is File. |
isErrorStatus | Indicates whether or not the event is in error status. |
isFinalStatus | Indicates whether or not the event reached its final status. |