Skip to main content

GetVenueTopMapResponse

Response containing a venue top-map. SOAP equivalent: ACP_VenueGetTopMap.

venueIdinteger<int32>required

Venue identifier.

eventSessionIdinteger<int32>required

Event session identifier.

topMapstringnullable

Base64-encoded top-map bytes, or null when empty / not found.

GetVenueTopMapResponse
{
"venueId": 0,
"eventSessionId": 0,
"topMap": "string"
}