POST api/AdminProduct/GetProductCategory

AdmGetProductCategory

Request Information

URI Parameters

None.

Body Parameters

GetProductCategory_Request
NameDescriptionTypeAdditional information
ProductCategoryID

integer

None.

ProductCategoryIDParent

integer

None.

LanguageID

integer

None.

ProductCategoryActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductCategoryID": 1,
  "ProductCategoryIDParent": 1,
  "LanguageID": 1,
  "ProductCategoryActive": true,
  "UserUUIDCur": "b2201fd1-402e-4d65-8b01-c7f0207959b2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]