Skip to main content

Veritran Docs

Log Event

This function allows recording events and their parameters.

Parameter Configuration

This function requires you to complete the input parameters with the name of the event to be recorded and the parameters that describe the event. Refer to the Input Registers section to learn more.

Function ID

Register

Value

110

1

Input Registers

Register

Description

Mandatory

Value

390

Event to be recorded

X

STRING

391

Parameters that describe the event

X

  • Parameters should be entered as a dictionary in JSON format, for example:

{
"param1":"val1",
"param2":"val2",
"paramN":"valN"
}
  • In Webfly, a two-column array should be completed. Column 1 is for the name of the parameter and Column 2 is for the value of the parameter.

Output Registers

Register

Description

Value

112

Call Result

000

NO_ERROR

001

GENERIC_ERROR

002

API_WRONG_PARAMETERS_ERROR

003

JSON_ERROR