PropertyDto
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.
PropertyDto
{
"propertyId": 0,
"propertyLabel": "string",
"propertyType": "string",
"propertyCode": "string"
}