Associate multiple vendors to a booth
PUT
/BoothVendor
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/BoothVendor?boothID' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'
Response Response Example
[
{
"id": "f343j6",
"street1": "506 1st Avenue",
"street2": "25795 Wisozk Mountains",
"city": "Lake Cameronport",
"state": "Washington",
"zipCode": "03592-0143",
"vendorID": "VEND2130",
"vendorName": "Luz Greenholt I",
"phone": "(554) 993-7007",
"fax": "216.488.2361 x3895",
"emailAddress": "Sandra.Harber22@yahoo.com",
"deliveryGroup": "4600",
"brokers": [
"BROKER7733"
],
"active": false,
"canNegotiateAtShow": true,
"testVendor": true,
"allottedUserCount": 16,
"booths": [
"BOOTH3398",
"BOOTH9924"
]
},
{
"id": "afsjfj",
"street1": "4828 Welch Heights",
"street2": "3382 Keebler Walks",
"city": "Denesikton",
"state": "Hawaii",
"zipCode": "37411-8724",
"vendorID": "VEND5161",
"vendorName": "Steven Harber MD",
"phone": "(925) 612-1211",
"fax": "1-242-304-2386",
"emailAddress": "Chelsey.Jacobs69@gmail.com",
"deliveryGroup": "4368",
"brokers": [
"BROKER0877",
"BROKER3749",
"BROKER6938"
],
"active": false,
"canNegotiateAtShow": false,
"testVendor": false,
"allottedUserCount": 16,
"booths": [
"BOOTH8545"
]
}
]
Request
Query Params
boothID
stringÂ
optional
Body Params application/json
Responses
Modified at 2025-05-15 20:40:28