POST api/AdminProduct/GetProductProductCategoryHelp

Request Information

URI Parameters

None.

Body Parameters

GetProductCategoryHelper_Request
NameDescriptionTypeAdditional information
ProductID

integer

None.

Search

string

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "Search": "sample string 1",
  "UserUUIDCur": "b31cd194-c190-4560-a004-58f4874fd4ae"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]