POST api/AppProduct/AppGetProductCategory

AppGetProductCategory

Request Information

URI Parameters

None.

Body Parameters

AppGetProductCategory
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "b6ff2fcc-531b-4715-8e28-deafcf95d15b"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppGetProductCategory_Response
NameDescriptionTypeAdditional information
ProductCategoryID

integer

None.

ProductCategoryIDParent

integer

None.

ProductCategoryName

string

None.

Title

string

None.

ProductCategoryVisible

boolean

None.

AutoRefresh

boolean

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ProductCategoryID": 1,
    "ProductCategoryIDParent": 1,
    "ProductCategoryName": "sample string 1",
    "Title": "sample string 2",
    "ProductCategoryVisible": true,
    "AutoRefresh": true,
    "UserUUIDCur": "38a02af7-3ad9-41a1-b800-4352750de652"
  },
  {
    "ProductCategoryID": 1,
    "ProductCategoryIDParent": 1,
    "ProductCategoryName": "sample string 1",
    "Title": "sample string 2",
    "ProductCategoryVisible": true,
    "AutoRefresh": true,
    "UserUUIDCur": "38a02af7-3ad9-41a1-b800-4352750de652"
  }
]