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": "f3c47a5c-e1c8-4ee1-bbd0-00810aaa0231"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]