GET api/LocationNodes/ByLocationType?accountId={accountId}&locationTypes={locationTypes}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

integer

Required

locationTypes

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of RecursiveObjectWithMultipleLocationType
NameDescriptionTypeAdditional information
value

integer

None.

level

string

None.

text

string

None.

children

Collection of RecursiveObjectWithMultipleLocationType

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "value": 1,
    "level": "sample string 2",
    "text": "sample string 3",
    "children": []
  },
  {
    "value": 1,
    "level": "sample string 2",
    "text": "sample string 3",
    "children": []
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.