Skip to main content

Veritran Docs

Set User Properties

This function allows registering user properties.

Parameter Configuration

This function requires you to complete the input parameters with the user properties to be registered. Refer to the Input Registers section to learn more.

Function ID

Register

Value

110

2

Input Registers

Register

Description

Mandatory

Value

390

User properties to be registered

X

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

{
"registration_date":"10/10/2020",
"last_purchase_date":"20/09/2021",
"paramN":"valN"
}
  • In Webfly, a two-column array should be completed. Column 1 is for the name of the user property and Column 2 is for the value of the user property.

Output Registers

Register

Description

Value

112

Call Result

000

NO_ERROR

001

GENERIC_ERROR

002

API_WRONG_PARAMETERS_ERROR

003

JSON_ERROR