GET api/ProductInfo?categoryId={categoryId}&conditionId={conditionId}&brandIdsCommaDelimited={brandIdsCommaDelimited}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
categoryId

integer

Required

conditionId

integer

Required

brandIdsCommaDelimited

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ProductModelViewModel
NameDescriptionTypeAdditional information
ProductListId

integer

None.

Model

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "productListId": 1,
    "model": "sample string 2"
  },
  {
    "$ref": "1"
  }
]