GET api/Vendor/GetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BrandRecord| Name | Description | Type | Additional information |
|---|---|---|---|
| RegDate | date |
None. |
|
| ParentId | integer |
None. |
|
| Status | string |
None. |
|
| Name | string |
None. |
|
| Type | BrandType |
None. |
|
| RegionId | decimal number |
None. |
|
| Logo | string |
None. |
|
| CatalogCode | string |
None. |
|
| BrandClass | ManufacturerClass |
None. |
|
| Id | integer |
None. |
|
| DisplayOrder | integer |
None. |
|
| Authorized | boolean |
None. |
|
| SSRPAllowedVariancePercentage | decimal number |
None. |
|
| NameClass | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RegDate": "2025-12-14T19:05:53.1413198-07:00",
"ParentId": 2,
"Status": "sample string 3",
"Name": "sample string 4",
"Type": 0,
"RegionId": 5.0,
"Logo": "sample string 6",
"CatalogCode": "sample string 7",
"BrandClass": 0,
"Id": 8,
"DisplayOrder": 9,
"Authorized": true,
"SSRPAllowedVariancePercentage": 1.0,
"NameClass": "sample string 4 : Undefined"
},
{
"RegDate": "2025-12-14T19:05:53.1413198-07:00",
"ParentId": 2,
"Status": "sample string 3",
"Name": "sample string 4",
"Type": 0,
"RegionId": 5.0,
"Logo": "sample string 6",
"CatalogCode": "sample string 7",
"BrandClass": 0,
"Id": 8,
"DisplayOrder": 9,
"Authorized": true,
"SSRPAllowedVariancePercentage": 1.0,
"NameClass": "sample string 4 : Undefined"
}
]
application/xml, text/xml
Sample:
<ArrayOfBrandRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Wtec.Brandsource.Models">
<BrandRecord>
<Authorized>true</Authorized>
<BrandClass>Undefined</BrandClass>
<CatalogCode>sample string 7</CatalogCode>
<DisplayOrder>9</DisplayOrder>
<Id>8</Id>
<Logo>sample string 6</Logo>
<Name>sample string 4</Name>
<ParentId>2</ParentId>
<RegDate>2025-12-14T19:05:53.1413198-07:00</RegDate>
<RegionId>5</RegionId>
<SSRPAllowedVariancePercentage>1</SSRPAllowedVariancePercentage>
<Status>sample string 3</Status>
<Type>DOMS</Type>
</BrandRecord>
<BrandRecord>
<Authorized>true</Authorized>
<BrandClass>Undefined</BrandClass>
<CatalogCode>sample string 7</CatalogCode>
<DisplayOrder>9</DisplayOrder>
<Id>8</Id>
<Logo>sample string 6</Logo>
<Name>sample string 4</Name>
<ParentId>2</ParentId>
<RegDate>2025-12-14T19:05:53.1413198-07:00</RegDate>
<RegionId>5</RegionId>
<SSRPAllowedVariancePercentage>1</SSRPAllowedVariancePercentage>
<Status>sample string 3</Status>
<Type>DOMS</Type>
</BrandRecord>
</ArrayOfBrandRecord>