GET api/Vendor/GetById/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BrandRecordName | 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-06-06T16:47:32.3364619-06: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:
<BrandRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Wtec.Brandsource.Models"> <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-06-06T16:47:32.3364619-06:00</RegDate> <RegionId>5</RegionId> <SSRPAllowedVariancePercentage>1</SSRPAllowedVariancePercentage> <Status>sample string 3</Status> <Type>DOMS</Type> </BrandRecord>