GET api/Vendor/Brands
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of VendorBrandView| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorBrandId | integer |
None. |
|
| BrandId | integer |
None. |
|
| VendorId | integer |
None. |
|
| BrandName | string |
None. |
|
| VendorName | string |
None. |
|
| Status | string |
None. |
|
| RequiresAuthorization | boolean |
None. |
|
| AllowDropship | boolean |
None. |
|
| Logo | string |
None. |
|
| VendorType | BrandType |
None. |
|
| Aliases | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"VendorBrandId": 1,
"BrandId": 2,
"VendorId": 3,
"BrandName": "sample string 4",
"VendorName": "sample string 5",
"Status": "sample string 6",
"RequiresAuthorization": true,
"AllowDropship": true,
"Logo": "sample string 9",
"VendorType": 0,
"Aliases": [
"sample string 1",
"sample string 2"
]
},
{
"VendorBrandId": 1,
"BrandId": 2,
"VendorId": 3,
"BrandName": "sample string 4",
"VendorName": "sample string 5",
"Status": "sample string 6",
"RequiresAuthorization": true,
"AllowDropship": true,
"Logo": "sample string 9",
"VendorType": 0,
"Aliases": [
"sample string 1",
"sample string 2"
]
}
]
application/xml, text/xml
Sample:
<ArrayOfVendorBrandView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrandsourceModels">
<VendorBrandView>
<Aliases xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</Aliases>
<AllowDropship>true</AllowDropship>
<BrandId>2</BrandId>
<BrandName>sample string 4</BrandName>
<Logo>sample string 9</Logo>
<RequiresAuthorization>true</RequiresAuthorization>
<Status>sample string 6</Status>
<VendorBrandId>1</VendorBrandId>
<VendorId>3</VendorId>
<VendorName>sample string 5</VendorName>
<VendorType>DOMS</VendorType>
</VendorBrandView>
<VendorBrandView>
<Aliases xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</Aliases>
<AllowDropship>true</AllowDropship>
<BrandId>2</BrandId>
<BrandName>sample string 4</BrandName>
<Logo>sample string 9</Logo>
<RequiresAuthorization>true</RequiresAuthorization>
<Status>sample string 6</Status>
<VendorBrandId>1</VendorBrandId>
<VendorId>3</VendorId>
<VendorName>sample string 5</VendorName>
<VendorType>DOMS</VendorType>
</VendorBrandView>
</ArrayOfVendorBrandView>