GET safety/ShrinkResponsibility/GetInventoryHierarchy/{scope}/{division}/{region}/{district}/{mailCode}/{coverage}/{year}/{sd}/{ed}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
scope | string |
None. |
|
division | string |
None. |
|
region | string |
None. |
|
district | string |
None. |
|
mailCode | string |
None. |
|
coverage | string |
None. |
|
year | string |
None. |
|
sd | string |
None. |
|
ed | 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" } ]