GET api/ProductBrand/GetAllProductBrand

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ProductBrand
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Image

string

None.

Status

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": 1,
    "Name": "sample string 2",
    "Image": "sample string 3",
    "Status": "sample string 4"
  },
  {
    "$ref": "1"
  }
]

application/octet-stream

Sample:
[{"$id":"1","Id":1,"Name":"sample string 2","Image":"sample string 3","Status":"sample string 4"},{"$ref":"1"}]