GET services/api/v1/Get_VoucherTypeLevel?CompanyId={CompanyId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VoucherLevel_Tree| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| label | string |
None. |
|
| data | Object |
None. |
|
| expandedIcon | string |
None. |
|
| collapsedIcon | string |
None. |
|
| menuID | integer |
None. |
|
| UnderId | integer |
None. |
|
| children | Collection of VoucherType_Tree |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"label": "sample string 2",
"data": {},
"expandedIcon": "sample string 4",
"collapsedIcon": "sample string 5",
"menuID": 6,
"UnderId": 7,
"children": [
{
"id": 1,
"label": "sample string 2",
"data": {},
"expandedIcon": "sample string 4",
"collapsedIcon": "sample string 5",
"VTypeLevel": 6,
"UnderId": 7,
"CompanyID": 8
},
{
"id": 1,
"label": "sample string 2",
"data": {},
"expandedIcon": "sample string 4",
"collapsedIcon": "sample string 5",
"VTypeLevel": 6,
"UnderId": 7,
"CompanyID": 8
}
]
},
{
"id": 1,
"label": "sample string 2",
"data": {},
"expandedIcon": "sample string 4",
"collapsedIcon": "sample string 5",
"menuID": 6,
"UnderId": 7,
"children": [
{
"id": 1,
"label": "sample string 2",
"data": {},
"expandedIcon": "sample string 4",
"collapsedIcon": "sample string 5",
"VTypeLevel": 6,
"UnderId": 7,
"CompanyID": 8
},
{
"id": 1,
"label": "sample string 2",
"data": {},
"expandedIcon": "sample string 4",
"collapsedIcon": "sample string 5",
"VTypeLevel": 6,
"UnderId": 7,
"CompanyID": 8
}
]
}
]