POST api/AdminProduct/SaveProductCategory

AdmSaveProductCategory

Request Information

URI Parameters

None.

Body Parameters

SaveProductCategory_Request
NameDescriptionTypeAdditional information
ProductCategoryID

integer

None.

ProductCategoryIDParent

integer

None.

ProductCategoryPriority

integer

None.

ProductCategoryActive

boolean

None.

LanguageID

integer

None.

ProductCategoryMinVIPLevelID

integer

None.

ProductCategoryName

string

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductCategoryID": 1,
  "ProductCategoryIDParent": 1,
  "ProductCategoryPriority": 1,
  "ProductCategoryActive": true,
  "LanguageID": 1,
  "ProductCategoryMinVIPLevelID": 1,
  "ProductCategoryName": "sample string 1",
  "UserUUIDCur": "2b09bfa2-96b7-4d07-b6a0-b6feee3736e8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}