POST api/AdminProduct/GetProductBrand
Request Information
URI Parameters
None.
Body Parameters
GetProductBrand_Request| Name | Description | Type | Additional 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": "307a1e9b-1677-480d-8b11-9d2a1989352a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]