GET api/Master/Brands

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Brand
NameDescriptionTypeAdditional information
BrandId

string

None.

BrandName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BrandId": "sample string 1",
    "BrandName": "sample string 2"
  },
  {
    "BrandId": "sample string 1",
    "BrandName": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfBrand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Showroom2020.ClientLogic.ResponseModel">
  <Brand>
    <BrandId>sample string 1</BrandId>
    <BrandName>sample string 2</BrandName>
  </Brand>
  <Brand>
    <BrandId>sample string 1</BrandId>
    <BrandName>sample string 2</BrandName>
  </Brand>
</ArrayOfBrand>