Update a Vendor
PUT
/Vendor/{id}
Vendors
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/Vendor/' \
--header 'Content-Type: application/json' \
--data-raw '{
"street1": "2616 Ernie Springs",
"street2": "40257 S Broadway",
"city": "McKenziechester",
"state": "South Dakota",
"zipCode": "02868-6895",
"vendorID": "VEND6657",
"vendorName": "Caleb Carter-Harber",
"phone": "(608) 556-3751",
"fax": "(678) 508-4385 x26526",
"emailAddress": "Laurie14@hotmail.com",
"deliveryGroup": "8772",
"brokers": [
"BROKER2564",
"BROKER3992",
"BROKER0028"
],
"active": true,
"canNegotiateAtShow": false,
"testVendor": false,
"allottedUserCount": 16,
"booths": [
"BOOTH1541"
]
}'
Response Response Example
200 - Vendor
{
"id": "d8k6f4",
"street1": "2616 Ernie Springs",
"street2": "40257 S Broadway",
"city": "McKenziechester",
"state": "South Dakota",
"zipCode": "02868-6895",
"vendorID": "VEND6657",
"vendorName": "Caleb Carter-Harber",
"phone": "(608) 556-3751",
"fax": "(678) 508-4385 x26526",
"emailAddress": "Laurie14@hotmail.com",
"deliveryGroup": "8772",
"brokers": [
"BROKER2564",
"BROKER3992",
"BROKER0028"
],
"active": true,
"canNegotiateAtShow": false,
"testVendor": false,
"allottedUserCount": 16,
"booths": [
"BOOTH1541"
]
}
Request
Path Params
id
stringÂ
required
Body Params application/json
Responses
Modified at 2025-05-15 19:25:25