Skip to main content

VenuePropertyDto

A generic property of a venue. SOAP equivalent: ACPO_GenericProperty.

elementIdinteger<int32>required

Generic identifier (SOAP: ID_Element).

labelstringnullable

Generic display label (SOAP: Label_Element).

codestringnullable

Generic code (SOAP: Code_Element).

typestringnullable

Property type (SOAP: Type_Element).

optionalstringnullable

Optional field, populated only for BLOCK (SOAP: Optional).

optional2stringnullable

Secondary optional value (SOAP: Optional2).

VenuePropertyDto
{
"elementId": 0,
"label": "string",
"code": "string",
"type": "string",
"optional": "string",
"optional2": "string"
}