GET api/getBrandList/{customerNo}

Gets the list of brands for the specified customer number.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerNo

Customer number.

string

Default value is

Body Parameters

None.

Response Information

Resource Description

List of brands.

Collection of BrandList
NameDescriptionTypeAdditional information
Display

string

None.

BrandCode

string

None.

BrandName

string

None.

CustomerCode

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "display": "sample string 1",
    "brandCode": "sample string 2",
    "brandName": "sample string 3",
    "customerCode": "sample string 4"
  },
  {
    "display": "sample string 1",
    "brandCode": "sample string 2",
    "brandName": "sample string 3",
    "customerCode": "sample string 4"
  }
]