POST api/Petition/GetCategoryOptions/{listMode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
listMode | CategoryListMode |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of OptionListVmName | Description | Type | Additional information |
---|---|---|---|
ParentCategoryId | string |
None. |
|
CategoryId | string |
None. |
|
CategoryName | string |
None. |
|
Level | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "parentCategoryId": "sample string 1", "categoryId": "sample string 2", "categoryName": "sample string 3", "level": 1 }, { "parentCategoryId": "sample string 1", "categoryId": "sample string 2", "categoryName": "sample string 3", "level": 1 } ]