Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 5.84 KB

File metadata and controls

16 lines (12 loc) · 5.84 KB

ExistingTableWithSeats

The response from a request to get the event table for the event.

Fields

Field Type Required Description Example
name Optional<String> Table's plain name. CVENT table
code Optional<String> Table's code set by the planner. CAETABLE1
capacity long ✔️ Table's seat capacity. 10
description Optional<String> Description assigned to table. This table is for VIP attendees.
sourceId Optional<String> This is a ID for the table in an external system. Use this field to supply your own ID for tracking purposes. Id1255
id Optional<String> The unique ID of the table. c9763ce5-b965-44ed-9c2b-b5657dfab012
seats List<ExpandableSeatJson> The seat IDs at the table.

This is an expandable object and if requested will contain all the properties of a seat object.