POST api/AdminProduct/GetProductBrand

Request Information

URI Parameters

None.

Body Parameters

GetProductBrand_Request
NameDescriptionTypeAdditional information
ProductBrandID

integer

None.

LanguageID

integer

None.

ProductBrandActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductBrandID": 1,
  "LanguageID": 1,
  "ProductBrandActive": true,
  "UserUUIDCur": "b753c952-1cf9-46ec-b180-b8f40027a30e"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]