EventimCatalogSchedulePropertiesResponse
Response containing the catalog schedule with events, products, rates, and related information.
rates object[]nullable
The unique identifier of the rate.
The display label of the rate.
The code identifier of the rate.
The identifier of the access rule applied to this rate.
The identifier of the validation rule applied to this rate.
ratesRules object[]nullable
Rule identifier.
First validity date for this rule.
Second validity date for this rule.
Rule type.
properties object[]nullable
List of properties associated with this rule.
The type of the rule property.
The first date associated with the rule property.
The second date associated with the rule property.
The first hour associated with the rule property.
The second hour associated with the rule property.
The first integer value associated with the rule property.
The second integer value associated with the rule property.
The third integer value associated with the rule property.
The operator associated with the rule property.
contingents object[]nullable
The unique identifier of the contingent.
The name of the contingent (e.g., Public, VIP, Press).
categories object[]nullable
The unique identifier of the category.
The display label of the category.
The code identifier of the category.
The color associated with the category (for display purposes).
taxes object[]nullable
The unique identifier of the tax.
The display label of the tax.
The tax rate value (e.g., 0.20 for 20%).
amountColumns object[]nullable
The index of the amount column.
The display label for this amount column.
The calculation method for this amount column.
{
"rates": [
{
"rateId": 0,
"label": "string",
"code": "string",
"accessRuleId": 0,
"validationRuleId": 0
}
],
"ratesRules": [
{
"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"
}
]
}
],
"contingents": [
{
"contingentId": 0,
"contingentName": "string"
}
],
"categories": [
{
"categoryId": 0,
"label": "string",
"code": "string",
"color": "string"
}
],
"taxes": [
{
"taxId": 0,
"label": "string",
"value": 0
}
],
"amountColumns": [
{
"colId": 0,
"label": "string",
"calculationMethod": 0
}
]
}