GET api/LocationNodes/localStructureByLocationType?accountId={accountId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RecursiveObjectWithLocationTypeName | Description | Type | Additional information |
---|---|---|---|
value | integer |
None. |
|
level | string |
None. |
|
text | string |
None. |
|
locationTypes | Collection of integer |
None. |
|
children | Collection of RecursiveObjectWithLocationType |
None. |
Response Formats
application/json, text/json
Sample:
[ { "value": 1, "level": "sample string 2", "text": "sample string 3", "locationTypes": [ 1, 2 ], "children": [] }, { "value": 1, "level": "sample string 2", "text": "sample string 3", "locationTypes": [ 1, 2 ], "children": [] } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.