MLT History Snapshot Summary Object

The Multi-Leg Transaction (MLT) History Snapshot Summary object provides summary information for an MLT at a specific point in time. History snapshots are created automatically based on events such as the MLT creation, edits to the MLT, and changes to the MLT status.

Attributes

originatingChannel

string, enum values: EXTERNAL, INTERNAL, PORTAL

Channel used to create the MLT. Possible values are:

  • EXTERNAL  RocketKOR APIs.
  • INTERNAL  Internal service call.
  • PORTAL  Team Member using the RocketKOR Portal.

id

string (UUID)

ID of the multi-leg transaction (MLT) history snapshot.

transactionId

string (UUID)

ID of the multi-leg transaction (MLT).

eventType

string enum, values: CREATE, CANCEL, REVERSAL, RETURN, EDIT, PROVIDER_VALIDATION_ISSUE, STATUS_CHANGE

Event that triggered the creation of the MLT history snapshot.

description

string

Description of the MLT.

snapshotApiVersion

string

Transfer object version of the detailed snapshot data for the MLT at the point in time when the history snapshot was created.

MLT History Snapshot Summary Object

				
					{
  "originatingChannel": "EXTERNAL | INTERNAL | PORTAL",
  "id": "string(UUID)",
  "transactionId": "string(UUID)",
  "eventType": "CREATE | CANCEL | REVERSAL | RETURN | EDIT | PROVIDER_VALIDATION_ISSUE | STATUS_CHANGE",
  "description": "string",
  "snapshotApiVersion": "string"
}
				
			
Exit mobile version