POST api/BesComm/GetContactAreaOptions
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OptionListVm| Name | 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
}
]