Skip to main content

EventimCatalogProductDto

Represents a product available in the catalog.

productIdinteger<int32>required

Product identifier (ID_Generic).

productTypestringnullable

Product type (eg GLOBAL, ...)

labelstringnullable

Product display name.

codestringnullable

Product code for internal reference.

printOptionstringnullable

Print option configuration for the product.

printablebooleanrequired

Indicates whether this product can be printed on a ticket.

ticketInfo1stringnullable

First additional ticket information line (optional).

ticketInfo2stringnullable

Second additional ticket information line (optional).

ticketInfo3stringnullable

Third additional ticket information line (optional).

ticketInfo4stringnullable

Fourth additional ticket information line (optional).

calculationMethodstringnullable

Method used to calculate the product price.

taxIdCol1integer<int32>nullable

Tax identifier for amount column 1 (optional).

taxIdCol2integer<int32>nullable

Tax identifier for amount column 2 (optional).

taxIdCol3integer<int32>nullable

Tax identifier for amount column 3 (optional).

taxIdCol4integer<int32>nullable

Tax identifier for amount column 4 (optional).

taxIdCol5integer<int32>nullable

Tax identifier for amount column 5 (optional).

taxIdCol6integer<int32>nullable

Tax identifier for amount column 6 (optional).

taxIdCol7integer<int32>nullable

Tax identifier for amount column 7 (optional).

taxIdCol8integer<int32>nullable

Tax identifier for amount column 8 (optional).

taxIdCol9integer<int32>nullable

Tax identifier for amount column 9 (optional).

EventimCatalogProductDto
{
"productId": 0,
"productType": "string",
"label": "string",
"code": "string",
"printOption": "string",
"printable": true,
"ticketInfo1": "string",
"ticketInfo2": "string",
"ticketInfo3": "string",
"ticketInfo4": "string",
"calculationMethod": "string",
"taxIdCol1": 0,
"taxIdCol2": 0,
"taxIdCol3": 0,
"taxIdCol4": 0,
"taxIdCol5": 0,
"taxIdCol6": 0,
"taxIdCol7": 0,
"taxIdCol8": 0,
"taxIdCol9": 0
}