EventimPropertyDto
Represents a property associated with a venue.
propertyIdinteger<int32>required
The unique identifier of the property.
propertyLabelstringnullable
The display label of the property.
propertyTypestringnullable
The type of the property.
propertyCodestringnullable
The code identifier of the property.
numberedbooleannullable
Define if a block is numbered or not. Only used with propertyType=BLOCK
EventimPropertyDto
{
"propertyId": 0,
"propertyLabel": "string",
"propertyType": "string",
"propertyCode": "string",
"numbered": true
}