POST api/admin/BrandsApi/EditBrand
Request Information
URI Parameters
None.
Body Parameters
Brand| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| VendorID | integer |
Required |
|
| BrandName | string |
Required |
|
| BrandLogoImage | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"VendorID": 2,
"BrandName": "sample string 3",
"BrandLogoImage": "sample string 4"
}
application/xml, text/xml
Sample:
<Brand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAWModels"> <BrandLogoImage>sample string 4</BrandLogoImage> <BrandName>sample string 3</BrandName> <ID>1</ID> <VendorID>2</VendorID> </Brand>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.