PUT api/vendor/{vendorId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vendorId | integer |
Required |
Body Parameters
VendorUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TradingName | string |
None. |
|
| Description | string |
None. |
|
| ContactEmail | string |
None. |
|
| ContactPhone | string |
None. |
|
| LogoUrl | string |
None. |
|
| CoverImageUrl | string |
None. |
|
| CampusLocationZoneId | integer |
None. |
|
| AveragePreparationMinutes | integer |
None. |
|
| AllowsPreOrders | boolean |
None. |
|
| AllowsPayOnCollection | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"tradingName": "sample string 1",
"description": "sample string 2",
"contactEmail": "sample string 3",
"contactPhone": "sample string 4",
"logoUrl": "sample string 5",
"coverImageUrl": "sample string 6",
"campusLocationZoneId": 1,
"averagePreparationMinutes": 7,
"allowsPreOrders": true,
"allowsPayOnCollection": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.