Skip to main content

EventimRuleDto

Represents a rule with its properties.

ruleIdinteger<int32>required

Rule identifier.

validityFromstring<date-time>required

First validity date for this rule.

validityTostring<date-time>required

Second validity date for this rule.

ruleTypestringnullable

Rule type.

properties object[]nullable

List of properties associated with this rule.

  • Array [
  • rulePropertyTypestringnullablerequired

    The type of the rule property.

    date1string<date-time>nullable

    The first date associated with the rule property.

    date2string<date-time>nullable

    The second date associated with the rule property.

    hour1string<time>nullable

    The first hour associated with the rule property.

    hour2string<time>nullable

    The second hour associated with the rule property.

    value1integer<int32>nullable

    The first integer value associated with the rule property.

    value2integer<int32>nullable

    The second integer value associated with the rule property.

    value3integer<int32>nullable

    The third integer value associated with the rule property.

    operatorstringnullable

    The operator associated with the rule property.

  • ]
  • EventimRuleDto
    {
    "ruleId": 0,
    "validityFrom": "2024-07-29T15:51:28.071Z",
    "validityTo": "2024-07-29T15:51:28.071Z",
    "ruleType": "string",
    "properties": [
    {
    "rulePropertyType": "string",
    "date1": "2024-07-29T15:51:28.071Z",
    "date2": "2024-07-29T15:51:28.071Z",
    "hour1": "string",
    "hour2": "string",
    "value1": 0,
    "value2": 0,
    "value3": 0,
    "operator": "string"
    }
    ]
    }