POST api/AdminProduct/SaveProductBrand
Request Information
URI Parameters
None.
Body Parameters
SaveProductBrand_RequestName | Description | Type | Additional information |
---|---|---|---|
ProductBrandID | integer |
None. |
|
ProductBrandPriority | integer |
None. |
|
ProductBrandActive | boolean |
None. |
|
LanguageID | integer |
None. |
|
ProductBrandMinVIPLevelID | integer |
None. |
|
ProductBrandName | string |
None. |
|
ProductBrandhttp | string |
None. |
|
ProductBrandCountryID | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
|
PhotoUUID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductBrandID": 1, "ProductBrandPriority": 1, "ProductBrandActive": true, "LanguageID": 1, "ProductBrandMinVIPLevelID": 1, "ProductBrandName": "sample string 1", "ProductBrandhttp": "sample string 2", "ProductBrandCountryID": 1, "UserUUIDCur": "8b2242cf-768b-4ede-ba07-b41c98bc1e33", "PhotoUUID": "fb7580d5-4a73-4a5b-9bfd-0bd097031a59" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}