POST api/AdminProduct/SaveProductBrand

Request Information

URI Parameters

None.

Body Parameters

SaveProductBrand_Request
NameDescriptionTypeAdditional 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": "fc5c420b-38e5-4c00-89cc-197537df0e16",
  "PhotoUUID": "7cb3ddea-77d4-488e-a3fe-391163afdc5c"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}