GET surveypackage/ShrinkResponsibility/GetInventoryHierarchy/{level}/{member}/{scope}/{year}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
level | string |
None. |
|
member | string |
None. |
|
scope | string |
None. |
|
year | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of InventoryHierarchyName | Description | Type | Additional information |
---|---|---|---|
Member | string |
None. |
|
Parent | string |
None. |
|
Level | integer |
None. |
|
Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Member": "sample string 1", "Parent": "sample string 2", "Level": 3, "Description": "sample string 4" }, { "Member": "sample string 1", "Parent": "sample string 2", "Level": 3, "Description": "sample string 4" } ]