Trade Show
  1. Booths
Trade Show
  • Introduction
  • Warehouses
    • Create a new Warehouse
      POST
    • Update a Warehouse
      PUT
    • Get a list of Warehouses
      GET
    • Retrieve a specific Warehouse by ID
      GET
    • Delete a Warehouse
      DELETE
  • Delivery Groups
    • Create a new Delivery Group
      POST
    • Update a Delivery Group
      PUT
    • Get a list of Delivery Groups
      GET
    • Retrieve a specific Delivery Group by ID
      GET
    • Delete a Delivery Group
      DELETE
  • Delivery Ranges
    • Create a new Delivery Range
      POST
    • Update a Delivery Range
      PUT
    • Get a list of Delivery Ranges
      GET
    • Retrieve a specific Delivery Range by ID
      GET
    • Delete a Delivery Range
      DELETE
  • Delivery Drops
    • Create a new Delivery Drop
    • Update a Delivery Drop
    • Get a list of Delivery Drops
    • Retrieve a specific Delivery Drop by ID
    • Delete a Delivery Drop
  • Sales Rep Hierarchies
    • Define Hierarchy Levels
    • Create Sales Rep Group
    • Update Sales Rep Group
    • Move Sales Rep Group
    • Reorder Sales Rep Groups
    • Get a list of Sales Rep Groups
    • Get Sales Rep Group
    • Delete Sales Rep Group
  • Sales Reps
    • Create a new sales rep
    • Update a sales rep
    • Get a list of sales reps
    • Retrieve a specific sales rep by ID
    • Delete a sales rep
  • Sales Rep Managers
    • Create a new sales rep manager
    • Update a sales rep manager
    • Get a list of sales rep managers
    • Retrieve a specific sales rep manager by ID
    • Delete a sales rep manager
  • Ordering Groups
    • Create a new Ordering Group
    • Update a Ordering Group
    • Get a list of Ordering Groups
    • Retrieve a specific Ordering Group by ID
    • Delete a Ordering Group
  • Customers
    • Create a new Customer Class
    • Get a list of Customer Classes
    • Retrieve a specific Customer Class by ID
    • Update a Customer Class
    • Delete a Customer Class
    • Create a new Customer
    • Get a list of Customers
    • Retrieve a specific Customer by ID
    • Update a Customer
    • Delete a Customer
  • Attendees
    • Create a new Attendee
    • Update a Attendee
    • Get a list of Attendees
    • Retrieve a specific Attendee by ID
    • Delete a Attendee
  • Vendors
    • Create a new Vendor
    • Update a Vendor
    • Get a list of Vendors
    • Retrieve a specific Vendor by ID
    • Delete a Vendor
    • Create a new vendor user
    • Update a vendor user
    • Get a list of vendor users
    • Retrieve a specific vendor user by ID
    • Delete a vendor user
  • Brokers
    • Create a new Broker
    • Update a Broker
    • Get a list of Brokers
    • Retrieve a specific Broker by ID
    • Delete a Broker
    • Create a new broker user
    • Update a broker user
    • Get a list of broker users
    • Retrieve a specific broker user by ID
    • Delete a broker user
  • Booths
    • Create a new Booth
      POST
    • Update a Booth
      PUT
    • Get a list of Booths
      GET
    • Retrieve a specific Booth by ID
      GET
    • Delete a Booth
      DELETE
    • Associate a product to a booth
      POST
    • Get a list of products associated with a booth
      GET
    • Associate multiple products to a booth
      PUT
    • Remove a product from a booth
      DELETE
    • Associate a vendor to a booth
      POST
    • Associate multiple vendors to a booth
      PUT
    • Get a list of vendors associated with a booth
      GET
    • Remove a vendor from a booth
      DELETE
  • Facilitators
    • Create a new Facilitator
    • Update a Facilitator
    • Get a list of Facilitators
    • Retrieve a specific Facilitator by ID
    • Delete a Facilitator
  • Brands
    • Create a new Brand
    • Update a Brand
    • Get a list of Brands
    • Retrieve a specific Brand by ID
    • Delete a Brand
  • Categories
    • Create a new Category
    • Update a Category
    • Get a list of Categories
    • Retrieve a specific Category by ID
    • Delete a Category
  • Products
    • Create new pricing for a product
    • Update product pricing by price ID
    • Get a collection of price lists for products
    • Retrieve pricing by price ID
    • Delete a price list by ID
    • Create a new Product
    • Update a Product
    • Get a list of Products
    • Retrieve a specific Product by ID
    • Delete a Product
    • Get a list of Product Inventory
    • Bulk update product inventory
  • Orders
    • Bulk create orders
    • Bulk update orders
    • Get a list of orders
    • Retrieve a specific order by ID
    • Delete an order line
    • Get a list of order history buckets
    • Bulk create order history items
    • Get a list of order history items
  • Delivery Dates
    • Get a list of delivery dates
    • Retrieve delivery dates by product using ID
  • VIP Users
    • Create a new VIP user
    • Update a VIP user
    • Get a list of VIP users
    • Retrieve a specific VIP user by ID
    • Delete a VIP user
  • Show Admins
    • Create a new Show Admin
    • Update a Show Admin
    • Get a list of Show Admins
    • Retrieve a specific Show Admin by ID
    • Delete a Show Admin
  • Exports
    • Get available exports
    • Get parameter options
    • Run Custom Export
  1. Booths

