EventRequestDto
Event creation/update request DTO
moduleCodestringrequired
Module code (TF for Trade Finance, SCF for Supply Chain Finance)
Possible values: <= 10 characters
Example:
TFmoduleNamestringrequired
Human-readable module name
Possible values: <= 100 characters
Example:
Trade FinanceeventCodestringrequired
Unique event code within the module
Possible values: <= 50 characters
Example:
ISSeventNamestringrequired
Human-readable event name
Possible values: <= 200 characters
Example:
Issuancedescriptionstringnullable
Detailed description of the event
Possible values: <= 500 characters
Example:
Event for initiating a new transactionEventRequestDto
{
"moduleCode": "TF",
"moduleName": "Trade Finance",
"eventCode": "ISS",
"eventName": "Issuance",
"description": "Event for initiating a new transaction"
}