Skip to main content

GetVenuePropertiesResponse

Response containing venue details and its associated properties.

venueNamestringnullable

The name of the venue.

venueAddressstringnullable

The physical address of the venue.

venueLogicalstringnullable

The logical venue identifier.

venuePhysicalstringnullable

The physical venue identifier.

properties object[]nullable

The list of properties associated with the venue.

  • Array [
  • 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.

  • ]
  • GetVenuePropertiesResponse
    {
    "venueName": "string",
    "venueAddress": "string",
    "venueLogical": "string",
    "venuePhysical": "string",
    "properties": [
    {
    "propertyId": 0,
    "propertyLabel": "string",
    "propertyType": "string",
    "propertyCode": "string"
    }
    ]
    }