GET Client/RequestDepartmentLocations

Get System Language for the current session

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ResultRequestDepartmentLocation
NameDescriptionTypeAdditional information
LocationValue

string

None.

LocationName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "LocationValue": "sample string 1",
    "LocationName": "sample string 2"
  },
  {
    "LocationValue": "sample string 1",
    "LocationName": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfResultRequestDepartmentLocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <ResultRequestDepartmentLocation>
    <LocationName>sample string 2</LocationName>
    <LocationValue>sample string 1</LocationValue>
  </ResultRequestDepartmentLocation>
  <ResultRequestDepartmentLocation>
    <LocationName>sample string 2</LocationName>
    <LocationValue>sample string 1</LocationValue>
  </ResultRequestDepartmentLocation>
</ArrayOfResultRequestDepartmentLocation>