POST api/AppProduct/AppGetProductCategory
AppGetProductCategory
Request Information
URI Parameters
None.
Body Parameters
AppGetProductCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "449a8c00-b54a-4bb0-828d-edfc7dc06731"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetProductCategory_Response| Name | Description | Type | Additional 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": "2102513f-5d92-41c7-966e-ae213001ad8d"
},
{
"ProductCategoryID": 1,
"ProductCategoryIDParent": 1,
"ProductCategoryName": "sample string 1",
"Title": "sample string 2",
"ProductCategoryVisible": true,
"AutoRefresh": true,
"UserUUIDCur": "2102513f-5d92-41c7-966e-ae213001ad8d"
}
]