GET GuidedOrdering/GetProductCategories
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ProductCategoryDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryId | integer |
None. |
|
| Name | string |
None. |
|
| Selected | boolean |
None. |
|
| Active | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| IsAvailable | boolean |
None. |
|
| IsComingSoon | boolean |
None. |
|
| IsVisible | boolean |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"CategoryId": 1,
"Name": "sample string 2",
"Selected": true,
"Active": true,
"IsActive": true,
"IsAvailable": true,
"IsComingSoon": true,
"IsVisible": true
},
{
"CategoryId": 1,
"Name": "sample string 2",
"Selected": true,
"Active": true,
"IsActive": true,
"IsAvailable": true,
"IsComingSoon": true,
"IsVisible": true
}
]