Get a list of vendors associated with a booth
GET
/BoothVendor
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/BoothVendor?boothID=&sort=&page=1&resultsPerPage=20'
Response Response Example
[
{
"id": "g3a4ds",
"street1": "8634 Herman Track",
"street2": "157 Keeling Groves",
"city": "Port Earnestine",
"state": "Montana",
"zipCode": "37552",
"vendorID": "VEND1190",
"vendorName": "Travis Prosacco",
"phone": "(355) 509-6220",
"fax": "1-747-822-0953",
"emailAddress": "Stephon_Hauck@hotmail.com",
"deliveryGroup": "8110",
"brokers": [
"BROKER9650",
"BROKER8937"
],
"active": true,
"canNegotiateAtShow": true,
"testVendor": false,
"allottedUserCount": 2,
"booths": [
"BOOTH1047",
"BOOTH2529",
"BOOTH8996"
]
},
{
"id": "pks9h8",
"street1": "74789 Marquardt Alley",
"street2": "264 N 1st Street",
"city": "Nakiamouth",
"state": "Tennessee",
"zipCode": "71204-0657",
"vendorID": "VEND8277",
"vendorName": "Esther Dibbert",
"phone": "(276) 238-9166",
"fax": "312.388.1341 x0824",
"emailAddress": "Karolann.Daniel@gmail.com",
"deliveryGroup": "5156",
"brokers": [
"BROKER0334"
],
"active": false,
"canNegotiateAtShow": true,
"testVendor": true,
"allottedUserCount": 15,
"booths": [
"BOOTH0279"
]
}
]
Request
Query Params
boothID
stringÂ
optional
sort
stringÂ
optional
page
integerÂ
optional
Example:
1
resultsPerPage
integerÂ
optional
Example:
20
Responses
Modified at 2025-05-15 20:40:43