Associate a vendor to a booth
POST
/BoothVendor
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/BoothVendor?boothID&vendorID'
Response Response Example
200 - Vendor
{
"id": "23j83a",
"street1": "86959 Forest Avenue",
"street2": "457 Floyd Divide",
"city": "Fort Cody",
"state": "Iowa",
"zipCode": "29818-2213",
"vendorID": "VEND6620",
"vendorName": "Gina Yost-Dach",
"phone": "(707) 679-0756",
"fax": "1-240-811-2567 x5719",
"emailAddress": "Oliver38@hotmail.com",
"deliveryGroup": "9719",
"brokers": [
"BROKER8910",
"BROKER9104",
"BROKER7215"
],
"active": true,
"canNegotiateAtShow": true,
"testVendor": false,
"allottedUserCount": 8,
"booths": [
"BOOTH5524",
"BOOTH5195"
]
}
Request
Query Params
boothID
stringÂ
optional
vendorID
stringÂ
optional
Responses
Modified at 2025-05-15 20:40:04