Create a new Booth

POST
/Booth
Booths
Create a new booth and optionally assign vendors to it. Booths are small structures used for selling goods and providing information at a show.
The following must be imported or configured before assigning:
vendor
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/Booth' \
--header 'Content-Type: application/json' \
--data-raw '{
    "boothID": "BOOTH7609",
    "boothName": "Tools",
    "showVendorSelection": false,
    "paid": true,
    "targetDeviceCount": 17,
    "boothConfig": "Default",
    "aboutSummary": "incididunt est dolore",
    "aboutDetail": "Ut mollit fugiat culpa",
    "boothClass": "C",
    "boothType": "Physical",
    "contactLink": "https://exhausted-effector.com/",
    "contactLinkDescription": "nutritious-smoke",
    "hideFromIndirectUsers": false,
    "displayOrder": 9,
    "testBooth": true,
    "extraNote": "reprehenderit voluptate aliquip"
}'
Response Response Example
200 - Booth
{
    "id": "ap89fh",
    "boothID": "BOOTH7609",
    "boothName": "Tools",
    "showVendorSelection": false,
    "paid": true,
    "targetDeviceCount": 17,
    "boothConfig": "Default",
    "aboutSummary": "incididunt est dolore",
    "aboutDetail": "Ut mollit fugiat culpa",
    "boothClass": "C",
    "boothType": "Physical",
    "contactLink": "https://exhausted-effector.com/",
    "contactLinkDescription": "nutritious-smoke",
    "hideFromIndirectUsers": false,
    "displayOrder": 9,
    "testBooth": true,
    "extraNote": "reprehenderit voluptate aliquip"
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
boothID
string 
required
Unique ID provided to reference the booth
>= 1 characters
boothName
string 
required
The name of the booth
>= 1 characters
showVendorSelection
boolean 
optional
Show vendor selection if there are products for more than 1 vendor in this booth
paid
boolean 
deprecated
targetDeviceCount
integer <int32>
optional
Number of devices to allocate to this booth
boothConfig
string 
optional
Name of the configuration to assign to the booth. Typically, the main config is Default.
aboutSummary
string 
optional
A summary that describes the booth
aboutDetail
string 
optional
In-depth description of the booth
boothClass
enum<string> 
optional
Class designation for the booth
Allowed values:
ABCDE
boothType
enum<string> 
Booth Type
required
Specifies the booth's presence type.
Both indicates that the booth will be present at the physical event and available for online ordering.
Allowed values:
BothCloudPhysical
Default:
Both
contactLink
string 
optional
Url used to provide contact information for the booth
contactLinkDescription
string 
optional
The contact link text that users can click on
hideFromIndirectUsers
boolean 
optional
Security setting to prevent indirect users from accessing the booth
displayOrder
integer <int32>
optional
Index (0-index) used to control the ordering of booths
testBooth
boolean 
optional
This is a test booth. Do not include this booth on reports.
extraNote
string 
optional
Additional booth notes
vendors
array[string]
required
A list of vendors associated with the booth. Referenced by id
Examples

Responses

🟢200OK
application/json
Already Exists
Body
id
string 
read-onlyoptional
Unique ID specific to this API
modifiedDate
string <date-time>
read-onlyoptional
Last time this item was updated, only displayed when supplying the modifiedAfter parameter in a query
boothID
string 
required
Unique ID provided to reference the booth
>= 1 characters
boothName
string 
required
The name of the booth
>= 1 characters
showVendorSelection
boolean 
optional
Show vendor selection if there are products for more than 1 vendor in this booth
paid
boolean 
deprecated
targetDeviceCount
integer <int32>
optional
Number of devices to allocate to this booth
boothConfig
string 
optional
Name of the configuration to assign to the booth. Typically, the main config is Default.
aboutSummary
string 
optional
A summary that describes the booth
aboutDetail
string 
optional
In-depth description of the booth
boothClass
enum<string> 
optional
Class designation for the booth
Allowed values:
ABCDE
boothType
enum<string> 
Booth Type
required
Specifies the booth's presence type.
Both indicates that the booth will be present at the physical event and available for online ordering.
Allowed values:
BothCloudPhysical
Default:
Both
contactLink
string 
optional
Url used to provide contact information for the booth
contactLinkDescription
string 
optional
The contact link text that users can click on
hideFromIndirectUsers
boolean 
optional
Security setting to prevent indirect users from accessing the booth
displayOrder
integer <int32>
optional
Index (0-index) used to control the ordering of booths
testBooth
boolean 
optional
This is a test booth. Do not include this booth on reports.
extraNote
string 
optional
Additional booth notes
vendors
array[string]
required
A list of vendors associated with the booth. Referenced by id
🟢201Created
🟠400Bad Request
Modified at 2025-05-20 19:27:49
Previous
Delete a broker user
Next
Update a Booth
Built with