Update a Booth
PUT
/Booth/{id}
Booths
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/Booth/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "kjd929",
"boothID": "BOOTH7259",
"boothName": "Beauty",
"showVendorSelection": false,
"paid": false,
"targetDeviceCount": 19,
"boothConfig": "Alternate",
"aboutSummary": "nulla commodo in ut",
"aboutDetail": "tempor",
"boothClass": "B",
"boothType": "Both",
"contactLink": "https://clean-fowl.name/",
"contactLinkDescription": "next-dulcimer",
"hideFromIndirectUsers": false,
"displayOrder": 3,
"testBooth": false,
"extraNote": "dolore magna esse minim"
}'
Response Response Example
200 - Booth
{
"id": "kjd929",
"boothID": "BOOTH7259",
"boothName": "Beauty",
"showVendorSelection": false,
"paid": false,
"targetDeviceCount": 19,
"boothConfig": "Alternate",
"aboutSummary": "nulla commodo in ut",
"aboutDetail": "tempor",
"boothClass": "B",
"boothType": "Both",
"contactLink": "https://clean-fowl.name/",
"contactLinkDescription": "next-dulcimer",
"hideFromIndirectUsers": false,
"displayOrder": 3,
"testBooth": false,
"extraNote": "dolore magna esse minim"
}
Request
Path Params
id
stringÂ
required
Body Params application/json
Responses
Modified at 2025-05-15 20:34:21