Skip to main content

EventDto

Event Data Transfer Object

idinteger<int64>required

Unique identifier of the event

Example: 1
moduleCodestringrequired

Module code (TF for Trade Finance, SCF for Supply Chain Finance)

Possible values: <= 10 characters

Example: TF
moduleNamestringrequired

Human-readable module name

Possible values: <= 100 characters

Example: Trade Finance
eventCodestringrequired

Unique event code within the module

Possible values: <= 50 characters

Example: ISS
eventNamestringrequired

Human-readable event name

Possible values: <= 200 characters

Example: Issuance
descriptionstringnullable

Detailed description of the event

Possible values: <= 500 characters

Example: Event for initiating a new transaction
createdAtstring<date-time>

Timestamp when the event was created

Example: 2025-01-15T09:36:22.500Z
updatedAtstring<date-time>

Timestamp when the event was last updated

Example: 2025-01-15T09:36:22.500Z
EventDto
{
"id": 1,
"moduleCode": "TF",
"moduleName": "Trade Finance",
"eventCode": "ISS",
"eventName": "Issuance",
"description": "Event for initiating a new transaction",
"createdAt": "2025-01-15T09:36:22.500Z",
"updatedAt": "2025-01-15T09:36:22.500Z"
}