VenueBlockDto
A block of a venue plan. SOAP equivalent: ACPO_Block.
blockIdinteger<int32>required
Block identifier (SOAP: BlockId).
blockNamestringnullable
Block display name (SOAP: BlocName).
colorstringnullable
Block color (SOAP: Color).
coordinatesstringnullable
Block coordinates (SOAP: Coordinates).
VenueBlockDto
{
"blockId": 0,
"blockName": "string",
"color": "string",
"coordinates": "string"
}