Create a new Booth
POST
/Booth
Booths
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
Body Params application/json
Responses
Modified at 2025-05-20 19:27:49