GetVenueBlocksResponse
Response containing the blocks of a venue plan.
blocks object[]nullable
The blocks of the plan.
Array [
blockIdinteger<int32>required
Block identifier (SOAP: BlockId).
blockNamestringnullable
Block display name (SOAP: BlocName).
colorstringnullable
Block color (SOAP: Color).
coordinatesstringnullable
Block coordinates (SOAP: Coordinates).
]
GetVenueBlocksResponse
{
"blocks": [
{
"blockId": 0,
"blockName": "string",
"color": "string",
"coordinates": "string"
}
]
}