GET api/LocationManagement/GetAllParentLocation

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LocationContextDTO
NameDescriptionTypeAdditional information
Id

integer

None.

LocationCode

string

None.

LocationContextCode

string

None.

LocationName

string

None.

IsActive

boolean

None.

IsVisible

boolean

None.

IsDataProcessingEnabled

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "LocationCode": "sample string 2",
    "LocationContextCode": "sample string 3",
    "LocationName": "sample string 4",
    "IsActive": true,
    "IsVisible": true,
    "IsDataProcessingEnabled": true
  },
  {
    "Id": 1,
    "LocationCode": "sample string 2",
    "LocationContextCode": "sample string 3",
    "LocationName": "sample string 4",
    "IsActive": true,
    "IsVisible": true,
    "IsDataProcessingEnabled": true
  }
]